gtk2/docs/reference/gtk/tmpl/gtkhseparator.sgml
Matthias Clasen 7447ef0fc2 Make 3.0 parallel-installable to 2.x
In particular, rename

  - libraries to lib*-3.0.so
  - pc files to *-3.0.pc
  - include paths to /usr/include/gtk-3.0/*
  - module paths to /usr/lib/gtk-3.0/*
  - rc files names to gtk-3.0/gtkrc
  - commandline utilities to *-3.0
  - adjust documentation

Also change the install location for unix-print headers to
/usr/include/gtk-3.0/unix-print/gtk.
2010-05-08 01:18:53 -04:00

54 lines
1.2 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkHSeparator
<!-- ##### SECTION Short_Description ##### -->
A horizontal separator
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkHSeparator widget is a horizontal separator, used to group the
widgets within a window. It displays a horizontal line with a shadow to
make it appear sunken into the interface.
</para>
<note>
<para>
The #GtkHSeparator widget is not used as a separator within menus.
To create a separator in a menu create an empty #GtkSeparatorMenuItem
widget using gtk_separator_menu_item_new() and add it to the menu with
gtk_menu_shell_append().
</para>
</note>
<!-- ##### SECTION See_Also ##### -->
<para>
<variablelist>
<varlistentry>
<term>#GtkVSeparator</term>
<listitem><para>a vertical separator.</para></listitem>
</varlistentry>
</variablelist>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkHSeparator ##### -->
<para>
The #GtkHSeparator-struct struct contains private data only, and
should be accessed using the functions below.
</para>
<!-- ##### FUNCTION gtk_hseparator_new ##### -->
<para>
Creates a new #GtkHSeparator.
</para>
@void:
@Returns: a new #GtkHSeparator.