Inheritance diagram for ImageMenuItem:
Public Member Functions | |
Image | getImage () |
Gets the item image. | |
this () | |
Creates a new image menu item. | |
this (Stock stockID, AccelGroup accelGroup) | |
Creates a new image menu item from the stock images. | |
this (char[] label) | |
Creates a new image menu item with a label. | |
this (char[] label) | |
Creates a new image menu item with mnemonic. | |
void | setImage (Image image) |
Sets the image for this image menu item. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the item image.
|
|
Gets this class type.
Reimplemented from MenuItem. |
|
Sets the image for this image menu item.
|
|
Creates a new image menu item with mnemonic.
Reimplemented from MenuItem. |
|
Creates a new image menu item with a label.
Reimplemented from MenuItem. |
|
Creates a new image menu item from the stock images.
|
|
Creates a new image menu item.
Reimplemented from MenuItem. |