gtk2/docs/reference/gtk/tmpl/gtkseparatortoolitem.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

82 lines
1.7 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkSeparatorToolItem
<!-- ##### SECTION Short_Description ##### -->
A toolbar item that separates groups of other toolbar items
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkSeparatorItem is a #GtkToolItem that separates groups of other
#GtkToolItems. Depending on the theme, a #GtkSeparatorToolItem will
often look like a vertical line on horizontally docked toolbars.
</para>
<para>
If the property "expand" is #TRUE and the property "draw" is #FALSE, a
#GtkSeparatorToolItem will act as a "spring" that forces other items
to the ends of the toolbar.
</para>
<para>
Use gtk_separator_tool_item_new() to create a new #GtkSeparatorToolItem.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
<variablelist>
<varlistentry>
<term>#GtkToolbar</term>
<listitem><para>The toolbar widget</para></listitem>
</varlistentry>
<varlistentry>
<term>#GtkRadioToolButton</term>
<listitem><para>A toolbar item containing a radio
button</para></listitem>
</varlistentry>
</variablelist>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkSeparatorToolItem ##### -->
<para>
The #GtkSeparatorToolItem struct contains only private data and
should only be accessed through the functions described below.
</para>
<!-- ##### ARG GtkSeparatorToolItem:draw ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
<para>
</para>
@void:
@Returns:
<!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
<para>
</para>
@item:
@draw:
<!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
<para>
</para>
@item:
@Returns: