2003-07-14 23:09:32 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkSeparatorToolItem
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2003-08-04 21:13:55 +00:00
|
|
|
A toolbar item that separates groups of other toolbar items.
|
2003-07-14 23:09:32 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2003-08-04 21:13:55 +00:00
|
|
|
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>
|
|
|
|
Use gtk_separator_tool_item_new() to create a new #GtkSeparatorToolItem.
|
2003-07-14 23:09:32 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
2003-08-04 21:13:55 +00:00
|
|
|
<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>
|
2003-07-14 23:09:32 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkSeparatorToolItem ##### -->
|
|
|
|
<para>
|
2003-08-04 21:13:55 +00:00
|
|
|
The #GtkSeparatorToolItem struct contains only private data and
|
|
|
|
should only be accessed through the functions described below.
|
2003-07-14 23:09:32 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|