forked from AuroraMiddleware/gtk
3a202479a8
1999-11-16 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/gtkmenubar.sgml: fixed minor error - using <em>. * gtk/tmpl/gtknotebook.sgml: * gtk/tmpl/gtklist.sgml: new sections from Nicolas George <george@clipper.ens.fr>, with help from "Bob Springett" <bobspringett@claranet.fr>. * gtk/tmpl/gtkobject.sgml: * gtk/tmpl/gtkarg.sgml: new sections from David Benson <daveb@idealab.com>. * gtk/tmpl/gtkvbox.sgml: * gtk/tmpl/gtkhbox.sgml: fixed line endings. * gtk/tmpl/gtkvbbox.sgml: update from Lee Mallabone <lee0@callnetuk.com> * gdk/tmpl/drawing.sgml: fixed error in gdk_draw_arc() @angle2 param - it is relative to @angle1 rather than from the 3 o'clock position. * gtk/tmpl/gtkfontseldlg.sgml: changed enums to use @ fields. * gtk/tmpl/gtkcolorsel.sgml: * gtk/tmpl/gtkcolorseldlg.sgml: * gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkprogressbar.sgml: new sections from Tom Martone <tom@martoneconsulting.com> * gtk/tmpl/gtkclist.sgml: partially written documentation from Paul Schifferer <isengard@geocities.com> who won't be able to finish it
47 lines
959 B
Plaintext
47 lines
959 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.
|
|
|
|
|