org.gnu.gtk
public class ImageMenuItem extends MenuItem
Constructor Summary | |
---|---|
ImageMenuItem()
Construct a new ImageMenuItem. | |
ImageMenuItem(String label, boolean hasMnemonic)
Construct a new ImageMenuItem with a label. | |
ImageMenuItem(String stockID, AccelGroup group)
Construct a new ImageMenuItem using a stock icon. | |
ImageMenuItem(Handle handle)
Construct a ImageMenuItem using a handle to a native resource. |
Method Summary | |
---|---|
Image | getImage() |
static ImageMenuItem | getImageMenuItem(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | setImage(Image image) |