File: pygtk-gtkseparatortoolitem.xml

package info (click to toggle)
pygtk 2.24.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 26,760 kB
  • ctags: 8,260
  • sloc: xml: 182,079; sh: 10,297; python: 10,161; ansic: 2,861; makefile: 1,358
file content (222 lines) | stat: -rw-r--r-- 8,316 bytes parent folder | download | duplicates (5)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<?xml version="1.0" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="class-gtkseparatortoolitem">
  <refnamediv>
    <refname>gtk.SeparatorToolItem</refname>
    <refpurpose>a toolbar item that separates groups of other toolbar
items (new in PyGTK 2.4)</refpurpose>
  </refnamediv>

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
      <ooclass><classname>gtk.SeparatorToolItem</classname></ooclass>
      <ooclass><classname><link linkend="class-gtktoolitem">gtk.ToolItem</link></classname></ooclass>
      <constructorsynopsis language="python">
	<methodname><link linkend="constructor-gtkseparatortoolitem">gtk.SeparatorToolItem</link></methodname>
	<methodparam></methodparam>  </constructorsynopsis>
      <methodsynopsis language="python">
	<methodname><link linkend="method-gtkseparatortoolitem--get-draw">get_draw</link></methodname>
	<methodparam></methodparam>  </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link linkend="method-gtkseparatortoolitem--set-draw">set_draw</link></methodname>
	<methodparam><parameter role="keyword">draw</parameter></methodparam>
      </methodsynopsis>
    </classsynopsis>

  </refsect1>

  <refsect1>
    <title>Ancestry</title>

<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
  +-- <link linkend="class-gtkobject">gtk.Object</link>
    +-- <link linkend="class-gtkwidget">gtk.Widget</link>
      +-- <link linkend="class-gtkcontainer">gtk.Container</link>
        +-- <link linkend="class-gtkbin">gtk.Bin</link>
          +-- <link linkend="class-gtktoolitem">gtk.ToolItem</link>
            +-- <link linkend="class-gtkseparatortoolitem">gtk.SeparatorToolItem</link>
</synopsis>

  </refsect1>
  
  <refsect1>
		<title>Implemented Interfaces</title>
		<para>
			<link linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
			implements 
			<link linkend="class-gtkbuildable"><classname>gtk.Buildable</classname></link>
		</para>
	</refsect1>


  <refsect1 id="properties-gtkseparatortoolitem">
    <title>gtk.SeparatorToolItem Properties</title>

    <para><link linkend="properties-gtkobject">gtk.Object Properties</link></para>
    <para><link linkend="properties-gtkwidget">gtk.Widget Properties</link></para>
    <para><link linkend="properties-gtkcontainer">gtk.Container Properties</link></para>
    <para><link linkend="properties-gtktoolitem">gtk.ToolItem Properties</link></para>

    <blockquote role="properties">
      <informaltable pgwide="1" frame="none">
	<tgroup cols="3">
	  <colspec column="1" colwidth="1in"/>
	  <colspec column="2" colwidth="1in"/>
	  <colspec column="3" colwidth="4in"/>
	  <tbody>

	    <row valign="top">
	      <entry>"draw"</entry>
	      <entry>Read-Write</entry>

	      <entry>If <literal>True</literal>, the separator is
	      drawn. Available in GTK+ 2.4.</entry>
	    </row>

	  </tbody>
	</tgroup>
      </informaltable>
    </blockquote>

  </refsect1>

  <refsect1 id="style-properties-gtkseparatortoolitem">
    <title>gtk.SeparatorToolItem Style Properties</title>

    <para><link linkend="style-properties-gtkwidget">gtk.Widget Style Properties</link></para>

  </refsect1>

  <refsect1 id="signal-prototypes-gtkseparatortoolitem">
    <title>gtk.SeparatorToolItem Signal Prototypes</title>

    <para><link linkend="signal-prototypes-gobject">gobject.GObject Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkobject">gtk.Object Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkwidget">gtk.Widget Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtkcontainer">gtk.Container Signal Prototypes</link></para>
    <para><link linkend="signal-prototypes-gtktoolitem">gtk.ToolItem Signal Prototypes</link></para>
  </refsect1>

  <refsect1>
    <title>Description</title>

    <note>
      <para>This widget is available in PyGTK 2.4 and above.</para>
    </note>

    <para>A <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
is a <link
linkend="class-gtktoolitem"><classname>gtk.ToolItem</classname></link> that
separates groups of other <link
linkend="class-gtktoolitem"><classname>gtk.ToolItem</classname></link>
objects. Depending on the theme, a <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
will often look like a vertical line on horizontally docked toolbars.</para>

    <para>If the <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
is set to expand (using the <link
linkend="method-gtktoolitem--set-expand"><methodname>gtk.ToolItem.set_expand</methodname>()</link>
method) and the "draw" property is <literal>False</literal>, a <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
will act as a "spring" that forces other items to the ends of the
toolbar.</para>

  </refsect1>

  <refsect1 id="constructor-gtkseparatortoolitem">
    <title>Constructor</title>

    <programlisting><constructorsynopsis language="python">
	<methodname>gtk.SeparatorToolItem</methodname>
	<methodparam></methodparam>
      </constructorsynopsis></programlisting>
    <variablelist>
      <varlistentry>
	<term><emphasis>Returns</emphasis>&nbsp;:</term>
	<listitem><simpara>the new <link linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>

Since: 2.4</simpara></listitem>
      </varlistentry>
    </variablelist>

    <note>
      <para>This constructor is available in PyGTK 2.4 and above.</para>
    </note>

    <para>Create a new <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link></para>

  </refsect1>

  <refsect1>
    <title>Methods</title>

    <refsect2 id="method-gtkseparatortoolitem--get-draw">
      <title>gtk.SeparatorToolItem.get_draw</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_draw</methodname>
	  <methodparam></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara><literal>True</literal> if
	  <parameter>separator_tool_item</parameter> is drawn as a line, or
	  just blank.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <note>
	<para>This method is available in PyGTK 2.4 and above.</para>
      </note>

      <para>The <methodname>get_draw</methodname>() method returns
<literal>True</literal> if the separator tool item is drawn as a line or
<literal>False</literal>, if it's just blank. See the <link
linkend="method-gtkseparatortoolitem--set-draw"><methodname>set_draw()</methodname></link>
method.</para>

    </refsect2>

    <refsect2 id="method-gtkseparatortoolitem--set-draw">
      <title>gtk.SeparatorToolItem.set_draw</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>set_draw</methodname>
	  <methodparam><parameter role="keyword">draw</parameter></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><parameter role="keyword">draw</parameter>&nbsp;:</term>
	  <listitem><simpara>if <literal>True</literal> the <link
	  linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
	  is drawn as a vertical line</simpara></listitem>
	</varlistentry>
      </variablelist>

      <note>
	<para>This method is available in PyGTK 2.4 and above.</para>
      </note>

      <para>The <methodname>set_draw</methodname>() method sets the "draw"
property to the value of <parameter>draw</parameter>. If
<parameter>draw</parameter> is <literal>True</literal> the <link
linkend="class-gtkseparatortoolitem"><classname>gtk.SeparatorToolItem</classname></link>
is drawn as a vertical line; if <literal>False</literal>, just blank.
Setting the "draw" property to <literal>False</literal> along with passing
True to the <link
linkend="method-gtktoolitem--set-expand"><methodname>gtk.ToolItem.set_expand</methodname>()</link>
is useful to create an item that forces following items to the end of the
toolbar.</para>

    </refsect2>

  </refsect1>

</refentry>