2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3
<html><head><title>Python: module variable_space</title>
4
</head><body bgcolor="#f0f0f8">
6
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
8
<td valign=bottom> <br>
9
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>variable_space</strong></big></big></font></td
10
><td align=right valign=bottom
11
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jan/Development/Glitter/documentation/glitter/variable_space.py">/home/jan/Development/Glitter/documentation/glitter/variable_space.py</a></font></td></tr></table>
12
<p><tt># !/usr/bin/python<br>
13
# -*- coding: utf-8 -*-</tt></p>
15
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
16
<tr bgcolor="#aa55cc">
17
<td colspan=3 valign=bottom> <br>
18
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
20
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
21
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="gobject.html">gobject</a><br>
22
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
23
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
24
<tr bgcolor="#ee77aa">
25
<td colspan=3 valign=bottom> <br>
26
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
28
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
30
<dt><font face="helvetica, arial"><a href="container.html#Container">container.Container</a>(<a href="widget.html#Widget">widget.Widget</a>)
33
<dt><font face="helvetica, arial"><a href="variable_space.html#VariableSpace">VariableSpace</a>
38
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
39
<tr bgcolor="#ffc8d8">
40
<td colspan=3 valign=bottom> <br>
41
<font color="#000000" face="helvetica, arial"><a name="VariableSpace">class <strong>VariableSpace</strong></a>(<a href="container.html#Container">container.Container</a>)</font></td></tr>
43
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
44
<td colspan=2><tt>Variable space is a layout container that represents free space in the user<br>
45
interface.<br> </tt></td></tr>
47
<td width="100%"><dl><dt>Method resolution order:</dt>
48
<dd><a href="variable_space.html#VariableSpace">VariableSpace</a></dd>
49
<dd><a href="container.html#Container">container.Container</a></dd>
50
<dd><a href="widget.html#Widget">widget.Widget</a></dd>
51
<dd><a href="clutter.html#Group">clutter.Group</a></dd>
52
<dd><a href="clutter.html#Actor">clutter.Actor</a></dd>
53
<dd><a href="gobject._gobject.html#GObject">gobject._gobject.GObject</a></dd>
54
<dd><a href="clutter.html#Scriptable">clutter.Scriptable</a></dd>
55
<dd><a href="clutter.html#Container">clutter.Container</a></dd>
56
<dd><a href="gobject.html#GInterface">gobject.GInterface</a></dd>
57
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
60
Methods defined here:<br>
61
<dl><dt><a name="VariableSpace-__init__"><strong>__init__</strong></a>(self)</dt><dd><tt>Initialize variable space widget</tt></dd></dl>
64
Methods inherited from <a href="container.html#Container">container.Container</a>:<br>
65
<dl><dt><a name="VariableSpace-get_h_offset"><strong>get_h_offset</strong></a>(self)</dt><dd><tt>Retrieve horizontal offset</tt></dd></dl>
67
<dl><dt><a name="VariableSpace-get_height_policy"><strong>get_height_policy</strong></a>(self)</dt><dd><tt>Retrieve height policy</tt></dd></dl>
69
<dl><dt><a name="VariableSpace-get_minimum_height"><strong>get_minimum_height</strong></a>(self)</dt><dd><tt>Retrieve minimum height</tt></dd></dl>
71
<dl><dt><a name="VariableSpace-get_minimum_width"><strong>get_minimum_width</strong></a>(self)</dt><dd><tt>Retrieve minimum width</tt></dd></dl>
73
<dl><dt><a name="VariableSpace-get_minimum_x"><strong>get_minimum_x</strong></a>(self)</dt><dd><tt>Retrieve minimum y</tt></dd></dl>
75
<dl><dt><a name="VariableSpace-get_minimum_y"><strong>get_minimum_y</strong></a>(self)</dt><dd><tt>Retrieve minimum y</tt></dd></dl>
77
<dl><dt><a name="VariableSpace-get_natural_height"><strong>get_natural_height</strong></a>(self)</dt><dd><tt>Retrieve natural height</tt></dd></dl>
79
<dl><dt><a name="VariableSpace-get_natural_width"><strong>get_natural_width</strong></a>(self)</dt><dd><tt>Retrieve natural width</tt></dd></dl>
81
<dl><dt><a name="VariableSpace-get_natural_x"><strong>get_natural_x</strong></a>(self)</dt><dd><tt>Retrieve minimum x</tt></dd></dl>
83
<dl><dt><a name="VariableSpace-get_natural_y"><strong>get_natural_y</strong></a>(self)</dt><dd><tt>Retrieve natural y</tt></dd></dl>
85
<dl><dt><a name="VariableSpace-get_size_ratio"><strong>get_size_ratio</strong></a>(self)</dt><dd><tt>Retrieve size ratio</tt></dd></dl>
87
<dl><dt><a name="VariableSpace-get_v_offset"><strong>get_v_offset</strong></a>(self)</dt><dd><tt>Retrieve vertical offset</tt></dd></dl>
89
<dl><dt><a name="VariableSpace-get_width_policy"><strong>get_width_policy</strong></a>(self)</dt><dd><tt>Retrieve width policy</tt></dd></dl>
91
<dl><dt><a name="VariableSpace-set_h_offset"><strong>set_h_offset</strong></a>(self, value)</dt><dd><tt>Sets horizontal offset. Overwrites values for natural x and width. <br>
93
value -- (float) offset as a factor of parent width</tt></dd></dl>
95
<dl><dt><a name="VariableSpace-set_height_policy"><strong>set_height_policy</strong></a>(self, value)</dt><dd><tt>Sets height policy<br>
97
value -- (str) NATURAL or MINIMUM height</tt></dd></dl>
99
<dl><dt><a name="VariableSpace-set_minimum_height"><strong>set_minimum_height</strong></a>(self, value)</dt><dd><tt>Sets minimum height <br>
101
value -- (int) Minimum height in clutter units</tt></dd></dl>
103
<dl><dt><a name="VariableSpace-set_minimum_width"><strong>set_minimum_width</strong></a>(self, value)</dt><dd><tt>Sets minimum width <br>
105
value -- (int) Minimum width in clutter units</tt></dd></dl>
107
<dl><dt><a name="VariableSpace-set_minimum_x"><strong>set_minimum_x</strong></a>(self, value)</dt><dd><tt>Sets minimum x<br>
109
value -- (float) Minimum x in clutter units</tt></dd></dl>
111
<dl><dt><a name="VariableSpace-set_minimum_y"><strong>set_minimum_y</strong></a>(self, value)</dt><dd><tt>Sets minimum y<br>
113
value -- (float) Minimum y in clutter units</tt></dd></dl>
115
<dl><dt><a name="VariableSpace-set_natural_height"><strong>set_natural_height</strong></a>(self, value)</dt><dd><tt>Sets natural height<br>
117
value -- (float) Height as a factor of parent height</tt></dd></dl>
119
<dl><dt><a name="VariableSpace-set_natural_width"><strong>set_natural_width</strong></a>(self, value)</dt><dd><tt>Sets natural width<br>
121
value -- (float) Width as a factor of parent width</tt></dd></dl>
123
<dl><dt><a name="VariableSpace-set_natural_x"><strong>set_natural_x</strong></a>(self, value)</dt><dd><tt>Sets natural x<br>
125
value -- (float) X position as a factor of parent width</tt></dd></dl>
127
<dl><dt><a name="VariableSpace-set_natural_y"><strong>set_natural_y</strong></a>(self, value)</dt><dd><tt>Sets natural y<br>
129
value -- (float) Y as a factor of parent height</tt></dd></dl>
131
<dl><dt><a name="VariableSpace-set_size_ratio"><strong>set_size_ratio</strong></a>(self, value)</dt><dd><tt>Sets size ratio<br>
133
value -- (float) Size ratio. Positive values for width as a factor of <br>
134
height. Negative values for height as a factor of width.</tt></dd></dl>
136
<dl><dt><a name="VariableSpace-set_v_offset"><strong>set_v_offset</strong></a>(self, value)</dt><dd><tt>Sets vertical offset. Overwrites values for natural y and height. <br>
138
value -- (float) offset as a factor of parent height</tt></dd></dl>
140
<dl><dt><a name="VariableSpace-set_width_policy"><strong>set_width_policy</strong></a>(self, value)</dt><dd><tt>Sets width policy <br>
142
value -- (str) NATURAL or MINIMUM width</tt></dd></dl>
145
Data descriptors inherited from <a href="container.html#Container">container.Container</a>:<br>
146
<dl><dt><strong>h_offset</strong></dt>
147
<dd><tt>Retrieve horizontal offset</tt></dd>
149
<dl><dt><strong>height_policy</strong></dt>
150
<dd><tt>Retrieve height policy</tt></dd>
152
<dl><dt><strong>minimum_height</strong></dt>
153
<dd><tt>Retrieve minimum height</tt></dd>
155
<dl><dt><strong>minimum_width</strong></dt>
156
<dd><tt>Retrieve minimum width</tt></dd>
158
<dl><dt><strong>minimum_x</strong></dt>
159
<dd><tt>Retrieve minimum y</tt></dd>
161
<dl><dt><strong>minimum_y</strong></dt>
162
<dd><tt>Retrieve minimum y</tt></dd>
164
<dl><dt><strong>natural_height</strong></dt>
165
<dd><tt>Retrieve natural height</tt></dd>
167
<dl><dt><strong>natural_width</strong></dt>
168
<dd><tt>Retrieve natural width</tt></dd>
170
<dl><dt><strong>natural_x</strong></dt>
171
<dd><tt>Retrieve minimum x</tt></dd>
173
<dl><dt><strong>natural_y</strong></dt>
174
<dd><tt>Retrieve natural y</tt></dd>
176
<dl><dt><strong>size_ratio</strong></dt>
177
<dd><tt>Retrieve size ratio</tt></dd>
179
<dl><dt><strong>v_offset</strong></dt>
180
<dd><tt>Retrieve vertical offset</tt></dd>
182
<dl><dt><strong>width_policy</strong></dt>
183
<dd><tt>Retrieve width policy</tt></dd>
186
Methods inherited from <a href="widget.html#Widget">widget.Widget</a>:<br>
187
<dl><dt><a name="VariableSpace-do_state_changed"><strong>do_state_changed</strong></a>(self, previous_state)</dt><dd><tt>Widget state changed</tt></dd></dl>
189
<dl><dt><a name="VariableSpace-do_style_changed"><strong>do_style_changed</strong></a>(self, previous_style)</dt><dd><tt>Widget style changed</tt></dd></dl>
191
<dl><dt><a name="VariableSpace-get_state"><strong>get_state</strong></a>(self)</dt><dd><tt>Retrieve widget state</tt></dd></dl>
193
<dl><dt><a name="VariableSpace-get_style"><strong>get_style</strong></a>(self)</dt><dd><tt>Retrieve widget style</tt></dd></dl>
195
<dl><dt><a name="VariableSpace-set_state"><strong>set_state</strong></a>(self, state)</dt><dd><tt>Sets the state for the widget and emits a 'state-changed' signal <br>
196
case necessary<br>
198
state -- enum(STATE_NORMAL, STATE_HIGHLIGHT, STATE_ACTIVE, <br>
199
STATE_SELECTED, STATE_INSENSITIVE)</tt></dd></dl>
201
<dl><dt><a name="VariableSpace-set_style"><strong>set_style</strong></a>(self, style)</dt><dd><tt>Sets the style for the widget and emits a 'style-changed' signal <br>
202
case necessary<br>
204
style -- (glitter.Style)</tt></dd></dl>
207
Data descriptors inherited from <a href="widget.html#Widget">widget.Widget</a>:<br>
208
<dl><dt><strong>state</strong></dt>
209
<dd><tt>Retrieve widget state</tt></dd>
211
<dl><dt><strong>style</strong></dt>
212
<dd><tt>Retrieve widget style</tt></dd>
215
Data and other attributes inherited from <a href="widget.html#Widget">widget.Widget</a>:<br>
216
<dl><dt><strong>__gtype__</strong> = <GType widget+Widget (163635904)></dl>
219
Methods inherited from <a href="clutter.html#Group">clutter.Group</a>:<br>
220
<dl><dt><a name="VariableSpace-get_n_children"><strong>get_n_children</strong></a>(...)</dt></dl>
222
<dl><dt><a name="VariableSpace-get_nth_child"><strong>get_nth_child</strong></a>(...)</dt></dl>
224
<dl><dt><a name="VariableSpace-lower"><strong>lower</strong></a>(...)</dt></dl>
226
<dl><dt><a name="VariableSpace-raise_"><strong>raise_</strong></a>(...)</dt></dl>
228
<dl><dt><a name="VariableSpace-remove_all"><strong>remove_all</strong></a>(...)</dt></dl>
230
<dl><dt><a name="VariableSpace-sort_depth_order"><strong>sort_depth_order</strong></a>(...)</dt></dl>
233
Methods inherited from <a href="clutter.html#Actor">clutter.Actor</a>:<br>
234
<dl><dt><a name="VariableSpace-allocate"><strong>allocate</strong></a>(...)</dt></dl>
236
<dl><dt><a name="VariableSpace-allocate_preferred_size"><strong>allocate_preferred_size</strong></a>(...)</dt></dl>
238
<dl><dt><a name="VariableSpace-apply_relative_transform_to_point"><strong>apply_relative_transform_to_point</strong></a>(...)</dt></dl>
240
<dl><dt><a name="VariableSpace-apply_transform_to_point"><strong>apply_transform_to_point</strong></a>(...)</dt></dl>
242
<dl><dt><a name="VariableSpace-destroy"><strong>destroy</strong></a>(...)</dt></dl>
244
<dl><dt><a name="VariableSpace-event"><strong>event</strong></a>(...)</dt></dl>
246
<dl><dt><a name="VariableSpace-get_allocation_box"><strong>get_allocation_box</strong></a>(...)</dt></dl>
248
<dl><dt><a name="VariableSpace-get_allocation_coords"><strong>get_allocation_coords</strong></a>(...)</dt></dl>
250
<dl><dt><a name="VariableSpace-get_allocation_geometry"><strong>get_allocation_geometry</strong></a>(...)</dt></dl>
252
<dl><dt><a name="VariableSpace-get_anchor_point"><strong>get_anchor_point</strong></a>(...)</dt></dl>
254
<dl><dt><a name="VariableSpace-get_anchor_pointu"><strong>get_anchor_pointu</strong></a>(...)</dt></dl>
256
<dl><dt><a name="VariableSpace-get_clip"><strong>get_clip</strong></a>(...)</dt></dl>
258
<dl><dt><a name="VariableSpace-get_clipu"><strong>get_clipu</strong></a>(...)</dt></dl>
260
<dl><dt><a name="VariableSpace-get_depth"><strong>get_depth</strong></a>(...)</dt></dl>
262
<dl><dt><a name="VariableSpace-get_depthu"><strong>get_depthu</strong></a>(...)</dt></dl>
264
<dl><dt><a name="VariableSpace-get_fixed_position_set"><strong>get_fixed_position_set</strong></a>(...)</dt></dl>
266
<dl><dt><a name="VariableSpace-get_geometry"><strong>get_geometry</strong></a>(...)</dt></dl>
268
<dl><dt><a name="VariableSpace-get_gid"><strong>get_gid</strong></a>(...)</dt></dl>
270
<dl><dt><a name="VariableSpace-get_height"><strong>get_height</strong></a>(...)</dt></dl>
272
<dl><dt><a name="VariableSpace-get_heightu"><strong>get_heightu</strong></a>(...)</dt></dl>
274
<dl><dt><a name="VariableSpace-get_name"><strong>get_name</strong></a>(...)</dt></dl>
276
<dl><dt><a name="VariableSpace-get_opacity"><strong>get_opacity</strong></a>(...)</dt></dl>
278
<dl><dt><a name="VariableSpace-get_paint_opacity"><strong>get_paint_opacity</strong></a>(...)</dt></dl>
280
<dl><dt><a name="VariableSpace-get_parent"><strong>get_parent</strong></a>(...)</dt></dl>
282
<dl><dt><a name="VariableSpace-get_position"><strong>get_position</strong></a>(...)</dt></dl>
284
<dl><dt><a name="VariableSpace-get_positionu"><strong>get_positionu</strong></a>(...)</dt></dl>
286
<dl><dt><a name="VariableSpace-get_preferred_height"><strong>get_preferred_height</strong></a>(...)</dt></dl>
288
<dl><dt><a name="VariableSpace-get_preferred_size"><strong>get_preferred_size</strong></a>(...)</dt></dl>
290
<dl><dt><a name="VariableSpace-get_preferred_width"><strong>get_preferred_width</strong></a>(...)</dt></dl>
292
<dl><dt><a name="VariableSpace-get_reactive"><strong>get_reactive</strong></a>(...)</dt></dl>
294
<dl><dt><a name="VariableSpace-get_rotation"><strong>get_rotation</strong></a>(...)</dt></dl>
296
<dl><dt><a name="VariableSpace-get_rotationu"><strong>get_rotationu</strong></a>(...)</dt></dl>
298
<dl><dt><a name="VariableSpace-get_scale"><strong>get_scale</strong></a>(...)</dt></dl>
300
<dl><dt><a name="VariableSpace-get_shader"><strong>get_shader</strong></a>(...)</dt></dl>
302
<dl><dt><a name="VariableSpace-get_size"><strong>get_size</strong></a>(...)</dt></dl>
304
<dl><dt><a name="VariableSpace-get_sizeu"><strong>get_sizeu</strong></a>(...)</dt></dl>
306
<dl><dt><a name="VariableSpace-get_stage"><strong>get_stage</strong></a>(...)</dt></dl>
308
<dl><dt><a name="VariableSpace-get_transformed_position"><strong>get_transformed_position</strong></a>(...)</dt></dl>
310
<dl><dt><a name="VariableSpace-get_transformed_positionu"><strong>get_transformed_positionu</strong></a>(...)</dt></dl>
312
<dl><dt><a name="VariableSpace-get_transformed_size"><strong>get_transformed_size</strong></a>(...)</dt></dl>
314
<dl><dt><a name="VariableSpace-get_transformed_sizeu"><strong>get_transformed_sizeu</strong></a>(...)</dt></dl>
316
<dl><dt><a name="VariableSpace-get_width"><strong>get_width</strong></a>(...)</dt></dl>
318
<dl><dt><a name="VariableSpace-get_widthu"><strong>get_widthu</strong></a>(...)</dt></dl>
320
<dl><dt><a name="VariableSpace-get_x"><strong>get_x</strong></a>(...)</dt></dl>
322
<dl><dt><a name="VariableSpace-get_xu"><strong>get_xu</strong></a>(...)</dt></dl>
324
<dl><dt><a name="VariableSpace-get_y"><strong>get_y</strong></a>(...)</dt></dl>
326
<dl><dt><a name="VariableSpace-get_yu"><strong>get_yu</strong></a>(...)</dt></dl>
328
<dl><dt><a name="VariableSpace-has_clip"><strong>has_clip</strong></a>(...)</dt></dl>
330
<dl><dt><a name="VariableSpace-hide"><strong>hide</strong></a>(...)</dt></dl>
332
<dl><dt><a name="VariableSpace-hide_all"><strong>hide_all</strong></a>(...)</dt></dl>
334
<dl><dt><a name="VariableSpace-is_rotated"><strong>is_rotated</strong></a>(...)</dt></dl>
336
<dl><dt><a name="VariableSpace-is_scaled"><strong>is_scaled</strong></a>(...)</dt></dl>
338
<dl><dt><a name="VariableSpace-lower_actor"><strong>lower_actor</strong></a>(...)</dt></dl>
340
<dl><dt><a name="VariableSpace-lower_bottom"><strong>lower_bottom</strong></a>(...)</dt></dl>
342
<dl><dt><a name="VariableSpace-move_anchor_point"><strong>move_anchor_point</strong></a>(...)</dt></dl>
344
<dl><dt><a name="VariableSpace-move_anchor_point_from_gravity"><strong>move_anchor_point_from_gravity</strong></a>(...)</dt></dl>
346
<dl><dt><a name="VariableSpace-move_anchor_pointu"><strong>move_anchor_pointu</strong></a>(...)</dt></dl>
348
<dl><dt><a name="VariableSpace-move_by"><strong>move_by</strong></a>(...)</dt></dl>
350
<dl><dt><a name="VariableSpace-move_byu"><strong>move_byu</strong></a>(...)</dt></dl>
352
<dl><dt><a name="VariableSpace-paint"><strong>paint</strong></a>(...)</dt></dl>
354
<dl><dt><a name="VariableSpace-pick"><strong>pick</strong></a>(...)</dt></dl>
356
<dl><dt><a name="VariableSpace-queue_redraw"><strong>queue_redraw</strong></a>(...)</dt></dl>
358
<dl><dt><a name="VariableSpace-queue_relayout"><strong>queue_relayout</strong></a>(...)</dt></dl>
360
<dl><dt><a name="VariableSpace-raise_actor"><strong>raise_actor</strong></a>(...)</dt></dl>
362
<dl><dt><a name="VariableSpace-raise_top"><strong>raise_top</strong></a>(...)</dt></dl>
364
<dl><dt><a name="VariableSpace-realize"><strong>realize</strong></a>(...)</dt></dl>
366
<dl><dt><a name="VariableSpace-remove_clip"><strong>remove_clip</strong></a>(...)</dt></dl>
368
<dl><dt><a name="VariableSpace-reparent"><strong>reparent</strong></a>(...)</dt></dl>
370
<dl><dt><a name="VariableSpace-set_anchor_point"><strong>set_anchor_point</strong></a>(...)</dt></dl>
372
<dl><dt><a name="VariableSpace-set_anchor_point_from_gravity"><strong>set_anchor_point_from_gravity</strong></a>(...)</dt></dl>
374
<dl><dt><a name="VariableSpace-set_anchor_pointu"><strong>set_anchor_pointu</strong></a>(...)</dt></dl>
376
<dl><dt><a name="VariableSpace-set_clip"><strong>set_clip</strong></a>(...)</dt></dl>
378
<dl><dt><a name="VariableSpace-set_clipu"><strong>set_clipu</strong></a>(...)</dt></dl>
380
<dl><dt><a name="VariableSpace-set_depth"><strong>set_depth</strong></a>(...)</dt></dl>
382
<dl><dt><a name="VariableSpace-set_depthu"><strong>set_depthu</strong></a>(...)</dt></dl>
384
<dl><dt><a name="VariableSpace-set_fixed_position_set"><strong>set_fixed_position_set</strong></a>(...)</dt></dl>
386
<dl><dt><a name="VariableSpace-set_geometry"><strong>set_geometry</strong></a>(...)</dt></dl>
388
<dl><dt><a name="VariableSpace-set_height"><strong>set_height</strong></a>(...)</dt></dl>
390
<dl><dt><a name="VariableSpace-set_heightu"><strong>set_heightu</strong></a>(...)</dt></dl>
392
<dl><dt><a name="VariableSpace-set_name"><strong>set_name</strong></a>(...)</dt></dl>
394
<dl><dt><a name="VariableSpace-set_opacity"><strong>set_opacity</strong></a>(...)</dt></dl>
396
<dl><dt><a name="VariableSpace-set_parent"><strong>set_parent</strong></a>(...)</dt></dl>
398
<dl><dt><a name="VariableSpace-set_position"><strong>set_position</strong></a>(...)</dt></dl>
400
<dl><dt><a name="VariableSpace-set_positionu"><strong>set_positionu</strong></a>(...)</dt></dl>
402
<dl><dt><a name="VariableSpace-set_reactive"><strong>set_reactive</strong></a>(...)</dt></dl>
404
<dl><dt><a name="VariableSpace-set_rotation"><strong>set_rotation</strong></a>(...)</dt></dl>
406
<dl><dt><a name="VariableSpace-set_rotationu"><strong>set_rotationu</strong></a>(...)</dt></dl>
408
<dl><dt><a name="VariableSpace-set_scale"><strong>set_scale</strong></a>(...)</dt></dl>
410
<dl><dt><a name="VariableSpace-set_shader"><strong>set_shader</strong></a>(...)</dt></dl>
412
<dl><dt><a name="VariableSpace-set_shader_param"><strong>set_shader_param</strong></a>(...)</dt></dl>
414
<dl><dt><a name="VariableSpace-set_size"><strong>set_size</strong></a>(...)</dt></dl>
416
<dl><dt><a name="VariableSpace-set_sizeu"><strong>set_sizeu</strong></a>(...)</dt></dl>
418
<dl><dt><a name="VariableSpace-set_width"><strong>set_width</strong></a>(...)</dt></dl>
420
<dl><dt><a name="VariableSpace-set_widthu"><strong>set_widthu</strong></a>(...)</dt></dl>
422
<dl><dt><a name="VariableSpace-set_x"><strong>set_x</strong></a>(...)</dt></dl>
424
<dl><dt><a name="VariableSpace-set_xu"><strong>set_xu</strong></a>(...)</dt></dl>
426
<dl><dt><a name="VariableSpace-set_y"><strong>set_y</strong></a>(...)</dt></dl>
428
<dl><dt><a name="VariableSpace-set_yu"><strong>set_yu</strong></a>(...)</dt></dl>
430
<dl><dt><a name="VariableSpace-should_pick_paint"><strong>should_pick_paint</strong></a>(...)</dt></dl>
432
<dl><dt><a name="VariableSpace-show"><strong>show</strong></a>(...)</dt></dl>
434
<dl><dt><a name="VariableSpace-show_all"><strong>show_all</strong></a>(...)</dt></dl>
436
<dl><dt><a name="VariableSpace-unparent"><strong>unparent</strong></a>(...)</dt></dl>
438
<dl><dt><a name="VariableSpace-unrealize"><strong>unrealize</strong></a>(...)</dt></dl>
441
Data and other attributes inherited from <a href="clutter.html#Actor">clutter.Actor</a>:<br>
442
<dl><dt><strong>do_allocate</strong> = <built-in method do_allocate of GObjectMeta object at 0x9cb9394></dl>
444
<dl><dt><strong>do_get_preferred_height</strong> = <built-in method do_get_preferred_height of GObjectMeta object at 0x9cb9394></dl>
446
<dl><dt><strong>do_get_preferred_width</strong> = <built-in method do_get_preferred_width of GObjectMeta object at 0x9cb9394></dl>
448
<dl><dt><strong>do_hide_all</strong> = <built-in method do_hide_all of GObjectMeta object at 0x9cb9394></dl>
450
<dl><dt><strong>do_paint</strong> = <built-in method do_paint of GObjectMeta object at 0x9cb9394></dl>
452
<dl><dt><strong>do_pick</strong> = <built-in method do_pick of GObjectMeta object at 0x9cb9394></dl>
454
<dl><dt><strong>do_realize</strong> = <built-in method do_realize of GObjectMeta object at 0x9cb9394></dl>
456
<dl><dt><strong>do_show_all</strong> = <built-in method do_show_all of GObjectMeta object at 0x9cb9394></dl>
458
<dl><dt><strong>do_unrealize</strong> = <built-in method do_unrealize of GObjectMeta object at 0x9cb9394></dl>
461
Methods inherited from <a href="gobject._gobject.html#GObject">gobject._gobject.GObject</a>:<br>
462
<dl><dt><a name="VariableSpace-__cmp__"><strong>__cmp__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__cmp__">__cmp__</a>(y) <==> cmp(x,y)</tt></dd></dl>
464
<dl><dt><a name="VariableSpace-__copy__"><strong>__copy__</strong></a>(...)</dt></dl>
466
<dl><dt><a name="VariableSpace-__deepcopy__"><strong>__deepcopy__</strong></a>(...)</dt></dl>
468
<dl><dt><a name="VariableSpace-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl>
470
<dl><dt><a name="VariableSpace-__gobject_init__"><strong>__gobject_init__</strong></a>(...)</dt></dl>
472
<dl><dt><a name="VariableSpace-__hash__"><strong>__hash__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__hash__">__hash__</a>() <==> hash(x)</tt></dd></dl>
474
<dl><dt><a name="VariableSpace-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl>
476
<dl><dt><a name="VariableSpace-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl>
478
<dl><dt><a name="VariableSpace-chain"><strong>chain</strong></a>(...)</dt></dl>
480
<dl><dt><a name="VariableSpace-connect"><strong>connect</strong></a>(...)</dt></dl>
482
<dl><dt><a name="VariableSpace-connect_after"><strong>connect_after</strong></a>(...)</dt></dl>
484
<dl><dt><a name="VariableSpace-connect_object"><strong>connect_object</strong></a>(...)</dt></dl>
486
<dl><dt><a name="VariableSpace-connect_object_after"><strong>connect_object_after</strong></a>(...)</dt></dl>
488
<dl><dt><a name="VariableSpace-disconnect"><strong>disconnect</strong></a>(...)</dt></dl>
490
<dl><dt><a name="VariableSpace-disconnect_by_func"><strong>disconnect_by_func</strong></a>(...)</dt></dl>
492
<dl><dt><a name="VariableSpace-emit"><strong>emit</strong></a>(...)</dt></dl>
494
<dl><dt><a name="VariableSpace-emit_stop_by_name"><strong>emit_stop_by_name</strong></a>(...)</dt></dl>
496
<dl><dt><a name="VariableSpace-freeze_notify"><strong>freeze_notify</strong></a>(...)</dt></dl>
498
<dl><dt><a name="VariableSpace-get_data"><strong>get_data</strong></a>(...)</dt></dl>
500
<dl><dt><a name="VariableSpace-get_properties"><strong>get_properties</strong></a>(...)</dt></dl>
502
<dl><dt><a name="VariableSpace-get_property"><strong>get_property</strong></a>(...)</dt></dl>
504
<dl><dt><a name="VariableSpace-handler_block"><strong>handler_block</strong></a>(...)</dt></dl>
506
<dl><dt><a name="VariableSpace-handler_block_by_func"><strong>handler_block_by_func</strong></a>(...)</dt></dl>
508
<dl><dt><a name="VariableSpace-handler_disconnect"><strong>handler_disconnect</strong></a>(...)</dt></dl>
510
<dl><dt><a name="VariableSpace-handler_is_connected"><strong>handler_is_connected</strong></a>(...)</dt></dl>
512
<dl><dt><a name="VariableSpace-handler_unblock"><strong>handler_unblock</strong></a>(...)</dt></dl>
514
<dl><dt><a name="VariableSpace-handler_unblock_by_func"><strong>handler_unblock_by_func</strong></a>(...)</dt></dl>
516
<dl><dt><a name="VariableSpace-notify"><strong>notify</strong></a>(...)</dt></dl>
518
<dl><dt><a name="VariableSpace-set_data"><strong>set_data</strong></a>(...)</dt></dl>
520
<dl><dt><a name="VariableSpace-set_properties"><strong>set_properties</strong></a>(...)</dt></dl>
522
<dl><dt><a name="VariableSpace-set_property"><strong>set_property</strong></a>(...)</dt></dl>
524
<dl><dt><a name="VariableSpace-stop_emission"><strong>stop_emission</strong></a>(...)</dt></dl>
526
<dl><dt><a name="VariableSpace-thaw_notify"><strong>thaw_notify</strong></a>(...)</dt></dl>
528
<dl><dt><a name="VariableSpace-weak_ref"><strong>weak_ref</strong></a>(...)</dt></dl>
531
Data descriptors inherited from <a href="gobject._gobject.html#GObject">gobject._gobject.GObject</a>:<br>
532
<dl><dt><strong>__dict__</strong></dt>
534
<dl><dt><strong>__grefcount__</strong></dt>
537
Data and other attributes inherited from <a href="gobject._gobject.html#GObject">gobject._gobject.GObject</a>:<br>
538
<dl><dt><strong>__gdoc__</strong> = 'Object widget+Widget<font color="#c040c0">\n\n</font> <font color="#c040c0">\n</font> Variable space is a ...rented<font color="#c040c0">\n\n</font>Signals from GObject:<font color="#c040c0">\n</font> notify (GParam)<font color="#c040c0">\n\n</font>'</dl>
540
<dl><dt><strong>__new__</strong> = <built-in method __new__ of GObjectMeta object at 0xb7b63f60><dd><tt>T.<a href="#VariableSpace-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl>
542
<dl><dt><strong>props</strong> = <gobject.GProps object at 0x9eee24c></dl>
545
Methods inherited from <a href="clutter.html#Container">clutter.Container</a>:<br>
546
<dl><dt><a name="VariableSpace-add"><strong>add</strong></a>(...)</dt></dl>
548
<dl><dt><a name="VariableSpace-find_child_by_name"><strong>find_child_by_name</strong></a>(...)</dt></dl>
550
<dl><dt><a name="VariableSpace-foreach"><strong>foreach</strong></a>(...)</dt></dl>
552
<dl><dt><a name="VariableSpace-get_children"><strong>get_children</strong></a>(...)</dt></dl>
554
<dl><dt><a name="VariableSpace-lower_child"><strong>lower_child</strong></a>(...)</dt></dl>
556
<dl><dt><a name="VariableSpace-raise_child"><strong>raise_child</strong></a>(...)</dt></dl>
558
<dl><dt><a name="VariableSpace-remove"><strong>remove</strong></a>(...)</dt></dl>
561
Data and other attributes inherited from <a href="clutter.html#Container">clutter.Container</a>:<br>
562
<dl><dt><strong>do_add</strong> = <built-in method do_add of GObjectMeta object at 0x9cb9394></dl>
564
<dl><dt><strong>do_remove</strong> = <built-in method do_remove of GObjectMeta object at 0x9cb9394></dl>
566
</td></tr></table></td></tr></table><p>
567
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
568
<tr bgcolor="#55aa55">
569
<td colspan=3 valign=bottom> <br>
570
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
572
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
573
<td width="100%"><strong>__authors__</strong> = ['Jan Jokela <janjokela@gmail.com>']<br>
574
<strong>__description__</strong> = 'Variable space widget'<br>
575
<strong>__licenses__</strong> = ['LICENSE.LGPL']</td></tr></table>
b'\\ No newline at end of file'