org.gnu.gtk
public class HBox extends Box
| Constructor Summary | |
|---|---|
| HBox(boolean homogenous, int spacing)
Constructs a new HBox widget.
| |
| HBox(Handle handle) | |
| Method Summary | |
|---|---|
| static HBox | getHBox(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
Parameters: homogenous TRUE if all children are to be given equal space allotments. spacing The number of pixels to place by default between children.