Inheritance diagram for OptionMenu:
Public Member Functions | |
this () | |
Creates a new OptionMenu. | |
this (MenuItemListener listener, char[] actionPrefix, char[][] entries) | |
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. |
|
Gets the history for this option menu ???
|
|
Gets the menu of this option menu.
|
|
Gets this class type.
Reimplemented from ToggleButton. |
|
Removes the menu for this option menu.
|
|
Sets the history for this option menu???
|
|
Set the menu for this option menu.
|
|
Creates a new OptionMenu and set it's menu.
|
|
Creates a new OptionMenu from an array of string.
|
|
Creates a new OptionMenu.
Reimplemented from ToggleButton. |