1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkHBox
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-10-11 20:10:52 +00:00
|
|
|
A horizontal container box
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
1999-11-16 00:33:10 +00:00
|
|
|
<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.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
1999-11-16 00:33:10 +00:00
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
<term>#GtkVBox</term>
|
|
|
|
<listitem><para>a sister class that organizes widgets into a column.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2005-06-20 22:06:27 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### STRUCT GtkHBox ##### -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_hbox_new ##### -->
|
1999-11-16 00:33:10 +00:00
|
|
|
<para>
|
|
|
|
Creates a new GtkHBox.
|
1999-08-16 18:51:52 +00:00
|
|
|
</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.
|
|
|
|
|
|
|
|
|