org.gnu.gtk

Class HBox

public class HBox extends Box

HBox is a container widget that organizes its contained widgets horizontally side by side. Most manipulation options are methods of the superclass, Box.

See Also: Box VBox

Constructor Summary
HBox(boolean homogenous, int spacing)
Constructs a new HBox widget.
HBox(Handle handle)
Method Summary
static HBoxgetHBox(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

HBox

public HBox(boolean homogenous, int spacing)
Constructs a new HBox 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.

HBox

public HBox(Handle handle)

Method Detail

getHBox

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

getType

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