Inheritance diagram for MenuItem:

Public Member Functions | |
| this () | |
| Creates a new menu item. | |
| this (char[] label) | |
| Creates a new menu item with a label. | |
| this (MenuItemListener listener, char[] label, char[] action) | |
| Creates a new menu item with a label an action and set the MenuItemListener. | |
| void | connect (MenuItemListener listener, char[] action) |
| Connects this menu item to a listener. | |
| void | setSubmenu (Widget subMenu) |
| Sets a submenu for this item. | |
| Menu | setSubmenu (char[] label) |
| Creates a new submenu on this menu item. | |
| Widget | getSubmenu () |
| getSubmenu | |
| void | removeSubmenu () |
| removeSubmenu | |
| void | select () |
| select | |
| void | deselect () |
| deselect | |
| void | select (bit stat) |
| select | |
| void | activateItem () |
| activate | |
| void | toggleSizeRequest (gint *requisition) |
| toggleSizeRequest | |
| void | toggleSizeAllocate (gint allocation) |
| toggleSizeAllocate | |
| void | setRightJustified (ushort right) |
| Set something to the right ??? | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
activate
|
|
||||||||||||
|
Connects this menu item to a listener.
|
|
|
deselect
Reimplemented from Item. |
|
|
getSubmenu
|
|
|
Gets this class type.
Reimplemented from Item. Reimplemented in ImageMenuItem, RadioMenuItem, SeparatorMenuItem, and TearoffMenuItem. |
|
|
removeSubmenu
|
|
|
select
|
|
|
select
Reimplemented from Item. |
|
|
Set something to the right ???
|
|
|
Creates a new submenu on this menu item.
|
|
|
Sets a submenu for this item.
|
|
||||||||||||||||
|
Creates a new menu item with a label an action and set the MenuItemListener.
Reimplemented in CheckMenuItem. |
|
|
Creates a new menu item with a label.
Reimplemented in CheckMenuItem, ImageMenuItem, and ImageMenuItem. |
|
|
Creates a new menu item.
Reimplemented in CheckMenuItem, ImageMenuItem, SeparatorMenuItem, and TearoffMenuItem. |
|
|
toggleSizeAllocate
|
|
|
toggleSizeRequest
|
1.3.4