summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkhandlebox.xml
blob: a43c5dd814c08313473367e77384e0a6fe7dc574 (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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<?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-gtkhandlebox">
  <refnamediv>
    <refname>gtk.HandleBox</refname>
    <refpurpose>a widget for detachable window portions.</refpurpose>
  </refnamediv>

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
      <ooclass><classname>gtk.HandleBox</classname></ooclass>
      <ooclass><classname><link
linkend="class-gtkbin">gtk.Bin</link></classname></ooclass>
      <constructorsynopsis language="python">
	<methodname><link
linkend="constructor-gtkhandlebox">gtk.HandleBox</link></methodname>
	<methodparam></methodparam>  </constructorsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--set-shadow-type">set_shadow_type</link></methodname>
	<methodparam><parameter
		       role="keyword">type</parameter></methodparam>
      </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--get-shadow-type">get_shadow_type</link></methodname>
	<methodparam></methodparam>  </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--set-handle-position">set_handle_position</link></methodname>
	<methodparam><parameter
		       role="keyword">position</parameter></methodparam>
      </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--get-handle-position">get_handle_position</link></methodname>
	<methodparam></methodparam>  </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--set-snap-edge">set_snap_edge</link></methodname>
	<methodparam><parameter
		       role="keyword">edge</parameter></methodparam>
      </methodsynopsis>
      <methodsynopsis language="python">
	<methodname><link
linkend="method-gtkhandlebox--get-snap-edge">get_snap_edge</link></methodname>
	<methodparam></methodparam>  </methodsynopsis>
      
      <methodsynopsis language="python">
	<methodname><link linkend="method-gtkhandlebox--get-child-detached">get_child_detached</link></methodname>
	<methodparam></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-gtkhandlebox">gtk.HandleBox</link>
</synopsis>

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


  <refsect1 id="properties-gtkhandlebox">
    <title>gtk.HandleBox 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>

    <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>"child-detached"</entry>
	      <entry>Read</entry>
	      <entry><literal>True</literal> if the handlebox's child is detached, <literal>False</literal> otherwise.</entry>
	    </row>

	    <row valign="top">
	      <entry>"handle-position"</entry>
	      <entry>Read-Write</entry>
	      <entry>The position of the handle relative to the child
	      widget; one of the <xref linkend="gtk-position-type-constants"
	      endterm="gtk-position-type-constants-title"></xref>.</entry>
	    </row>

	    <row valign="top">
	      <entry>"shadow-type"</entry>
	      <entry>Read-Write</entry>
	      <entry>The type of shadow; one of the <xref
	      linkend="gtk-shadow-type-constants"
	      endterm="gtk-shadow-type-constants-title"></xref>.</entry>
	    </row>

	    <row valign="top">
	      <entry>"snap-edge"</entry>
	      <entry>Read-Write</entry>
	      <entry>The side of the handlebox that's lined up with the
	      docking point to dock the handlebox; one of the <xref
	      linkend="gtk-position-type-constants"
	      endterm="gtk-position-type-constants-title"></xref>.</entry>
	    </row>

	    <row valign="top">
	      <entry>"snap-edge-set"</entry>
	      <entry>Read-Write</entry>
	      <entry>If <literal>True</literal>, use the value from
	      "snap-edge"; otherwise, use a value derived from
	      "handle-position".  Available in GTK+ 2.2 and above.</entry>
	    </row>

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

  </refsect1>

  <refsect1 id="style-properties-gtkhandlebox">
    <title>gtk.HandleBox Style Properties</title>

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

  </refsect1>

  <refsect1 id="signal-prototypes-gtkhandlebox">
    <title>gtk.HandleBox 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>

    <variablelist>
      <varlistentry>
        <term>"<link
linkend="signal-gtkhandlebox--child-attached">child-attached</link>"</term>
        <listitem>
          <methodsynopsis
	    language="python"><methodname>callback</methodname>
            <methodparam><parameter>handlebox</parameter>
            </methodparam>
            <methodparam><parameter>widget</parameter>
            </methodparam>
            <methodparam><parameter>user_param1</parameter>
            </methodparam>
            <methodparam><parameter>...</parameter>
            </methodparam>
          </methodsynopsis>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>"<link
linkend="signal-gtkhandlebox--child-detached">child-detached</link>"</term>
        <listitem>
          <methodsynopsis
	    language="python"><methodname>callback</methodname>
            <methodparam><parameter>handlebox</parameter>
            </methodparam>
            <methodparam><parameter>widget</parameter>
            </methodparam>
            <methodparam><parameter>user_param1</parameter>
            </methodparam>
            <methodparam><parameter>...</parameter>
            </methodparam>
          </methodsynopsis>
        </listitem>
      </varlistentry>
    </variablelist>

  </refsect1>

  <refsect1>
    <title>Description</title>

    <para>The <link
linkend="class-gtkhandlebox"><classname>gtk.HandleBox</classname></link>
widget allows a portion of a window to be "torn off". It is a bin widget
which displays its child and a handle that the user can drag to tear off
into a separate floating window containing the child widget. A thin ghost is
drawn in the original location of the handlebox. The separate window can be
dragged back to its original location to be reattached. When reattaching,
the ghost and float window, must be aligned along one of the edges called
the snap edge that can be specified by the application, or specified
automatically using a reasonable default based on the handle position. The
snap edge is automatically set as <literal>gtk.POS_TOP</literal> if the
handle position is <literal>gtk.POS_RIGHT</literal> or
<literal>gtk.POS_LEFT</literal>; otherwise, the snap edge will be set as
<literal>gtk.POS_LEFT</literal>.</para>

    <para>To make detaching and reattaching the handlebox as minimally
confusing as possible to the user, it is important to set the snap edge so
that the snap edge does not move when the handlebox is detached. For
example, if the handlebox is packed at the bottom of a <link
linkend="class-gtkvbox"><classname>gtk.VBox</classname></link>, then when
the handlebox is detached, the bottom edge of the handlebox's allocation
will remain fixed as the height of the handlebox shrinks, so the snap edge
should be set to <literal>gtk.POS_BOTTOM</literal>.</para>

  </refsect1>

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

    <programlisting><constructorsynopsis language="python">
	<methodname>gtk.HandleBox</methodname>
	<methodparam></methodparam>  </constructorsynopsis></programlisting>
    <variablelist>
      <varlistentry>
	<term><emphasis>Returns</emphasis>&nbsp;:</term>
	<listitem><simpara>a new handlebox widget</simpara></listitem>
      </varlistentry>
    </variablelist>

    <para>Creates a new <link
linkend="class-gtkhandlebox"><classname>gtk.HandleBox</classname></link>
widget.</para>

  </refsect1>

  <refsect1>
    <title>Methods</title>

    <refsect2 id="method-gtkhandlebox--set-shadow-type">
      <title>gtk.HandleBox.set_shadow_type</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>set_shadow_type</methodname>
	  <methodparam><parameter
			 role="keyword">type</parameter></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><parameter role="keyword">type</parameter>&nbsp;:</term>
	  <listitem><simpara>the shadow type:
<literal>gtk.SHADOW_NONE</literal>, <literal>gtk.SHADOW_IN</literal>,
<literal>gtk.SHADOW_OUT</literal>, <literal>gtk.SHADOW_ETCHED_IN</literal>,
<literal>gtk.SHADOW_ETCHED_OUT</literal></simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>set_shadow_type</methodname>() method sets the
type of shadow to be drawn around the border of the handle box as specified
by <parameter>type</parameter>. The value of <parameter>type</parameter>
must be one of: <literal>gtk.SHADOW_NONE</literal>,
<literal>gtk.SHADOW_IN</literal>, <literal>gtk.SHADOW_OUT</literal>,
<literal>gtk.SHADOW_ETCHED_IN</literal>,
<literal>gtk.SHADOW_ETCHED_OUT</literal>.</para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--get-shadow-type">
      <title>gtk.HandleBox.get_shadow_type</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_shadow_type</methodname>
	  <methodparam></methodparam>  </methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara>the type of shadow currently drawn around the
handle box.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>get_shadow_type</methodname>() method gets the
type of shadow drawn around the handle box. The shadow type is one of:
<literal>gtk.SHADOW_NONE</literal>, <literal>gtk.SHADOW_IN</literal>,
<literal>gtk.SHADOW_OUT</literal>, <literal>gtk.SHADOW_ETCHED_IN</literal>,
<literal>gtk.SHADOW_ETCHED_OUT</literal>. See <link
linkend="method-gtkhandlebox--set-shadow-type"><methodname>set_shadow_type</methodname>()</link>.</para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--set-handle-position">
      <title>gtk.HandleBox.set_handle_position</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>set_handle_position</methodname>
	  <methodparam><parameter
			 role="keyword">position</parameter></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><parameter role="keyword">position</parameter>&nbsp;:</term>
	  <listitem><simpara>the side of the handlebox where the handle
should be drawn.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>set_handle_position</methodname>() method sets
the side of the handlebox where the handle is drawn using the value of
<parameter>position</parameter>. The value of
<parameter>position</parameter> must be one of:
<literal>gtk.POS_LEFT</literal>, <literal>gtk.POS_RIGHT</literal>,
<literal>gtk.POS_TOP</literal>, <literal>gtk.POS_BOTTOM</literal></para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--get-handle-position">
      <title>gtk.HandleBox.get_handle_position</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_handle_position</methodname>
	  <methodparam></methodparam>  </methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara>the current handle
position.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>get_handle_position</methodname>() method gets
the handle position of the handle box; one of:
<literal>gtk.POS_LEFT</literal>, <literal>gtk.POS_RIGHT</literal>,
<literal>gtk.POS_TOP</literal>, <literal>gtk.POS_BOTTOM</literal>. See <link
linkend="method-gtkhandlebox--set-handle-position"><methodname>set_handle_position</methodname>()</link>.</para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--set-snap-edge">
      <title>gtk.HandleBox.set_snap_edge</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>set_snap_edge</methodname>
	  <methodparam><parameter
			 role="keyword">edge</parameter></methodparam>
	</methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><parameter role="keyword">edge</parameter>&nbsp;:</term>
	  <listitem><simpara>the edge to use as the snap edge or -1 to have
PyGTK automatically pick the snap edge</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>set_snap_edge</methodname>() method sets the
snap edge of the handlebox to the value specified by
<parameter>edge</parameter>. The value of <parameter>edge</parameter> can be
one of: <literal>gtk.POS_LEFT</literal>, <literal>gtk.POS_RIGHT</literal>,
<literal>gtk.POS_TOP</literal>, <literal>gtk.POS_BOTTOM</literal> or -1 to
have the snap edge automatically specified.</para>

      <para>The snap edge is the edge of the detached child that must be
aligned with the corresponding edge of the "ghost" left behind when the
child was detached to reattach the torn-off window. Usually, the snap edge
should be chosen so that it stays in the same place on the screen when the
handlebox is torn off. If the snap edge is not set, then an appropriate
value will be guessed from the handle position. If the handle position is
<literal>gtk.POS_RIGHT</literal> or <literal>gtk.POS_LEFT</literal>, then
the snap edge will be <literal>gtk.POS_TOP</literal>, otherwise it will be
<literal>gtk.POS_LEFT</literal>.</para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--get-snap-edge">
      <title>gtk.HandleBox.get_snap_edge</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_snap_edge</methodname>
	  <methodparam></methodparam>  </methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara>the edge used for determining reattachment, or
-1 if the snap edge is determined (as per default) from the handle
position.</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The <methodname>get_snap_edge</methodname>() method gets the
edge used for determining reattachment of the handle box. The return value
will be one of: <literal>gtk.POS_LEFT</literal>,
<literal>gtk.POS_RIGHT</literal>, <literal>gtk.POS_TOP</literal>,
<literal>gtk.POS_BOTTOM</literal> or -1 to indicate the snap edge is
automatically selected. See <link
linkend="method-gtkhandlebox--set-snap-edge"><methodname>set_snap_edge</methodname>()</link>.</para>

    </refsect2>

    <refsect2 id="method-gtkhandlebox--get-child-detached">
      <title>gtk.HandleBox.get_child_detached</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>get_child_detached</methodname>
	  <methodparam></methodparam>  </methodsynopsis></programlisting>
      <variablelist>
	<varlistentry>
	  <term><emphasis>Returns</emphasis>&nbsp;:</term>
	  <listitem><simpara><literal>True</literal> if the child is currently detached,
	  otherwise <literal>False</literal></simpara></listitem>
	</varlistentry>
      </variablelist>

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

      <para>
	The <methodname>get_child_detached</methodname>() method gets
	whether the handlebox's child is currently detached.
      </para>

    </refsect2>

  </refsect1>

  <refsect1>
    <title>Signals</title>

    <refsect2 id="signal-gtkhandlebox--child-attached">
      <title>The "child-attached" gtk.HandleBox Signal</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>callback</methodname>
	  <methodparam><parameter>handlebox</parameter></methodparam>
	  <methodparam><parameter>widget</parameter></methodparam>
	  <methodparam><parameter>user_param1</parameter></methodparam>
	  <methodparam><parameter>...</parameter></methodparam>
	</methodsynopsis></programlisting>

      <variablelist>
	<varlistentry>
	  <term><parameter>handlebox</parameter>&nbsp;:</term>
	  <listitem><simpara>the widget that received the
signal</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>widget</parameter>&nbsp;:</term>
	  <listitem><simpara>the child widget</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>user_param1</parameter>&nbsp;:</term>
          <listitem><simpara>the first user parameter (if any) specified
with the <link
linkend="method-gobject--connect"><methodname>connect</methodname>()</link>
method</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>...</parameter>&nbsp;:</term>
	  <listitem><simpara>additional user parameters (if
any)</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The "child-attached" signal is emitted when the contents of the
handlebox are reattached to the main window.</para>

    </refsect2>

    <refsect2 id="signal-gtkhandlebox--child-detached">
      <title>The "child-detached" gtk.HandleBox Signal</title>

      <programlisting><methodsynopsis language="python">
	  <methodname>callback</methodname>
	  <methodparam><parameter>handlebox</parameter></methodparam>
	  <methodparam><parameter>widget</parameter></methodparam>
	  <methodparam><parameter>user_param1</parameter></methodparam>
	  <methodparam><parameter>...</parameter></methodparam>
	</methodsynopsis></programlisting>

      <variablelist>
	<varlistentry>
	  <term><parameter>handlebox</parameter>&nbsp;:</term>
	  <listitem><simpara>the widget that received the
signal</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>widget</parameter>&nbsp;:</term>
	  <listitem><simpara>the child widget</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>user_param1</parameter>&nbsp;:</term>
          <listitem><simpara>the first user parameter (if any) specified
with the <link
linkend="method-gobject--connect"><methodname>connect</methodname>()</link>
method</simpara></listitem>
	</varlistentry>
	<varlistentry>
	  <term><parameter>...</parameter>&nbsp;:</term>
	  <listitem><simpara>additional user parameters (if
any)</simpara></listitem>
	</varlistentry>
      </variablelist>

      <para>The "child-detached" signal is emitted when the contents of the
handlebox are detached from the main window.</para>

    </refsect2>

  </refsect1>

</refentry>