- _parentMenu
MenuWidgetBase _parentMenu;
Undocumented in source.
- _item
MenuItem _item;
Undocumented in source.
- _openedMenu
PopupMenu _openedMenu;
Undocumented in source.
- _openedPopup
PopupWidget _openedPopup;
Undocumented in source.
- _onMenuItemClickListener
bool delegate(MenuItem item) _onMenuItemClickListener;
Undocumented in source.
- onMenuItemListener
bool delegate(MenuItem item) onMenuItemListener [@property getter]
- onMenuItemListener
bool delegate(MenuItem item) onMenuItemListener [@property setter]
- onPopupClosed
void onPopupClosed(PopupWidget p)
Undocumented in source. Be warned that the author may not have intended to support it.
- openSubmenu
void openSubmenu(MenuItemWidget itemWidget, bool selectFirstItem)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectionChanged
void selectionChanged(int index, int previouslySelectedItem)
override to handle change of selection
- onMenuItem
void onMenuItem(MenuItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedMenuItemWidget
MenuItemWidget selectedMenuItemWidget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- itemClicked
void itemClicked(int index)
override to handle mouse up on item
- thisPopup
PopupWidget thisPopup [@property getter]
returns popup this menu is located in
- onKeyEvent
bool onKeyEvent(KeyEvent event)
list navigation using keys
main menu (horizontal)