]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkhbox.sgml
ran make templates, to fix problems with structs.
[~andy/gtk] / docs / reference / gtk / tmpl / gtkhbox.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkHBox
3
4 <!-- ##### SECTION Short_Description ##### -->
5 horizontal container box
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>\r
9 GtkHBox is a container that organizes child widgets into a single row.\r
10 </para>\r
11 \r
12 <para>\r
13 Use the #GtkBox packing interface to determine the arrangement,\r
14 spacing, width, and alignment of GtkHBox children.\r
15 </para>\r
16 \r
17 <para>\r
18 All children are allocated the same height.\r
19 </para>
20
21 <!-- ##### SECTION See_Also ##### -->
22 <para>\r
23 <variablelist>\r
24 \r
25 <varlistentry>\r
26 <term>#GtkVBox</term>\r
27 <listitem><para>a sister class that organizes widgets into a column.</para></listitem>\r
28 </varlistentry>\r
29 \r
30 </variablelist>\r
31 </para>
32
33 <!-- ##### STRUCT GtkHBox ##### -->
34
35
36
37 <!-- ##### FUNCTION gtk_hbox_new ##### -->
38 <para>\r
39 Creates a new GtkHBox.\r
40 </para>
41
42 @homogeneous: %TRUE if all children are to be given equal space allotments.
43 @spacing: the number of pixels to place by default between children.
44 @Returns: a new GtkHBox.
45
46