org.gnu.gtk

Class VPaned

public class VPaned extends Paned

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle.

See Also: Paned

Constructor Summary
VPaned()
Construct a new VPaned object.
VPaned(Handle handle)
Construct a new VPaned from a handle to a native resource.
Method Summary
static TypegetType()
Retrieve the runtime type used by the GLib library.
static VPanedgetVPaned(Handle handle)
Internal static factory method to be used by Java-Gnome only.

Constructor Detail

VPaned

public VPaned()
Construct a new VPaned object.

VPaned

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

Method Detail

getType

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

getVPaned

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