Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References
A horizontal container box
gtkHBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)
gtkHBox(homogeneous = NULL, spacing = NULL, show = TRUE)
1 2 3 4 5 6 7 8 9 10 11 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkHBox
+----GtkCombo
+----GtkFileChooserButton
+----GtkInfoBar
+----GtkStatusbar
|
GtkHBox 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.
GtkHBox
undocumented
gtkHBox
is the equivalent of gtkHBoxNew
.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkHBox.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.