|
Public Member Functions |
| this () |
| Creates a new OptionMenu.
|
| this (MenuItemListener listener, String actionPrefix, String[] entries) |
| Creates a new OptionMenu from an array of string.
|
| this (char[] actionPrefix, String[] entries, void delegate(MenuItem) dlg) |
| Creates a new OptionMenu from an array of string.
|
| this (Menu menu) |
| Creates a new OptionMenu and set it's menu.
|
Menu | getMenu () |
| Gets the menu of this option menu.
|
void | setMenu (Menu menu) |
| Set the menu for this option menu.
|
void | removeMenu () |
| Removes the menu for this option menu.
|
gint | getHistory () |
| Gets the history for this option menu ???
|
void | setHistory (guint index) |
| Sets the history for this option menu???
|
Static Public Member Functions |
GType | getType () |
| Gets this class type.
|