Module dui.OptionMenu
| Constructor Summary | |
|---|---|
|
(GtkWidget* gtkWidget) |
|
| public |
() Creates a new OptionMenu |
|
(MenuItemListener listener, String actionPrefix, String entries) Creates a new OptionMenu from an array of string |
|
|
(char actionPrefix, String entries, void delegate(MenuItem)) Creates a new OptionMenu from an array of string |
|
|
(String actionPrefix, String entries, void delegate(MenuItem)) |
|
|
(Menu menu) Creates a new OptionMenu and set it's menu |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| 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??? |