| |
|
| java.lang.Object sun.awt.gtk.GMenuItemPeer sun.awt.gtk.GMenuPeer
All known Subclasses: sun.awt.gtk.GPopupMenuPeer,
Constructor Summary | |
| GMenuPeer(Menu target) Creates a new GMenuPeer. |
Method Summary | |
native public void | add(GMenuItemPeer peer) | public void | addItem(MenuItem item) This method does not need to do anything because the menuitem peer will add itself to a
GMenuContainer when it is created. | native protected void | create() | public void | delItem(int index) This method doesn't need to do anything because the menu item's peer will have been disposed
of by this time and disposing of a peer which is in a container in Gtk automatically removes it
from the parent container. |
GMenuPeer | GMenuPeer(Menu target)(Code) | | Creates a new GMenuPeer.
|
addItem | public void addItem(MenuItem item)(Code) | | This method does not need to do anything because the menuitem peer will add itself to a
GMenuContainer when it is created.
|
create | native protected void create()(Code) | | |
delItem | public void delItem(int index)(Code) | | This method doesn't need to do anything because the menu item's peer will have been disposed
of by this time and disposing of a peer which is in a container in Gtk automatically removes it
from the parent container.
|
|
|
|