]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkhseparator.sgml
9a4ebd8c0c0afd586a4759daf3cf4c5580a79a00
[~andy/gtk] / docs / reference / gtk / tmpl / gtkhseparator.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkHSeparator
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A horizontal separator
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The #GtkHSeparator widget is a horizontal separator, used to group the
10 widgets within a window. It displays a horizontal line with a shadow to
11 make it appear sunken into the interface.
12 </para>
13 <note>
14 <para>
15 The #GtkHSeparator widget is not used as a separator within menus.
16 To create a separator in a menu create an empty #GtkSeparatorMenuItem 
17 widget using gtk_separator_menu_item_new() and add it to the menu with 
18 gtk_menu_shell_append().
19 </para>
20 </note>
21
22 <!-- ##### SECTION See_Also ##### -->
23 <para>
24 <variablelist>
25 <varlistentry>
26 <term>#GtkVSeparator</term>
27 <listitem><para>a vertical separator.</para></listitem>
28 </varlistentry>
29 </variablelist>
30 </para>
31
32 <!-- ##### SECTION Stability_Level ##### -->
33
34
35 <!-- ##### STRUCT GtkHSeparator ##### -->
36 <para>
37 The #GtkHSeparator-struct struct contains private data only, and
38 should be accessed using the functions below.
39 </para>
40
41
42 <!-- ##### FUNCTION gtk_hseparator_new ##### -->
43 <para>
44 Creates a new #GtkHSeparator.
45 </para>
46
47 @Returns: a new #GtkHSeparator.
48
49