org.gnu.gtk

Class SeparatorMenuItem

public class SeparatorMenuItem extends MenuItem

The SeparatorMenuItem is a separator used to group items within a menu. It displays a horizontal line with a shadow to make it appear sunken into the interface.
Constructor Summary
SeparatorMenuItem()
Create a new SeparatorMenuItem
SeparatorMenuItem(Handle handle)
Construct a SeparatorMenuItem using a handle to a native resource.
Method Summary
static SeparatorMenuItemgetSeparatorMenuItem(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

SeparatorMenuItem

public SeparatorMenuItem()
Create a new SeparatorMenuItem

SeparatorMenuItem

public SeparatorMenuItem(Handle handle)
Construct a SeparatorMenuItem using a handle to a native resource.

Method Detail

getSeparatorMenuItem

public static SeparatorMenuItem getSeparatorMenuItem(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.