]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/gtk/misc.py
generated source updates
[wxWidgets.git] / utils / wxPython / src / gtk / misc.py
1 # This file was created automatically by SWIG.
2 import miscc
3 class wxSizePtr :
4 def __init__(self,this):
5 self.this = this
6 self.thisown = 0
7 def __del__(self,miscc=miscc):
8 if self.thisown == 1 :
9 miscc.delete_wxSize(self)
10 def Set(self, *_args, **_kwargs):
11 val = apply(miscc.wxSize_Set,(self,) + _args, _kwargs)
12 return val
13 def GetX(self, *_args, **_kwargs):
14 val = apply(miscc.wxSize_GetX,(self,) + _args, _kwargs)
15 return val
16 def GetY(self, *_args, **_kwargs):
17 val = apply(miscc.wxSize_GetY,(self,) + _args, _kwargs)
18 return val
19 def GetWidth(self, *_args, **_kwargs):
20 val = apply(miscc.wxSize_GetWidth,(self,) + _args, _kwargs)
21 return val
22 def GetHeight(self, *_args, **_kwargs):
23 val = apply(miscc.wxSize_GetHeight,(self,) + _args, _kwargs)
24 return val
25 def SetWidth(self, *_args, **_kwargs):
26 val = apply(miscc.wxSize_SetWidth,(self,) + _args, _kwargs)
27 return val
28 def SetHeight(self, *_args, **_kwargs):
29 val = apply(miscc.wxSize_SetHeight,(self,) + _args, _kwargs)
30 return val
31 def asTuple(self, *_args, **_kwargs):
32 val = apply(miscc.wxSize_asTuple,(self,) + _args, _kwargs)
33 return val
34 def __setattr__(self,name,value):
35 if name == "x" :
36 miscc.wxSize_x_set(self,value)
37 return
38 if name == "y" :
39 miscc.wxSize_y_set(self,value)
40 return
41 if name == "width" :
42 miscc.wxSize_width_set(self,value)
43 return
44 if name == "height" :
45 miscc.wxSize_height_set(self,value)
46 return
47 self.__dict__[name] = value
48 def __getattr__(self,name):
49 if name == "x" :
50 return miscc.wxSize_x_get(self)
51 if name == "y" :
52 return miscc.wxSize_y_get(self)
53 if name == "width" :
54 return miscc.wxSize_width_get(self)
55 if name == "height" :
56 return miscc.wxSize_height_get(self)
57 raise AttributeError,name
58 def __repr__(self):
59 return "<C wxSize instance at %s>" % (self.this,)
60 def __str__(self): return str(self.asTuple())
61 def __repr__(self): return str(self.asTuple())
62 class wxSize(wxSizePtr):
63 def __init__(self,*_args,**_kwargs):
64 self.this = apply(miscc.new_wxSize,_args,_kwargs)
65 self.thisown = 1
66
67
68
69
70 class wxRealPointPtr :
71 def __init__(self,this):
72 self.this = this
73 self.thisown = 0
74 def __del__(self,miscc=miscc):
75 if self.thisown == 1 :
76 miscc.delete_wxRealPoint(self)
77 def Set(self, *_args, **_kwargs):
78 val = apply(miscc.wxRealPoint_Set,(self,) + _args, _kwargs)
79 return val
80 def asTuple(self, *_args, **_kwargs):
81 val = apply(miscc.wxRealPoint_asTuple,(self,) + _args, _kwargs)
82 return val
83 def __setattr__(self,name,value):
84 if name == "x" :
85 miscc.wxRealPoint_x_set(self,value)
86 return
87 if name == "y" :
88 miscc.wxRealPoint_y_set(self,value)
89 return
90 self.__dict__[name] = value
91 def __getattr__(self,name):
92 if name == "x" :
93 return miscc.wxRealPoint_x_get(self)
94 if name == "y" :
95 return miscc.wxRealPoint_y_get(self)
96 raise AttributeError,name
97 def __repr__(self):
98 return "<C wxRealPoint instance at %s>" % (self.this,)
99 def __str__(self): return str(self.asTuple())
100 def __repr__(self): return str(self.asTuple())
101 class wxRealPoint(wxRealPointPtr):
102 def __init__(self,*_args,**_kwargs):
103 self.this = apply(miscc.new_wxRealPoint,_args,_kwargs)
104 self.thisown = 1
105
106
107
108
109 class wxPointPtr :
110 def __init__(self,this):
111 self.this = this
112 self.thisown = 0
113 def __del__(self,miscc=miscc):
114 if self.thisown == 1 :
115 miscc.delete_wxPoint(self)
116 def Set(self, *_args, **_kwargs):
117 val = apply(miscc.wxPoint_Set,(self,) + _args, _kwargs)
118 return val
119 def asTuple(self, *_args, **_kwargs):
120 val = apply(miscc.wxPoint_asTuple,(self,) + _args, _kwargs)
121 return val
122 def __setattr__(self,name,value):
123 if name == "x" :
124 miscc.wxPoint_x_set(self,value)
125 return
126 if name == "y" :
127 miscc.wxPoint_y_set(self,value)
128 return
129 self.__dict__[name] = value
130 def __getattr__(self,name):
131 if name == "x" :
132 return miscc.wxPoint_x_get(self)
133 if name == "y" :
134 return miscc.wxPoint_y_get(self)
135 raise AttributeError,name
136 def __repr__(self):
137 return "<C wxPoint instance at %s>" % (self.this,)
138 def __str__(self): return str(self.asTuple())
139 def __repr__(self): return str(self.asTuple())
140 class wxPoint(wxPointPtr):
141 def __init__(self,*_args,**_kwargs):
142 self.this = apply(miscc.new_wxPoint,_args,_kwargs)
143 self.thisown = 1
144
145
146
147
148 class wxRectPtr :
149 def __init__(self,this):
150 self.this = this
151 self.thisown = 0
152 def __del__(self,miscc=miscc):
153 if self.thisown == 1 :
154 miscc.delete_wxRect(self)
155 def GetX(self, *_args, **_kwargs):
156 val = apply(miscc.wxRect_GetX,(self,) + _args, _kwargs)
157 return val
158 def SetX(self, *_args, **_kwargs):
159 val = apply(miscc.wxRect_SetX,(self,) + _args, _kwargs)
160 return val
161 def GetY(self, *_args, **_kwargs):
162 val = apply(miscc.wxRect_GetY,(self,) + _args, _kwargs)
163 return val
164 def SetY(self, *_args, **_kwargs):
165 val = apply(miscc.wxRect_SetY,(self,) + _args, _kwargs)
166 return val
167 def GetWidth(self, *_args, **_kwargs):
168 val = apply(miscc.wxRect_GetWidth,(self,) + _args, _kwargs)
169 return val
170 def SetWidth(self, *_args, **_kwargs):
171 val = apply(miscc.wxRect_SetWidth,(self,) + _args, _kwargs)
172 return val
173 def GetHeight(self, *_args, **_kwargs):
174 val = apply(miscc.wxRect_GetHeight,(self,) + _args, _kwargs)
175 return val
176 def SetHeight(self, *_args, **_kwargs):
177 val = apply(miscc.wxRect_SetHeight,(self,) + _args, _kwargs)
178 return val
179 def GetPosition(self, *_args, **_kwargs):
180 val = apply(miscc.wxRect_GetPosition,(self,) + _args, _kwargs)
181 if val: val = wxPointPtr(val) ; val.thisown = 1
182 return val
183 def GetSize(self, *_args, **_kwargs):
184 val = apply(miscc.wxRect_GetSize,(self,) + _args, _kwargs)
185 if val: val = wxSizePtr(val) ; val.thisown = 1
186 return val
187 def GetLeft(self, *_args, **_kwargs):
188 val = apply(miscc.wxRect_GetLeft,(self,) + _args, _kwargs)
189 return val
190 def GetTop(self, *_args, **_kwargs):
191 val = apply(miscc.wxRect_GetTop,(self,) + _args, _kwargs)
192 return val
193 def GetBottom(self, *_args, **_kwargs):
194 val = apply(miscc.wxRect_GetBottom,(self,) + _args, _kwargs)
195 return val
196 def GetRight(self, *_args, **_kwargs):
197 val = apply(miscc.wxRect_GetRight,(self,) + _args, _kwargs)
198 return val
199 def asTuple(self, *_args, **_kwargs):
200 val = apply(miscc.wxRect_asTuple,(self,) + _args, _kwargs)
201 return val
202 def __setattr__(self,name,value):
203 if name == "x" :
204 miscc.wxRect_x_set(self,value)
205 return
206 if name == "y" :
207 miscc.wxRect_y_set(self,value)
208 return
209 if name == "width" :
210 miscc.wxRect_width_set(self,value)
211 return
212 if name == "height" :
213 miscc.wxRect_height_set(self,value)
214 return
215 self.__dict__[name] = value
216 def __getattr__(self,name):
217 if name == "x" :
218 return miscc.wxRect_x_get(self)
219 if name == "y" :
220 return miscc.wxRect_y_get(self)
221 if name == "width" :
222 return miscc.wxRect_width_get(self)
223 if name == "height" :
224 return miscc.wxRect_height_get(self)
225 raise AttributeError,name
226 def __repr__(self):
227 return "<C wxRect instance at %s>" % (self.this,)
228 def __str__(self): return str(self.asTuple())
229 def __repr__(self): return str(self.asTuple())
230 class wxRect(wxRectPtr):
231 def __init__(self,*_args,**_kwargs):
232 self.this = apply(miscc.new_wxRect,_args,_kwargs)
233 self.thisown = 1
234
235
236
237
238 class wxPyTimerPtr :
239 def __init__(self,this):
240 self.this = this
241 self.thisown = 0
242 def __del__(self,miscc=miscc):
243 if self.thisown == 1 :
244 miscc.delete_wxPyTimer(self)
245 def Interval(self, *_args, **_kwargs):
246 val = apply(miscc.wxPyTimer_Interval,(self,) + _args, _kwargs)
247 return val
248 def Start(self, *_args, **_kwargs):
249 val = apply(miscc.wxPyTimer_Start,(self,) + _args, _kwargs)
250 return val
251 def Stop(self, *_args, **_kwargs):
252 val = apply(miscc.wxPyTimer_Stop,(self,) + _args, _kwargs)
253 return val
254 def __repr__(self):
255 return "<C wxPyTimer instance at %s>" % (self.this,)
256 class wxPyTimer(wxPyTimerPtr):
257 def __init__(self,*_args,**_kwargs):
258 self.this = apply(miscc.new_wxPyTimer,_args,_kwargs)
259 self.thisown = 1
260
261
262
263
264 class wxIndividualLayoutConstraintPtr :
265 def __init__(self,this):
266 self.this = this
267 self.thisown = 0
268 def Above(self, *_args, **_kwargs):
269 val = apply(miscc.wxIndividualLayoutConstraint_Above,(self,) + _args, _kwargs)
270 return val
271 def Absolute(self, *_args, **_kwargs):
272 val = apply(miscc.wxIndividualLayoutConstraint_Absolute,(self,) + _args, _kwargs)
273 return val
274 def AsIs(self, *_args, **_kwargs):
275 val = apply(miscc.wxIndividualLayoutConstraint_AsIs,(self,) + _args, _kwargs)
276 return val
277 def Below(self, *_args, **_kwargs):
278 val = apply(miscc.wxIndividualLayoutConstraint_Below,(self,) + _args, _kwargs)
279 return val
280 def Unconstrained(self, *_args, **_kwargs):
281 val = apply(miscc.wxIndividualLayoutConstraint_Unconstrained,(self,) + _args, _kwargs)
282 return val
283 def LeftOf(self, *_args, **_kwargs):
284 val = apply(miscc.wxIndividualLayoutConstraint_LeftOf,(self,) + _args, _kwargs)
285 return val
286 def PercentOf(self, *_args, **_kwargs):
287 val = apply(miscc.wxIndividualLayoutConstraint_PercentOf,(self,) + _args, _kwargs)
288 return val
289 def RightOf(self, *_args, **_kwargs):
290 val = apply(miscc.wxIndividualLayoutConstraint_RightOf,(self,) + _args, _kwargs)
291 return val
292 def SameAs(self, *_args, **_kwargs):
293 val = apply(miscc.wxIndividualLayoutConstraint_SameAs,(self,) + _args, _kwargs)
294 return val
295 def Set(self, *_args, **_kwargs):
296 val = apply(miscc.wxIndividualLayoutConstraint_Set,(self,) + _args, _kwargs)
297 return val
298 def __repr__(self):
299 return "<C wxIndividualLayoutConstraint instance at %s>" % (self.this,)
300 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr):
301 def __init__(self,this):
302 self.this = this
303
304
305
306
307 class wxLayoutConstraintsPtr :
308 def __init__(self,this):
309 self.this = this
310 self.thisown = 0
311 def __setattr__(self,name,value):
312 if name == "bottom" :
313 miscc.wxLayoutConstraints_bottom_set(self,value.this)
314 return
315 if name == "centreX" :
316 miscc.wxLayoutConstraints_centreX_set(self,value.this)
317 return
318 if name == "centreY" :
319 miscc.wxLayoutConstraints_centreY_set(self,value.this)
320 return
321 if name == "height" :
322 miscc.wxLayoutConstraints_height_set(self,value.this)
323 return
324 if name == "left" :
325 miscc.wxLayoutConstraints_left_set(self,value.this)
326 return
327 if name == "right" :
328 miscc.wxLayoutConstraints_right_set(self,value.this)
329 return
330 if name == "top" :
331 miscc.wxLayoutConstraints_top_set(self,value.this)
332 return
333 if name == "width" :
334 miscc.wxLayoutConstraints_width_set(self,value.this)
335 return
336 self.__dict__[name] = value
337 def __getattr__(self,name):
338 if name == "bottom" :
339 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_bottom_get(self))
340 if name == "centreX" :
341 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_centreX_get(self))
342 if name == "centreY" :
343 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_centreY_get(self))
344 if name == "height" :
345 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_height_get(self))
346 if name == "left" :
347 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_left_get(self))
348 if name == "right" :
349 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_right_get(self))
350 if name == "top" :
351 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_top_get(self))
352 if name == "width" :
353 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_width_get(self))
354 raise AttributeError,name
355 def __repr__(self):
356 return "<C wxLayoutConstraints instance at %s>" % (self.this,)
357 class wxLayoutConstraints(wxLayoutConstraintsPtr):
358 def __init__(self,*_args,**_kwargs):
359 self.this = apply(miscc.new_wxLayoutConstraints,_args,_kwargs)
360 self.thisown = 1
361
362
363
364
365 class wxRegionPtr :
366 def __init__(self,this):
367 self.this = this
368 self.thisown = 0
369 def __del__(self,miscc=miscc):
370 if self.thisown == 1 :
371 miscc.delete_wxRegion(self)
372 def Clear(self, *_args, **_kwargs):
373 val = apply(miscc.wxRegion_Clear,(self,) + _args, _kwargs)
374 return val
375 def Contains(self, *_args, **_kwargs):
376 val = apply(miscc.wxRegion_Contains,(self,) + _args, _kwargs)
377 return val
378 def ContainsPoint(self, *_args, **_kwargs):
379 val = apply(miscc.wxRegion_ContainsPoint,(self,) + _args, _kwargs)
380 return val
381 def ContainsRect(self, *_args, **_kwargs):
382 val = apply(miscc.wxRegion_ContainsRect,(self,) + _args, _kwargs)
383 return val
384 def GetBox(self, *_args, **_kwargs):
385 val = apply(miscc.wxRegion_GetBox,(self,) + _args, _kwargs)
386 if val: val = wxRectPtr(val) ; val.thisown = 1
387 return val
388 def Intersect(self, *_args, **_kwargs):
389 val = apply(miscc.wxRegion_Intersect,(self,) + _args, _kwargs)
390 return val
391 def IsEmpty(self, *_args, **_kwargs):
392 val = apply(miscc.wxRegion_IsEmpty,(self,) + _args, _kwargs)
393 return val
394 def Subtract(self, *_args, **_kwargs):
395 val = apply(miscc.wxRegion_Subtract,(self,) + _args, _kwargs)
396 return val
397 def Union(self, *_args, **_kwargs):
398 val = apply(miscc.wxRegion_Union,(self,) + _args, _kwargs)
399 return val
400 def Xor(self, *_args, **_kwargs):
401 val = apply(miscc.wxRegion_Xor,(self,) + _args, _kwargs)
402 return val
403 def __repr__(self):
404 return "<C wxRegion instance at %s>" % (self.this,)
405 class wxRegion(wxRegionPtr):
406 def __init__(self,*_args,**_kwargs):
407 self.this = apply(miscc.new_wxRegion,_args,_kwargs)
408 self.thisown = 1
409
410
411
412
413 class wxRegionIteratorPtr :
414 def __init__(self,this):
415 self.this = this
416 self.thisown = 0
417 def __del__(self,miscc=miscc):
418 if self.thisown == 1 :
419 miscc.delete_wxRegionIterator(self)
420 def GetX(self, *_args, **_kwargs):
421 val = apply(miscc.wxRegionIterator_GetX,(self,) + _args, _kwargs)
422 return val
423 def GetY(self, *_args, **_kwargs):
424 val = apply(miscc.wxRegionIterator_GetY,(self,) + _args, _kwargs)
425 return val
426 def GetW(self, *_args, **_kwargs):
427 val = apply(miscc.wxRegionIterator_GetW,(self,) + _args, _kwargs)
428 return val
429 def GetWidth(self, *_args, **_kwargs):
430 val = apply(miscc.wxRegionIterator_GetWidth,(self,) + _args, _kwargs)
431 return val
432 def GetH(self, *_args, **_kwargs):
433 val = apply(miscc.wxRegionIterator_GetH,(self,) + _args, _kwargs)
434 return val
435 def GetHeight(self, *_args, **_kwargs):
436 val = apply(miscc.wxRegionIterator_GetHeight,(self,) + _args, _kwargs)
437 return val
438 def GetRect(self, *_args, **_kwargs):
439 val = apply(miscc.wxRegionIterator_GetRect,(self,) + _args, _kwargs)
440 if val: val = wxRectPtr(val) ; val.thisown = 1
441 return val
442 def HaveRects(self, *_args, **_kwargs):
443 val = apply(miscc.wxRegionIterator_HaveRects,(self,) + _args, _kwargs)
444 return val
445 def Reset(self, *_args, **_kwargs):
446 val = apply(miscc.wxRegionIterator_Reset,(self,) + _args, _kwargs)
447 return val
448 def Next(self, *_args, **_kwargs):
449 val = apply(miscc.wxRegionIterator_Next,(self,) + _args, _kwargs)
450 return val
451 def __repr__(self):
452 return "<C wxRegionIterator instance at %s>" % (self.this,)
453 class wxRegionIterator(wxRegionIteratorPtr):
454 def __init__(self,*_args,**_kwargs):
455 self.this = apply(miscc.new_wxRegionIterator,_args,_kwargs)
456 self.thisown = 1
457
458
459
460
461 class wxAcceleratorEntryPtr :
462 def __init__(self,this):
463 self.this = this
464 self.thisown = 0
465 def __del__(self,miscc=miscc):
466 if self.thisown == 1 :
467 miscc.delete_wxAcceleratorEntry(self)
468 def Set(self, *_args, **_kwargs):
469 val = apply(miscc.wxAcceleratorEntry_Set,(self,) + _args, _kwargs)
470 return val
471 def GetFlags(self, *_args, **_kwargs):
472 val = apply(miscc.wxAcceleratorEntry_GetFlags,(self,) + _args, _kwargs)
473 return val
474 def GetKeyCode(self, *_args, **_kwargs):
475 val = apply(miscc.wxAcceleratorEntry_GetKeyCode,(self,) + _args, _kwargs)
476 return val
477 def GetCommand(self, *_args, **_kwargs):
478 val = apply(miscc.wxAcceleratorEntry_GetCommand,(self,) + _args, _kwargs)
479 return val
480 def __repr__(self):
481 return "<C wxAcceleratorEntry instance at %s>" % (self.this,)
482 class wxAcceleratorEntry(wxAcceleratorEntryPtr):
483 def __init__(self,*_args,**_kwargs):
484 self.this = apply(miscc.new_wxAcceleratorEntry,_args,_kwargs)
485 self.thisown = 1
486
487
488
489
490 class wxAcceleratorTablePtr :
491 def __init__(self,this):
492 self.this = this
493 self.thisown = 0
494 def __del__(self,miscc=miscc):
495 if self.thisown == 1 :
496 miscc.delete_wxAcceleratorTable(self)
497 def __repr__(self):
498 return "<C wxAcceleratorTable instance at %s>" % (self.this,)
499 class wxAcceleratorTable(wxAcceleratorTablePtr):
500 def __init__(self,*_args,**_kwargs):
501 self.this = apply(miscc.new_wxAcceleratorTable,_args,_kwargs)
502 self.thisown = 1
503
504
505
506
507
508
509 #-------------- FUNCTION WRAPPERS ------------------
510
511 wxNewId = miscc.wxNewId
512
513 wxRegisterId = miscc.wxRegisterId
514
515 NewId = miscc.NewId
516
517 RegisterId = miscc.RegisterId
518
519 wxBell = miscc.wxBell
520
521 wxDisplaySize = miscc.wxDisplaySize
522
523 wxEndBusyCursor = miscc.wxEndBusyCursor
524
525 wxExecute = miscc.wxExecute
526
527 wxGetElapsedTime = miscc.wxGetElapsedTime
528
529 wxGetMousePosition = miscc.wxGetMousePosition
530
531 wxIsBusy = miscc.wxIsBusy
532
533 wxNow = miscc.wxNow
534
535 wxShell = miscc.wxShell
536
537 wxStartTimer = miscc.wxStartTimer
538
539 wxGetOsVersion = miscc.wxGetOsVersion
540
541 wxSleep = miscc.wxSleep
542
543 wxYield = miscc.wxYield
544
545 wxSafeYield = miscc.wxSafeYield
546
547 wxEnableTopLevelWindows = miscc.wxEnableTopLevelWindows
548
549 wxGetResource = miscc.wxGetResource
550
551
552
553 #-------------- VARIABLE WRAPPERS ------------------
554
555 wxLeft = miscc.wxLeft
556 wxTop = miscc.wxTop
557 wxRight = miscc.wxRight
558 wxBottom = miscc.wxBottom
559 wxWidth = miscc.wxWidth
560 wxHeight = miscc.wxHeight
561 wxCentre = miscc.wxCentre
562 wxCenter = miscc.wxCenter
563 wxCentreX = miscc.wxCentreX
564 wxCentreY = miscc.wxCentreY
565 wxUnconstrained = miscc.wxUnconstrained
566 wxAsIs = miscc.wxAsIs
567 wxPercentOf = miscc.wxPercentOf
568 wxAbove = miscc.wxAbove
569 wxBelow = miscc.wxBelow
570 wxLeftOf = miscc.wxLeftOf
571 wxRightOf = miscc.wxRightOf
572 wxSameAs = miscc.wxSameAs
573 wxAbsolute = miscc.wxAbsolute
574 wxOutRegion = miscc.wxOutRegion
575 wxPartRegion = miscc.wxPartRegion
576 wxInRegion = miscc.wxInRegion