]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml
=== Released 2.3.3 ===
[~andy/gtk] / docs / reference / gtk / tmpl / gtkseparatortoolitem.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkSeparatorToolItem
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A toolbar item that separates groups of other toolbar items.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9   A #GtkSeparatorItem is a #GtkToolItem that separates groups of other
10   #GtkToolItems. Depending on the theme, a #GtkSeparatorToolItem will
11   often look like a vertical line on horizontally docked toolbars.
12 </para>
13 <para>
14 If the property "expand" is #TRUE and the property "draw" is #FALSE, a
15 #GtkSeparatorToolItem will act as a "spring" that forces other items
16 to the ends of the toolbar.
17 </para>
18 <para>
19   Use gtk_separator_tool_item_new() to create a new #GtkSeparatorToolItem.
20 </para>
21
22 <!-- ##### SECTION See_Also ##### -->
23 <para>
24   <variablelist>
25     <varlistentry>
26       <term>#GtkToolbar</term>
27       <listitem><para>The toolbar widget</para></listitem>
28     </varlistentry>
29     <varlistentry>
30       <term>#GtkRadioToolButton</term>
31       <listitem><para>A toolbar item containing a radio
32           button</para></listitem>
33     </varlistentry>
34   </variablelist>
35 </para>
36
37 <!-- ##### STRUCT GtkSeparatorToolItem ##### -->
38 <para>
39 The #GtkSeparatorToolItem struct contains only private data and
40 should only be accessed through the functions described below.
41 </para>
42
43
44 <!-- ##### ARG GtkSeparatorToolItem:draw ##### -->
45 <para>
46
47 </para>
48
49 <!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
50 <para>
51
52 </para>
53
54 @Returns: 
55
56
57 <!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
58 <para>
59
60 </para>
61
62 @item: 
63 @draw: 
64 <!-- # Unused Parameters # -->
65 @tool_item: 
66
67
68 <!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
69 <para>
70
71 </para>
72
73 @item: 
74 @Returns: 
75
76