dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
MenuItemWidget
dlangui
widgets
menu
widget to draw menu item
class
MenuItemWidget :
HorizontalLayout
{
protected
MenuItem
_item
;
protected
TextWidget
_label
;
MenuItem
item
[@property getter];
this
(MenuItem item);
}
Constructors
this
this
(MenuItem item)
Undocumented in source.
Members
Properties
item
MenuItem
item
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_item
MenuItem
_item
;
Undocumented in source.
_label
TextWidget
_label
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
menu
classes
MainMenu
MenuItem
MenuItemWidget
MenuWidgetBase
PopupMenu
widget to draw menu item