forked from AuroraMiddleware/gtk
372c4d2627
1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
47 lines
981 B
Plaintext
47 lines
981 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkVBox
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
vertical container box
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
GtkVBox is a container that organizes child widgets into a single column.
|
|
</para>
|
|
|
|
<para>
|
|
Use the #GtkBox packing interface to determine the arrangement,
|
|
spacing, height, and alignment of GtkVBox children.
|
|
</para>
|
|
|
|
<para>
|
|
All children are allocated the same width.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term>#GtkHBox</term>
|
|
<listitem><para>a sister class that organizes widgets into a row.</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkVBox ##### -->
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_vbox_new ##### -->
|
|
<para>
|
|
Creates a new GtkVBox.
|
|
</para>
|
|
|
|
@homogeneous: %TRUE if all children are to be given equal space allotments.
|
|
@spacing: the number of pixels to place by default between children.
|
|
@Returns: a new GtkVBox.
|
|
|
|
|