org.gnome.gtk
Class HBox
java.lang.Object
org.freedesktop.bindings.Proxy
A Container which holds a variable number of Widgets in a single horizontal
row. All the children of this HBox are allocated the same height - that of
the tallest Widget packed into the HBox.
All the methods you need to add Widgets to HBoxes are on the parent class;
to get started, see Box's
packStart()
, no
pun intended.
HBox(boolean homogeneous, int spacing) - Creates a new HBox.
|
HBox
public HBox(boolean homogeneous,
int spacing)
Creates a new HBox.
homogeneous
- If true
, all children will be given equal
space allotments.spacing
- the number of pixels to place (by default) between children.
|  java-gnome |