org.gnu.gtk

Class VSeparator

public class VSeparator extends Separator

A vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.
Constructor Summary
VSeparator()
Creates a new VSeparator
VSeparator(Handle handle)
Construct a VSeparator from a handle to a native resource.
Method Summary
static TypegetType()
Retrieve the runtime type used by the GLib library.
static VSeparatorgetVSeparator(Handle handle)
Internal static factory method to be used by Java-Gnome only.

Constructor Detail

VSeparator

public VSeparator()
Creates a new VSeparator

VSeparator

public VSeparator(Handle handle)
Construct a VSeparator from a handle to a native resource.

Method Detail

getType

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

getVSeparator

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