org.gnu.gtk

Class VBox

public class VBox extends Box

VBox is a container widget that organizes its contained widgets vertically. Most manipulation methods are part of the super class, Box

See Also: Box HBox

Constructor Summary
VBox(boolean homogenous, int spacing)
Constructs a new VBox widget
VBox(Handle handle)
Construct a VBox widget from a handle to a native resource.
Method Summary
static TypegetType()
Retrieve the runtime type used by the GLib library.
static VBoxgetVBox(Handle handle)
Construct a VBox widget from a handle to a native resource.

Constructor Detail

VBox

public VBox(boolean homogenous, int spacing)
Constructs a new VBox widget

Parameters: homogenous TRUE if all children are to be given equal space allotments. spacing The number of pixels to place by default between children.

VBox

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

Method Detail

getType

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

getVBox

public static VBox getVBox(Handle handle)
Construct a VBox widget from a handle to a native resource.