org.gnu.gtk

Class VButtonBox

public class VButtonBox extends ButtonBox

VButtonBox is a container designed to display a collection of buttons vertically.

The methods for manipulating this widget are all stored in it's super class, ButtonBox.

See Also: ButtonBox HButtonBox

Constructor Summary
VButtonBox()
Creates a new VButtonBox Object, ready to have widgets added to it.
VButtonBox(Handle handle)
Construct a new VButtonBox from a handle to a native resource.
Method Summary
static TypegetType()
Retrieve the runtime type used by the GLib library.
static VButtonBoxgetVButtonBox(Handle handle)
Internal static factory method to be used by Java-Gnome only.

Constructor Detail

VButtonBox

public VButtonBox()
Creates a new VButtonBox Object, ready to have widgets added to it.

VButtonBox

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

Method Detail

getType

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

getVButtonBox

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