]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml
Make 3.0 parallel-installable to 2.x
[~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 <!-- ##### SECTION Stability_Level ##### -->
38
39
40 <!-- ##### SECTION Image ##### -->
41
42
43 <!-- ##### STRUCT GtkSeparatorToolItem ##### -->
44 <para>
45 The #GtkSeparatorToolItem struct contains only private data and
46 should only be accessed through the functions described below.
47 </para>
48
49
50 <!-- ##### ARG GtkSeparatorToolItem:draw ##### -->
51 <para>
52
53 </para>
54
55 <!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
56 <para>
57
58 </para>
59
60 @void: 
61 @Returns: 
62
63
64 <!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
65 <para>
66
67 </para>
68
69 @item: 
70 @draw: 
71
72
73 <!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
74 <para>
75
76 </para>
77
78 @item: 
79 @Returns: 
80
81