diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkhbox.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkhbox.sgml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkhbox.sgml b/docs/reference/gtk/tmpl/gtkhbox.sgml new file mode 100644 index 0000000000..0fd5acff22 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkhbox.sgml @@ -0,0 +1,47 @@ +<!-- ##### 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 ##### --> + + +@box: + +<!-- ##### 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. + + |