GtkHBox {RGtk2} | R Documentation |
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 +----GtkStatusbar
GtkHBox implements
GtkBuildable
and AtkImplementorIface.
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
gtkHBox
is the equivalent of gtkHBoxNew
.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkHBox.html