blob: 6136bdb62b6b0ec9ca9af07a575a002f2f411f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!-- ##### 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 ##### -->
<!-- ##### 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>
@Returns:
<!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
<para>
</para>
@item:
@draw:
<!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
<para>
</para>
@item:
@Returns:
|