- _getItems
Array _getItems()
- _setItems
void _setItems(Array arg0)
- _unhandledKeyInput
void _unhandledKeyInput(InputEvent arg0)
- getPopup
PopupMenu getPopup()
Return the PopupMenu contained in this button.
- opAssign
MenuButton opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(MenuButton other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDisableShortcuts
void setDisableShortcuts(bool disabled)
Special button that brings up a PopupMenu when clicked.
That's pretty much all it does, as it's just a helper class when building GUIs.