|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Separator
org.gnu.gtk.HSeparator
public class HSeparator
The HSeparator widget is a horizontal separator, used to group the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface.
Note: The HSeparator widget is not used as a separator within menus. To
create a separator in a menu create a SeparatorMenuItem
widget and
add it to the menu.
Constructor Summary | |
---|---|
HSeparator()
Creates a new HSeparator widget. |
|
HSeparator(org.gnu.glib.Handle handle)
Construct a HSeparator from a handle to a native resource. |
Method Summary | |
---|---|
static HSeparator |
getHSeparator(org.gnu.glib.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. |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
destroy, sink |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSeparator()
public HSeparator(org.gnu.glib.Handle handle)
Method Detail |
---|
public static HSeparator getHSeparator(org.gnu.glib.Handle handle)
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |