GtkHBox
A horizontal container box
gtkHBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)gtkHBox(homogeneous = NULL, spacing = NULL, show = TRUE)
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkHBox
+----GtkCombo
+----GtkFileChooserButton
+----GtkInfoBar
+----GtkStatusbarGtkHBox implements
AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkHBox is a container that organizes child widgets into a single row.
Use the GtkBox packing interface to determine the arrangement,
spacing, width, and alignment of GtkHBox children.
All children are allocated the same height.
GtkHBoxundocumented
gtkHBox is the equivalent of gtkHBoxNew.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.