Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References
A vertical container box
gtkVBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)
gtkVBox(homogeneous = NULL, spacing = NULL, show = TRUE)
1 2 3 4 5 6 7 8 9 10 11 12 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----GtkColorSelection
+----GtkFileChooserWidget
+----GtkFontSelection
+----GtkGammaCurve
+----GtkRecentChooserWidget
|
GtkVBox implements
AtkImplementorIface, GtkBuildable
and GtkOrientable
.
A GtkVBox
is a container that organizes child widgets into a single column.
Use the GtkBox
packing interface to determine the arrangement,
spacing, height, and alignment of GtkVBox
children.
All children are allocated the same width.
GtkVBox
undocumented
gtkVBox
is the equivalent of gtkVBoxNew
.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkVBox.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.