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
961 B
Plaintext
47 lines
961 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkHBox
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
horizontal container box
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
GtkHBox is a container that organizes child widgets into a single row.
|
|
</para>
|
|
|
|
<para>
|
|
Use the #GtkBox packing interface to determine the arrangement,
|
|
spacing, width, and alignment of GtkHBox children.
|
|
</para>
|
|
|
|
<para>
|
|
All children are allocated the same height.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term>#GtkVBox</term>
|
|
<listitem><para>a sister class that organizes widgets into a column.</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkHBox ##### -->
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_hbox_new ##### -->
|
|
<para>
|
|
Creates a new GtkHBox.
|
|
</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 GtkHBox.
|
|
|
|
|