forked from AuroraMiddleware/gtk
6f6d3a2202
Fri Aug 1 15:26:46 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important" property * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_new_from_widget): Don't take a stock id * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_new_with_stock_from_widget): make this function take a stock_id. * gtk/toolbar: documentation
47 lines
1.2 KiB
Plaintext
47 lines
1.2 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>
|
|
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>
|
|
|
|
<!-- ##### STRUCT GtkSeparatorToolItem ##### -->
|
|
<para>
|
|
The #GtkSeparatorToolItem struct contains only private data and
|
|
should only be accessed through the functions described below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|