~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to doc/reference/variable_space.html

  • Committer: Jan Jokela
  • Date: 2009-07-23 12:34:41 UTC
  • mfrom: (38.1.2 nublo_theme)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: jan@jan-laptop-20090723123441-unbmsibyr2hkx17r
(Merge) From nublo theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
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">
 
5
 
 
6
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
 
7
<tr bgcolor="#7799ee">
 
8
<td valign=bottom>&nbsp;<br>
 
9
<font color="#ffffff" face="helvetica, arial">&nbsp;<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>#&nbsp;!/usr/bin/python<br>
 
13
#&nbsp;-*-&nbsp;coding:&nbsp;utf-8&nbsp;-*-</tt></p>
 
14
<p>
 
15
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 
16
<tr bgcolor="#aa55cc">
 
17
<td colspan=3 valign=bottom>&nbsp;<br>
 
18
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
 
19
    
 
20
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</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>&nbsp;<br>
 
26
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
 
27
    
 
28
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
 
29
<td width="100%"><dl>
 
30
<dt><font face="helvetica, arial"><a href="container.html#Container">container.Container</a>(<a href="widget.html#Widget">widget.Widget</a>)
 
31
</font></dt><dd>
 
32
<dl>
 
33
<dt><font face="helvetica, arial"><a href="variable_space.html#VariableSpace">VariableSpace</a>
 
34
</font></dt></dl>
 
35
</dd>
 
36
</dl>
 
37
 <p>
 
38
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 
39
<tr bgcolor="#ffc8d8">
 
40
<td colspan=3 valign=bottom>&nbsp;<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>
 
42
    
 
43
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
 
44
<td colspan=2><tt>Variable&nbsp;space&nbsp;is&nbsp;a&nbsp;layout&nbsp;container&nbsp;that&nbsp;represents&nbsp;free&nbsp;space&nbsp;in&nbsp;the&nbsp;user<br>
 
45
interface.<br>&nbsp;</tt></td></tr>
 
46
<tr><td>&nbsp;</td>
 
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>
 
58
</dl>
 
59
<hr>
 
60
Methods defined here:<br>
 
61
<dl><dt><a name="VariableSpace-__init__"><strong>__init__</strong></a>(self)</dt><dd><tt>Initialize&nbsp;variable&nbsp;space&nbsp;widget</tt></dd></dl>
 
62
 
 
63
<hr>
 
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&nbsp;horizontal&nbsp;offset</tt></dd></dl>
 
66
 
 
67
<dl><dt><a name="VariableSpace-get_height_policy"><strong>get_height_policy</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;height&nbsp;policy</tt></dd></dl>
 
68
 
 
69
<dl><dt><a name="VariableSpace-get_minimum_height"><strong>get_minimum_height</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;minimum&nbsp;height</tt></dd></dl>
 
70
 
 
71
<dl><dt><a name="VariableSpace-get_minimum_width"><strong>get_minimum_width</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;minimum&nbsp;width</tt></dd></dl>
 
72
 
 
73
<dl><dt><a name="VariableSpace-get_minimum_x"><strong>get_minimum_x</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;minimum&nbsp;y</tt></dd></dl>
 
74
 
 
75
<dl><dt><a name="VariableSpace-get_minimum_y"><strong>get_minimum_y</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;minimum&nbsp;y</tt></dd></dl>
 
76
 
 
77
<dl><dt><a name="VariableSpace-get_natural_height"><strong>get_natural_height</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;natural&nbsp;height</tt></dd></dl>
 
78
 
 
79
<dl><dt><a name="VariableSpace-get_natural_width"><strong>get_natural_width</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;natural&nbsp;width</tt></dd></dl>
 
80
 
 
81
<dl><dt><a name="VariableSpace-get_natural_x"><strong>get_natural_x</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;minimum&nbsp;x</tt></dd></dl>
 
82
 
 
83
<dl><dt><a name="VariableSpace-get_natural_y"><strong>get_natural_y</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;natural&nbsp;y</tt></dd></dl>
 
84
 
 
85
<dl><dt><a name="VariableSpace-get_size_ratio"><strong>get_size_ratio</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;size&nbsp;ratio</tt></dd></dl>
 
86
 
 
87
<dl><dt><a name="VariableSpace-get_v_offset"><strong>get_v_offset</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;vertical&nbsp;offset</tt></dd></dl>
 
88
 
 
89
<dl><dt><a name="VariableSpace-get_width_policy"><strong>get_width_policy</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;width&nbsp;policy</tt></dd></dl>
 
90
 
 
91
<dl><dt><a name="VariableSpace-set_h_offset"><strong>set_h_offset</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;horizontal&nbsp;offset.&nbsp;Overwrites&nbsp;values&nbsp;for&nbsp;natural&nbsp;x&nbsp;and&nbsp;width.&nbsp;<br>
 
92
&nbsp;<br>
 
93
value&nbsp;--&nbsp;(float)&nbsp;offset&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;width</tt></dd></dl>
 
94
 
 
95
<dl><dt><a name="VariableSpace-set_height_policy"><strong>set_height_policy</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;height&nbsp;policy<br>
 
96
&nbsp;<br>
 
97
value&nbsp;--&nbsp;(str)&nbsp;NATURAL&nbsp;or&nbsp;MINIMUM&nbsp;height</tt></dd></dl>
 
98
 
 
99
<dl><dt><a name="VariableSpace-set_minimum_height"><strong>set_minimum_height</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;minimum&nbsp;height&nbsp;<br>
 
100
&nbsp;<br>
 
101
value&nbsp;--&nbsp;(int)&nbsp;Minimum&nbsp;height&nbsp;in&nbsp;clutter&nbsp;units</tt></dd></dl>
 
102
 
 
103
<dl><dt><a name="VariableSpace-set_minimum_width"><strong>set_minimum_width</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;minimum&nbsp;width&nbsp;<br>
 
104
&nbsp;<br>
 
105
value&nbsp;--&nbsp;(int)&nbsp;Minimum&nbsp;width&nbsp;in&nbsp;clutter&nbsp;units</tt></dd></dl>
 
106
 
 
107
<dl><dt><a name="VariableSpace-set_minimum_x"><strong>set_minimum_x</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;minimum&nbsp;x<br>
 
108
&nbsp;<br>
 
109
value&nbsp;--&nbsp;(float)&nbsp;Minimum&nbsp;x&nbsp;in&nbsp;clutter&nbsp;units</tt></dd></dl>
 
110
 
 
111
<dl><dt><a name="VariableSpace-set_minimum_y"><strong>set_minimum_y</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;minimum&nbsp;y<br>
 
112
&nbsp;<br>
 
113
value&nbsp;--&nbsp;(float)&nbsp;Minimum&nbsp;y&nbsp;in&nbsp;clutter&nbsp;units</tt></dd></dl>
 
114
 
 
115
<dl><dt><a name="VariableSpace-set_natural_height"><strong>set_natural_height</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;natural&nbsp;height<br>
 
116
&nbsp;<br>
 
117
value&nbsp;--&nbsp;(float)&nbsp;Height&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;height</tt></dd></dl>
 
118
 
 
119
<dl><dt><a name="VariableSpace-set_natural_width"><strong>set_natural_width</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;natural&nbsp;width<br>
 
120
&nbsp;<br>
 
121
value&nbsp;--&nbsp;(float)&nbsp;Width&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;width</tt></dd></dl>
 
122
 
 
123
<dl><dt><a name="VariableSpace-set_natural_x"><strong>set_natural_x</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;natural&nbsp;x<br>
 
124
&nbsp;<br>
 
125
value&nbsp;--&nbsp;(float)&nbsp;X&nbsp;position&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;width</tt></dd></dl>
 
126
 
 
127
<dl><dt><a name="VariableSpace-set_natural_y"><strong>set_natural_y</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;natural&nbsp;y<br>
 
128
&nbsp;<br>
 
129
value&nbsp;--&nbsp;(float)&nbsp;Y&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;height</tt></dd></dl>
 
130
 
 
131
<dl><dt><a name="VariableSpace-set_size_ratio"><strong>set_size_ratio</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;size&nbsp;ratio<br>
 
132
&nbsp;<br>
 
133
value&nbsp;--&nbsp;(float)&nbsp;Size&nbsp;ratio.&nbsp;Positive&nbsp;values&nbsp;for&nbsp;width&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;<br>
 
134
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height.&nbsp;Negative&nbsp;values&nbsp;for&nbsp;height&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;width.</tt></dd></dl>
 
135
 
 
136
<dl><dt><a name="VariableSpace-set_v_offset"><strong>set_v_offset</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;vertical&nbsp;offset.&nbsp;Overwrites&nbsp;values&nbsp;for&nbsp;natural&nbsp;y&nbsp;and&nbsp;height.&nbsp;<br>
 
137
&nbsp;<br>
 
138
value&nbsp;--&nbsp;(float)&nbsp;offset&nbsp;as&nbsp;a&nbsp;factor&nbsp;of&nbsp;parent&nbsp;height</tt></dd></dl>
 
139
 
 
140
<dl><dt><a name="VariableSpace-set_width_policy"><strong>set_width_policy</strong></a>(self, value)</dt><dd><tt>Sets&nbsp;width&nbsp;policy&nbsp;<br>
 
141
&nbsp;<br>
 
142
value&nbsp;--&nbsp;(str)&nbsp;NATURAL&nbsp;or&nbsp;MINIMUM&nbsp;width</tt></dd></dl>
 
143
 
 
144
<hr>
 
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&nbsp;horizontal&nbsp;offset</tt></dd>
 
148
</dl>
 
149
<dl><dt><strong>height_policy</strong></dt>
 
150
<dd><tt>Retrieve&nbsp;height&nbsp;policy</tt></dd>
 
151
</dl>
 
152
<dl><dt><strong>minimum_height</strong></dt>
 
153
<dd><tt>Retrieve&nbsp;minimum&nbsp;height</tt></dd>
 
154
</dl>
 
155
<dl><dt><strong>minimum_width</strong></dt>
 
156
<dd><tt>Retrieve&nbsp;minimum&nbsp;width</tt></dd>
 
157
</dl>
 
158
<dl><dt><strong>minimum_x</strong></dt>
 
159
<dd><tt>Retrieve&nbsp;minimum&nbsp;y</tt></dd>
 
160
</dl>
 
161
<dl><dt><strong>minimum_y</strong></dt>
 
162
<dd><tt>Retrieve&nbsp;minimum&nbsp;y</tt></dd>
 
163
</dl>
 
164
<dl><dt><strong>natural_height</strong></dt>
 
165
<dd><tt>Retrieve&nbsp;natural&nbsp;height</tt></dd>
 
166
</dl>
 
167
<dl><dt><strong>natural_width</strong></dt>
 
168
<dd><tt>Retrieve&nbsp;natural&nbsp;width</tt></dd>
 
169
</dl>
 
170
<dl><dt><strong>natural_x</strong></dt>
 
171
<dd><tt>Retrieve&nbsp;minimum&nbsp;x</tt></dd>
 
172
</dl>
 
173
<dl><dt><strong>natural_y</strong></dt>
 
174
<dd><tt>Retrieve&nbsp;natural&nbsp;y</tt></dd>
 
175
</dl>
 
176
<dl><dt><strong>size_ratio</strong></dt>
 
177
<dd><tt>Retrieve&nbsp;size&nbsp;ratio</tt></dd>
 
178
</dl>
 
179
<dl><dt><strong>v_offset</strong></dt>
 
180
<dd><tt>Retrieve&nbsp;vertical&nbsp;offset</tt></dd>
 
181
</dl>
 
182
<dl><dt><strong>width_policy</strong></dt>
 
183
<dd><tt>Retrieve&nbsp;width&nbsp;policy</tt></dd>
 
184
</dl>
 
185
<hr>
 
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&nbsp;state&nbsp;changed</tt></dd></dl>
 
188
 
 
189
<dl><dt><a name="VariableSpace-do_style_changed"><strong>do_style_changed</strong></a>(self, previous_style)</dt><dd><tt>Widget&nbsp;style&nbsp;changed</tt></dd></dl>
 
190
 
 
191
<dl><dt><a name="VariableSpace-get_state"><strong>get_state</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;widget&nbsp;state</tt></dd></dl>
 
192
 
 
193
<dl><dt><a name="VariableSpace-get_style"><strong>get_style</strong></a>(self)</dt><dd><tt>Retrieve&nbsp;widget&nbsp;style</tt></dd></dl>
 
194
 
 
195
<dl><dt><a name="VariableSpace-set_state"><strong>set_state</strong></a>(self, state)</dt><dd><tt>Sets&nbsp;the&nbsp;state&nbsp;for&nbsp;the&nbsp;widget&nbsp;and&nbsp;emits&nbsp;a&nbsp;'state-changed'&nbsp;signal&nbsp;<br>
 
196
case&nbsp;necessary<br>
 
197
&nbsp;<br>
 
198
state&nbsp;--&nbsp;enum(STATE_NORMAL,&nbsp;STATE_HIGHLIGHT,&nbsp;STATE_ACTIVE,&nbsp;<br>
 
199
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STATE_SELECTED,&nbsp;STATE_INSENSITIVE)</tt></dd></dl>
 
200
 
 
201
<dl><dt><a name="VariableSpace-set_style"><strong>set_style</strong></a>(self, style)</dt><dd><tt>Sets&nbsp;the&nbsp;style&nbsp;for&nbsp;the&nbsp;widget&nbsp;and&nbsp;emits&nbsp;a&nbsp;'style-changed'&nbsp;signal&nbsp;<br>
 
202
case&nbsp;necessary<br>
 
203
&nbsp;<br>
 
204
style&nbsp;--&nbsp;(glitter.Style)</tt></dd></dl>
 
205
 
 
206
<hr>
 
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&nbsp;widget&nbsp;state</tt></dd>
 
210
</dl>
 
211
<dl><dt><strong>style</strong></dt>
 
212
<dd><tt>Retrieve&nbsp;widget&nbsp;style</tt></dd>
 
213
</dl>
 
214
<hr>
 
215
Data and other attributes inherited from <a href="widget.html#Widget">widget.Widget</a>:<br>
 
216
<dl><dt><strong>__gtype__</strong> = &lt;GType widget+Widget (163635904)&gt;</dl>
 
217
 
 
218
<hr>
 
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>
 
221
 
 
222
<dl><dt><a name="VariableSpace-get_nth_child"><strong>get_nth_child</strong></a>(...)</dt></dl>
 
223
 
 
224
<dl><dt><a name="VariableSpace-lower"><strong>lower</strong></a>(...)</dt></dl>
 
225
 
 
226
<dl><dt><a name="VariableSpace-raise_"><strong>raise_</strong></a>(...)</dt></dl>
 
227
 
 
228
<dl><dt><a name="VariableSpace-remove_all"><strong>remove_all</strong></a>(...)</dt></dl>
 
229
 
 
230
<dl><dt><a name="VariableSpace-sort_depth_order"><strong>sort_depth_order</strong></a>(...)</dt></dl>
 
231
 
 
232
<hr>
 
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>
 
235
 
 
236
<dl><dt><a name="VariableSpace-allocate_preferred_size"><strong>allocate_preferred_size</strong></a>(...)</dt></dl>
 
237
 
 
238
<dl><dt><a name="VariableSpace-apply_relative_transform_to_point"><strong>apply_relative_transform_to_point</strong></a>(...)</dt></dl>
 
239
 
 
240
<dl><dt><a name="VariableSpace-apply_transform_to_point"><strong>apply_transform_to_point</strong></a>(...)</dt></dl>
 
241
 
 
242
<dl><dt><a name="VariableSpace-destroy"><strong>destroy</strong></a>(...)</dt></dl>
 
243
 
 
244
<dl><dt><a name="VariableSpace-event"><strong>event</strong></a>(...)</dt></dl>
 
245
 
 
246
<dl><dt><a name="VariableSpace-get_allocation_box"><strong>get_allocation_box</strong></a>(...)</dt></dl>
 
247
 
 
248
<dl><dt><a name="VariableSpace-get_allocation_coords"><strong>get_allocation_coords</strong></a>(...)</dt></dl>
 
249
 
 
250
<dl><dt><a name="VariableSpace-get_allocation_geometry"><strong>get_allocation_geometry</strong></a>(...)</dt></dl>
 
251
 
 
252
<dl><dt><a name="VariableSpace-get_anchor_point"><strong>get_anchor_point</strong></a>(...)</dt></dl>
 
253
 
 
254
<dl><dt><a name="VariableSpace-get_anchor_pointu"><strong>get_anchor_pointu</strong></a>(...)</dt></dl>
 
255
 
 
256
<dl><dt><a name="VariableSpace-get_clip"><strong>get_clip</strong></a>(...)</dt></dl>
 
257
 
 
258
<dl><dt><a name="VariableSpace-get_clipu"><strong>get_clipu</strong></a>(...)</dt></dl>
 
259
 
 
260
<dl><dt><a name="VariableSpace-get_depth"><strong>get_depth</strong></a>(...)</dt></dl>
 
261
 
 
262
<dl><dt><a name="VariableSpace-get_depthu"><strong>get_depthu</strong></a>(...)</dt></dl>
 
263
 
 
264
<dl><dt><a name="VariableSpace-get_fixed_position_set"><strong>get_fixed_position_set</strong></a>(...)</dt></dl>
 
265
 
 
266
<dl><dt><a name="VariableSpace-get_geometry"><strong>get_geometry</strong></a>(...)</dt></dl>
 
267
 
 
268
<dl><dt><a name="VariableSpace-get_gid"><strong>get_gid</strong></a>(...)</dt></dl>
 
269
 
 
270
<dl><dt><a name="VariableSpace-get_height"><strong>get_height</strong></a>(...)</dt></dl>
 
271
 
 
272
<dl><dt><a name="VariableSpace-get_heightu"><strong>get_heightu</strong></a>(...)</dt></dl>
 
273
 
 
274
<dl><dt><a name="VariableSpace-get_name"><strong>get_name</strong></a>(...)</dt></dl>
 
275
 
 
276
<dl><dt><a name="VariableSpace-get_opacity"><strong>get_opacity</strong></a>(...)</dt></dl>
 
277
 
 
278
<dl><dt><a name="VariableSpace-get_paint_opacity"><strong>get_paint_opacity</strong></a>(...)</dt></dl>
 
279
 
 
280
<dl><dt><a name="VariableSpace-get_parent"><strong>get_parent</strong></a>(...)</dt></dl>
 
281
 
 
282
<dl><dt><a name="VariableSpace-get_position"><strong>get_position</strong></a>(...)</dt></dl>
 
283
 
 
284
<dl><dt><a name="VariableSpace-get_positionu"><strong>get_positionu</strong></a>(...)</dt></dl>
 
285
 
 
286
<dl><dt><a name="VariableSpace-get_preferred_height"><strong>get_preferred_height</strong></a>(...)</dt></dl>
 
287
 
 
288
<dl><dt><a name="VariableSpace-get_preferred_size"><strong>get_preferred_size</strong></a>(...)</dt></dl>
 
289
 
 
290
<dl><dt><a name="VariableSpace-get_preferred_width"><strong>get_preferred_width</strong></a>(...)</dt></dl>
 
291
 
 
292
<dl><dt><a name="VariableSpace-get_reactive"><strong>get_reactive</strong></a>(...)</dt></dl>
 
293
 
 
294
<dl><dt><a name="VariableSpace-get_rotation"><strong>get_rotation</strong></a>(...)</dt></dl>
 
295
 
 
296
<dl><dt><a name="VariableSpace-get_rotationu"><strong>get_rotationu</strong></a>(...)</dt></dl>
 
297
 
 
298
<dl><dt><a name="VariableSpace-get_scale"><strong>get_scale</strong></a>(...)</dt></dl>
 
299
 
 
300
<dl><dt><a name="VariableSpace-get_shader"><strong>get_shader</strong></a>(...)</dt></dl>
 
301
 
 
302
<dl><dt><a name="VariableSpace-get_size"><strong>get_size</strong></a>(...)</dt></dl>
 
303
 
 
304
<dl><dt><a name="VariableSpace-get_sizeu"><strong>get_sizeu</strong></a>(...)</dt></dl>
 
305
 
 
306
<dl><dt><a name="VariableSpace-get_stage"><strong>get_stage</strong></a>(...)</dt></dl>
 
307
 
 
308
<dl><dt><a name="VariableSpace-get_transformed_position"><strong>get_transformed_position</strong></a>(...)</dt></dl>
 
309
 
 
310
<dl><dt><a name="VariableSpace-get_transformed_positionu"><strong>get_transformed_positionu</strong></a>(...)</dt></dl>
 
311
 
 
312
<dl><dt><a name="VariableSpace-get_transformed_size"><strong>get_transformed_size</strong></a>(...)</dt></dl>
 
313
 
 
314
<dl><dt><a name="VariableSpace-get_transformed_sizeu"><strong>get_transformed_sizeu</strong></a>(...)</dt></dl>
 
315
 
 
316
<dl><dt><a name="VariableSpace-get_width"><strong>get_width</strong></a>(...)</dt></dl>
 
317
 
 
318
<dl><dt><a name="VariableSpace-get_widthu"><strong>get_widthu</strong></a>(...)</dt></dl>
 
319
 
 
320
<dl><dt><a name="VariableSpace-get_x"><strong>get_x</strong></a>(...)</dt></dl>
 
321
 
 
322
<dl><dt><a name="VariableSpace-get_xu"><strong>get_xu</strong></a>(...)</dt></dl>
 
323
 
 
324
<dl><dt><a name="VariableSpace-get_y"><strong>get_y</strong></a>(...)</dt></dl>
 
325
 
 
326
<dl><dt><a name="VariableSpace-get_yu"><strong>get_yu</strong></a>(...)</dt></dl>
 
327
 
 
328
<dl><dt><a name="VariableSpace-has_clip"><strong>has_clip</strong></a>(...)</dt></dl>
 
329
 
 
330
<dl><dt><a name="VariableSpace-hide"><strong>hide</strong></a>(...)</dt></dl>
 
331
 
 
332
<dl><dt><a name="VariableSpace-hide_all"><strong>hide_all</strong></a>(...)</dt></dl>
 
333
 
 
334
<dl><dt><a name="VariableSpace-is_rotated"><strong>is_rotated</strong></a>(...)</dt></dl>
 
335
 
 
336
<dl><dt><a name="VariableSpace-is_scaled"><strong>is_scaled</strong></a>(...)</dt></dl>
 
337
 
 
338
<dl><dt><a name="VariableSpace-lower_actor"><strong>lower_actor</strong></a>(...)</dt></dl>
 
339
 
 
340
<dl><dt><a name="VariableSpace-lower_bottom"><strong>lower_bottom</strong></a>(...)</dt></dl>
 
341
 
 
342
<dl><dt><a name="VariableSpace-move_anchor_point"><strong>move_anchor_point</strong></a>(...)</dt></dl>
 
343
 
 
344
<dl><dt><a name="VariableSpace-move_anchor_point_from_gravity"><strong>move_anchor_point_from_gravity</strong></a>(...)</dt></dl>
 
345
 
 
346
<dl><dt><a name="VariableSpace-move_anchor_pointu"><strong>move_anchor_pointu</strong></a>(...)</dt></dl>
 
347
 
 
348
<dl><dt><a name="VariableSpace-move_by"><strong>move_by</strong></a>(...)</dt></dl>
 
349
 
 
350
<dl><dt><a name="VariableSpace-move_byu"><strong>move_byu</strong></a>(...)</dt></dl>
 
351
 
 
352
<dl><dt><a name="VariableSpace-paint"><strong>paint</strong></a>(...)</dt></dl>
 
353
 
 
354
<dl><dt><a name="VariableSpace-pick"><strong>pick</strong></a>(...)</dt></dl>
 
355
 
 
356
<dl><dt><a name="VariableSpace-queue_redraw"><strong>queue_redraw</strong></a>(...)</dt></dl>
 
357
 
 
358
<dl><dt><a name="VariableSpace-queue_relayout"><strong>queue_relayout</strong></a>(...)</dt></dl>
 
359
 
 
360
<dl><dt><a name="VariableSpace-raise_actor"><strong>raise_actor</strong></a>(...)</dt></dl>
 
361
 
 
362
<dl><dt><a name="VariableSpace-raise_top"><strong>raise_top</strong></a>(...)</dt></dl>
 
363
 
 
364
<dl><dt><a name="VariableSpace-realize"><strong>realize</strong></a>(...)</dt></dl>
 
365
 
 
366
<dl><dt><a name="VariableSpace-remove_clip"><strong>remove_clip</strong></a>(...)</dt></dl>
 
367
 
 
368
<dl><dt><a name="VariableSpace-reparent"><strong>reparent</strong></a>(...)</dt></dl>
 
369
 
 
370
<dl><dt><a name="VariableSpace-set_anchor_point"><strong>set_anchor_point</strong></a>(...)</dt></dl>
 
371
 
 
372
<dl><dt><a name="VariableSpace-set_anchor_point_from_gravity"><strong>set_anchor_point_from_gravity</strong></a>(...)</dt></dl>
 
373
 
 
374
<dl><dt><a name="VariableSpace-set_anchor_pointu"><strong>set_anchor_pointu</strong></a>(...)</dt></dl>
 
375
 
 
376
<dl><dt><a name="VariableSpace-set_clip"><strong>set_clip</strong></a>(...)</dt></dl>
 
377
 
 
378
<dl><dt><a name="VariableSpace-set_clipu"><strong>set_clipu</strong></a>(...)</dt></dl>
 
379
 
 
380
<dl><dt><a name="VariableSpace-set_depth"><strong>set_depth</strong></a>(...)</dt></dl>
 
381
 
 
382
<dl><dt><a name="VariableSpace-set_depthu"><strong>set_depthu</strong></a>(...)</dt></dl>
 
383
 
 
384
<dl><dt><a name="VariableSpace-set_fixed_position_set"><strong>set_fixed_position_set</strong></a>(...)</dt></dl>
 
385
 
 
386
<dl><dt><a name="VariableSpace-set_geometry"><strong>set_geometry</strong></a>(...)</dt></dl>
 
387
 
 
388
<dl><dt><a name="VariableSpace-set_height"><strong>set_height</strong></a>(...)</dt></dl>
 
389
 
 
390
<dl><dt><a name="VariableSpace-set_heightu"><strong>set_heightu</strong></a>(...)</dt></dl>
 
391
 
 
392
<dl><dt><a name="VariableSpace-set_name"><strong>set_name</strong></a>(...)</dt></dl>
 
393
 
 
394
<dl><dt><a name="VariableSpace-set_opacity"><strong>set_opacity</strong></a>(...)</dt></dl>
 
395
 
 
396
<dl><dt><a name="VariableSpace-set_parent"><strong>set_parent</strong></a>(...)</dt></dl>
 
397
 
 
398
<dl><dt><a name="VariableSpace-set_position"><strong>set_position</strong></a>(...)</dt></dl>
 
399
 
 
400
<dl><dt><a name="VariableSpace-set_positionu"><strong>set_positionu</strong></a>(...)</dt></dl>
 
401
 
 
402
<dl><dt><a name="VariableSpace-set_reactive"><strong>set_reactive</strong></a>(...)</dt></dl>
 
403
 
 
404
<dl><dt><a name="VariableSpace-set_rotation"><strong>set_rotation</strong></a>(...)</dt></dl>
 
405
 
 
406
<dl><dt><a name="VariableSpace-set_rotationu"><strong>set_rotationu</strong></a>(...)</dt></dl>
 
407
 
 
408
<dl><dt><a name="VariableSpace-set_scale"><strong>set_scale</strong></a>(...)</dt></dl>
 
409
 
 
410
<dl><dt><a name="VariableSpace-set_shader"><strong>set_shader</strong></a>(...)</dt></dl>
 
411
 
 
412
<dl><dt><a name="VariableSpace-set_shader_param"><strong>set_shader_param</strong></a>(...)</dt></dl>
 
413
 
 
414
<dl><dt><a name="VariableSpace-set_size"><strong>set_size</strong></a>(...)</dt></dl>
 
415
 
 
416
<dl><dt><a name="VariableSpace-set_sizeu"><strong>set_sizeu</strong></a>(...)</dt></dl>
 
417
 
 
418
<dl><dt><a name="VariableSpace-set_width"><strong>set_width</strong></a>(...)</dt></dl>
 
419
 
 
420
<dl><dt><a name="VariableSpace-set_widthu"><strong>set_widthu</strong></a>(...)</dt></dl>
 
421
 
 
422
<dl><dt><a name="VariableSpace-set_x"><strong>set_x</strong></a>(...)</dt></dl>
 
423
 
 
424
<dl><dt><a name="VariableSpace-set_xu"><strong>set_xu</strong></a>(...)</dt></dl>
 
425
 
 
426
<dl><dt><a name="VariableSpace-set_y"><strong>set_y</strong></a>(...)</dt></dl>
 
427
 
 
428
<dl><dt><a name="VariableSpace-set_yu"><strong>set_yu</strong></a>(...)</dt></dl>
 
429
 
 
430
<dl><dt><a name="VariableSpace-should_pick_paint"><strong>should_pick_paint</strong></a>(...)</dt></dl>
 
431
 
 
432
<dl><dt><a name="VariableSpace-show"><strong>show</strong></a>(...)</dt></dl>
 
433
 
 
434
<dl><dt><a name="VariableSpace-show_all"><strong>show_all</strong></a>(...)</dt></dl>
 
435
 
 
436
<dl><dt><a name="VariableSpace-unparent"><strong>unparent</strong></a>(...)</dt></dl>
 
437
 
 
438
<dl><dt><a name="VariableSpace-unrealize"><strong>unrealize</strong></a>(...)</dt></dl>
 
439
 
 
440
<hr>
 
441
Data and other attributes inherited from <a href="clutter.html#Actor">clutter.Actor</a>:<br>
 
442
<dl><dt><strong>do_allocate</strong> = &lt;built-in method do_allocate of GObjectMeta object at 0x9cb9394&gt;</dl>
 
443
 
 
444
<dl><dt><strong>do_get_preferred_height</strong> = &lt;built-in method do_get_preferred_height of GObjectMeta object at 0x9cb9394&gt;</dl>
 
445
 
 
446
<dl><dt><strong>do_get_preferred_width</strong> = &lt;built-in method do_get_preferred_width of GObjectMeta object at 0x9cb9394&gt;</dl>
 
447
 
 
448
<dl><dt><strong>do_hide_all</strong> = &lt;built-in method do_hide_all of GObjectMeta object at 0x9cb9394&gt;</dl>
 
449
 
 
450
<dl><dt><strong>do_paint</strong> = &lt;built-in method do_paint of GObjectMeta object at 0x9cb9394&gt;</dl>
 
451
 
 
452
<dl><dt><strong>do_pick</strong> = &lt;built-in method do_pick of GObjectMeta object at 0x9cb9394&gt;</dl>
 
453
 
 
454
<dl><dt><strong>do_realize</strong> = &lt;built-in method do_realize of GObjectMeta object at 0x9cb9394&gt;</dl>
 
455
 
 
456
<dl><dt><strong>do_show_all</strong> = &lt;built-in method do_show_all of GObjectMeta object at 0x9cb9394&gt;</dl>
 
457
 
 
458
<dl><dt><strong>do_unrealize</strong> = &lt;built-in method do_unrealize of GObjectMeta object at 0x9cb9394&gt;</dl>
 
459
 
 
460
<hr>
 
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)&nbsp;&lt;==&gt;&nbsp;cmp(x,y)</tt></dd></dl>
 
463
 
 
464
<dl><dt><a name="VariableSpace-__copy__"><strong>__copy__</strong></a>(...)</dt></dl>
 
465
 
 
466
<dl><dt><a name="VariableSpace-__deepcopy__"><strong>__deepcopy__</strong></a>(...)</dt></dl>
 
467
 
 
468
<dl><dt><a name="VariableSpace-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
 
469
 
 
470
<dl><dt><a name="VariableSpace-__gobject_init__"><strong>__gobject_init__</strong></a>(...)</dt></dl>
 
471
 
 
472
<dl><dt><a name="VariableSpace-__hash__"><strong>__hash__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__hash__">__hash__</a>()&nbsp;&lt;==&gt;&nbsp;hash(x)</tt></dd></dl>
 
473
 
 
474
<dl><dt><a name="VariableSpace-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
 
475
 
 
476
<dl><dt><a name="VariableSpace-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#VariableSpace-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
 
477
 
 
478
<dl><dt><a name="VariableSpace-chain"><strong>chain</strong></a>(...)</dt></dl>
 
479
 
 
480
<dl><dt><a name="VariableSpace-connect"><strong>connect</strong></a>(...)</dt></dl>
 
481
 
 
482
<dl><dt><a name="VariableSpace-connect_after"><strong>connect_after</strong></a>(...)</dt></dl>
 
483
 
 
484
<dl><dt><a name="VariableSpace-connect_object"><strong>connect_object</strong></a>(...)</dt></dl>
 
485
 
 
486
<dl><dt><a name="VariableSpace-connect_object_after"><strong>connect_object_after</strong></a>(...)</dt></dl>
 
487
 
 
488
<dl><dt><a name="VariableSpace-disconnect"><strong>disconnect</strong></a>(...)</dt></dl>
 
489
 
 
490
<dl><dt><a name="VariableSpace-disconnect_by_func"><strong>disconnect_by_func</strong></a>(...)</dt></dl>
 
491
 
 
492
<dl><dt><a name="VariableSpace-emit"><strong>emit</strong></a>(...)</dt></dl>
 
493
 
 
494
<dl><dt><a name="VariableSpace-emit_stop_by_name"><strong>emit_stop_by_name</strong></a>(...)</dt></dl>
 
495
 
 
496
<dl><dt><a name="VariableSpace-freeze_notify"><strong>freeze_notify</strong></a>(...)</dt></dl>
 
497
 
 
498
<dl><dt><a name="VariableSpace-get_data"><strong>get_data</strong></a>(...)</dt></dl>
 
499
 
 
500
<dl><dt><a name="VariableSpace-get_properties"><strong>get_properties</strong></a>(...)</dt></dl>
 
501
 
 
502
<dl><dt><a name="VariableSpace-get_property"><strong>get_property</strong></a>(...)</dt></dl>
 
503
 
 
504
<dl><dt><a name="VariableSpace-handler_block"><strong>handler_block</strong></a>(...)</dt></dl>
 
505
 
 
506
<dl><dt><a name="VariableSpace-handler_block_by_func"><strong>handler_block_by_func</strong></a>(...)</dt></dl>
 
507
 
 
508
<dl><dt><a name="VariableSpace-handler_disconnect"><strong>handler_disconnect</strong></a>(...)</dt></dl>
 
509
 
 
510
<dl><dt><a name="VariableSpace-handler_is_connected"><strong>handler_is_connected</strong></a>(...)</dt></dl>
 
511
 
 
512
<dl><dt><a name="VariableSpace-handler_unblock"><strong>handler_unblock</strong></a>(...)</dt></dl>
 
513
 
 
514
<dl><dt><a name="VariableSpace-handler_unblock_by_func"><strong>handler_unblock_by_func</strong></a>(...)</dt></dl>
 
515
 
 
516
<dl><dt><a name="VariableSpace-notify"><strong>notify</strong></a>(...)</dt></dl>
 
517
 
 
518
<dl><dt><a name="VariableSpace-set_data"><strong>set_data</strong></a>(...)</dt></dl>
 
519
 
 
520
<dl><dt><a name="VariableSpace-set_properties"><strong>set_properties</strong></a>(...)</dt></dl>
 
521
 
 
522
<dl><dt><a name="VariableSpace-set_property"><strong>set_property</strong></a>(...)</dt></dl>
 
523
 
 
524
<dl><dt><a name="VariableSpace-stop_emission"><strong>stop_emission</strong></a>(...)</dt></dl>
 
525
 
 
526
<dl><dt><a name="VariableSpace-thaw_notify"><strong>thaw_notify</strong></a>(...)</dt></dl>
 
527
 
 
528
<dl><dt><a name="VariableSpace-weak_ref"><strong>weak_ref</strong></a>(...)</dt></dl>
 
529
 
 
530
<hr>
 
531
Data descriptors inherited from <a href="gobject._gobject.html#GObject">gobject._gobject.GObject</a>:<br>
 
532
<dl><dt><strong>__dict__</strong></dt>
 
533
</dl>
 
534
<dl><dt><strong>__grefcount__</strong></dt>
 
535
</dl>
 
536
<hr>
 
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>
 
539
 
 
540
<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of GObjectMeta object at 0xb7b63f60&gt;<dd><tt>T.<a href="#VariableSpace-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
 
541
 
 
542
<dl><dt><strong>props</strong> = &lt;gobject.GProps object at 0x9eee24c&gt;</dl>
 
543
 
 
544
<hr>
 
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>
 
547
 
 
548
<dl><dt><a name="VariableSpace-find_child_by_name"><strong>find_child_by_name</strong></a>(...)</dt></dl>
 
549
 
 
550
<dl><dt><a name="VariableSpace-foreach"><strong>foreach</strong></a>(...)</dt></dl>
 
551
 
 
552
<dl><dt><a name="VariableSpace-get_children"><strong>get_children</strong></a>(...)</dt></dl>
 
553
 
 
554
<dl><dt><a name="VariableSpace-lower_child"><strong>lower_child</strong></a>(...)</dt></dl>
 
555
 
 
556
<dl><dt><a name="VariableSpace-raise_child"><strong>raise_child</strong></a>(...)</dt></dl>
 
557
 
 
558
<dl><dt><a name="VariableSpace-remove"><strong>remove</strong></a>(...)</dt></dl>
 
559
 
 
560
<hr>
 
561
Data and other attributes inherited from <a href="clutter.html#Container">clutter.Container</a>:<br>
 
562
<dl><dt><strong>do_add</strong> = &lt;built-in method do_add of GObjectMeta object at 0x9cb9394&gt;</dl>
 
563
 
 
564
<dl><dt><strong>do_remove</strong> = &lt;built-in method do_remove of GObjectMeta object at 0x9cb9394&gt;</dl>
 
565
 
 
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>&nbsp;<br>
 
570
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
 
571
    
 
572
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
 
573
<td width="100%"><strong>__authors__</strong> = ['Jan Jokela &lt;janjokela@gmail.com&gt;']<br>
 
574
<strong>__description__</strong> = 'Variable space widget'<br>
 
575
<strong>__licenses__</strong> = ['LICENSE.LGPL']</td></tr></table>
 
576
</body></html>
 
 
b'\\ No newline at end of file'