]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/misc.py
second merge of the 2.2 branch (RL)
[wxWidgets.git] / wxPython / src / msw / 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 SetLeft(self, *_args, **_kwargs):
200 val = apply(miscc.wxRect_SetLeft,(self,) + _args, _kwargs)
201 return val
202 def SetRight(self, *_args, **_kwargs):
203 val = apply(miscc.wxRect_SetRight,(self,) + _args, _kwargs)
204 return val
205 def SetTop(self, *_args, **_kwargs):
206 val = apply(miscc.wxRect_SetTop,(self,) + _args, _kwargs)
207 return val
208 def SetBottom(self, *_args, **_kwargs):
209 val = apply(miscc.wxRect_SetBottom,(self,) + _args, _kwargs)
210 return val
211 def Inflate(self, *_args, **_kwargs):
212 val = apply(miscc.wxRect_Inflate,(self,) + _args, _kwargs)
213 return val
214 def Inside(self, *_args, **_kwargs):
215 val = apply(miscc.wxRect_Inside,(self,) + _args, _kwargs)
216 return val
217 def asTuple(self, *_args, **_kwargs):
218 val = apply(miscc.wxRect_asTuple,(self,) + _args, _kwargs)
219 return val
220 def __add__(self, *_args, **_kwargs):
221 val = apply(miscc.wxRect___add__,(self,) + _args, _kwargs)
222 if val: val = wxRectPtr(val) ; val.thisown = 1
223 return val
224 def __cmp__(self, *_args, **_kwargs):
225 val = apply(miscc.wxRect___cmp__,(self,) + _args, _kwargs)
226 return val
227 def __setattr__(self,name,value):
228 if name == "x" :
229 miscc.wxRect_x_set(self,value)
230 return
231 if name == "y" :
232 miscc.wxRect_y_set(self,value)
233 return
234 if name == "width" :
235 miscc.wxRect_width_set(self,value)
236 return
237 if name == "height" :
238 miscc.wxRect_height_set(self,value)
239 return
240 self.__dict__[name] = value
241 def __getattr__(self,name):
242 if name == "x" :
243 return miscc.wxRect_x_get(self)
244 if name == "y" :
245 return miscc.wxRect_y_get(self)
246 if name == "width" :
247 return miscc.wxRect_width_get(self)
248 if name == "height" :
249 return miscc.wxRect_height_get(self)
250 raise AttributeError,name
251 def __repr__(self):
252 return "<C wxRect instance at %s>" % (self.this,)
253 def __str__(self): return str(self.asTuple())
254 def __repr__(self): return str(self.asTuple())
255
256 # override the __getattr__ made by SWIG
257 def __getattr__(self, name):
258 d = {
259 'x' : miscc.wxRect_x_get,
260 'y' : miscc.wxRect_y_get,
261 'width' : miscc.wxRect_width_get,
262 'height' : miscc.wxRect_height_get,
263 'top' : miscc.wxRect_GetTop,
264 'bottom' : miscc.wxRect_GetBottom,
265 'left' : miscc.wxRect_GetLeft,
266 'right' : miscc.wxRect_GetRight,
267 }
268 try:
269 func = d[name]
270 except KeyError:
271 raise AttributeError,name
272 return func(self)
273
274 # and also the __setattr__
275 def __setattr__(self, name, value):
276 d = {
277 'x' : miscc.wxRect_x_set,
278 'y' : miscc.wxRect_y_set,
279 'width' : miscc.wxRect_width_set,
280 'height' : miscc.wxRect_height_set,
281 'top' : miscc.wxRect_SetTop,
282 'bottom' : miscc.wxRect_SetBottom,
283 'left' : miscc.wxRect_SetLeft,
284 'right' : miscc.wxRect_SetRight,
285 }
286 try:
287 func = d[name]
288 except KeyError:
289 self.__dict__[name] = value
290 return
291 func(self, value)
292
293 class wxRect(wxRectPtr):
294 def __init__(self,*_args,**_kwargs):
295 self.this = apply(miscc.new_wxRect,_args,_kwargs)
296 self.thisown = 1
297
298
299
300
301 class wxIndividualLayoutConstraintPtr :
302 def __init__(self,this):
303 self.this = this
304 self.thisown = 0
305 def Above(self, *_args, **_kwargs):
306 val = apply(miscc.wxIndividualLayoutConstraint_Above,(self,) + _args, _kwargs)
307 return val
308 def Absolute(self, *_args, **_kwargs):
309 val = apply(miscc.wxIndividualLayoutConstraint_Absolute,(self,) + _args, _kwargs)
310 return val
311 def AsIs(self, *_args, **_kwargs):
312 val = apply(miscc.wxIndividualLayoutConstraint_AsIs,(self,) + _args, _kwargs)
313 return val
314 def Below(self, *_args, **_kwargs):
315 val = apply(miscc.wxIndividualLayoutConstraint_Below,(self,) + _args, _kwargs)
316 return val
317 def Unconstrained(self, *_args, **_kwargs):
318 val = apply(miscc.wxIndividualLayoutConstraint_Unconstrained,(self,) + _args, _kwargs)
319 return val
320 def LeftOf(self, *_args, **_kwargs):
321 val = apply(miscc.wxIndividualLayoutConstraint_LeftOf,(self,) + _args, _kwargs)
322 return val
323 def PercentOf(self, *_args, **_kwargs):
324 val = apply(miscc.wxIndividualLayoutConstraint_PercentOf,(self,) + _args, _kwargs)
325 return val
326 def RightOf(self, *_args, **_kwargs):
327 val = apply(miscc.wxIndividualLayoutConstraint_RightOf,(self,) + _args, _kwargs)
328 return val
329 def SameAs(self, *_args, **_kwargs):
330 val = apply(miscc.wxIndividualLayoutConstraint_SameAs,(self,) + _args, _kwargs)
331 return val
332 def Set(self, *_args, **_kwargs):
333 val = apply(miscc.wxIndividualLayoutConstraint_Set,(self,) + _args, _kwargs)
334 return val
335 def __repr__(self):
336 return "<C wxIndividualLayoutConstraint instance at %s>" % (self.this,)
337 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr):
338 def __init__(self,this):
339 self.this = this
340
341
342
343
344 class wxLayoutConstraintsPtr :
345 def __init__(self,this):
346 self.this = this
347 self.thisown = 0
348 def __setattr__(self,name,value):
349 if name == "bottom" :
350 miscc.wxLayoutConstraints_bottom_set(self,value.this)
351 return
352 if name == "centreX" :
353 miscc.wxLayoutConstraints_centreX_set(self,value.this)
354 return
355 if name == "centreY" :
356 miscc.wxLayoutConstraints_centreY_set(self,value.this)
357 return
358 if name == "height" :
359 miscc.wxLayoutConstraints_height_set(self,value.this)
360 return
361 if name == "left" :
362 miscc.wxLayoutConstraints_left_set(self,value.this)
363 return
364 if name == "right" :
365 miscc.wxLayoutConstraints_right_set(self,value.this)
366 return
367 if name == "top" :
368 miscc.wxLayoutConstraints_top_set(self,value.this)
369 return
370 if name == "width" :
371 miscc.wxLayoutConstraints_width_set(self,value.this)
372 return
373 self.__dict__[name] = value
374 def __getattr__(self,name):
375 if name == "bottom" :
376 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_bottom_get(self))
377 if name == "centreX" :
378 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_centreX_get(self))
379 if name == "centreY" :
380 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_centreY_get(self))
381 if name == "height" :
382 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_height_get(self))
383 if name == "left" :
384 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_left_get(self))
385 if name == "right" :
386 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_right_get(self))
387 if name == "top" :
388 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_top_get(self))
389 if name == "width" :
390 return wxIndividualLayoutConstraintPtr(miscc.wxLayoutConstraints_width_get(self))
391 raise AttributeError,name
392 def __repr__(self):
393 return "<C wxLayoutConstraints instance at %s>" % (self.this,)
394 class wxLayoutConstraints(wxLayoutConstraintsPtr):
395 def __init__(self,*_args,**_kwargs):
396 self.this = apply(miscc.new_wxLayoutConstraints,_args,_kwargs)
397 self.thisown = 1
398
399
400
401
402 class wxRegionPtr :
403 def __init__(self,this):
404 self.this = this
405 self.thisown = 0
406 def __del__(self,miscc=miscc):
407 if self.thisown == 1 :
408 miscc.delete_wxRegion(self)
409 def Clear(self, *_args, **_kwargs):
410 val = apply(miscc.wxRegion_Clear,(self,) + _args, _kwargs)
411 return val
412 def Contains(self, *_args, **_kwargs):
413 val = apply(miscc.wxRegion_Contains,(self,) + _args, _kwargs)
414 return val
415 def ContainsPoint(self, *_args, **_kwargs):
416 val = apply(miscc.wxRegion_ContainsPoint,(self,) + _args, _kwargs)
417 return val
418 def ContainsRect(self, *_args, **_kwargs):
419 val = apply(miscc.wxRegion_ContainsRect,(self,) + _args, _kwargs)
420 return val
421 def ContainsRectDim(self, *_args, **_kwargs):
422 val = apply(miscc.wxRegion_ContainsRectDim,(self,) + _args, _kwargs)
423 return val
424 def GetBox(self, *_args, **_kwargs):
425 val = apply(miscc.wxRegion_GetBox,(self,) + _args, _kwargs)
426 if val: val = wxRectPtr(val) ; val.thisown = 1
427 return val
428 def Intersect(self, *_args, **_kwargs):
429 val = apply(miscc.wxRegion_Intersect,(self,) + _args, _kwargs)
430 return val
431 def IntersectRect(self, *_args, **_kwargs):
432 val = apply(miscc.wxRegion_IntersectRect,(self,) + _args, _kwargs)
433 return val
434 def IntersectRegion(self, *_args, **_kwargs):
435 val = apply(miscc.wxRegion_IntersectRegion,(self,) + _args, _kwargs)
436 return val
437 def IsEmpty(self, *_args, **_kwargs):
438 val = apply(miscc.wxRegion_IsEmpty,(self,) + _args, _kwargs)
439 return val
440 def Union(self, *_args, **_kwargs):
441 val = apply(miscc.wxRegion_Union,(self,) + _args, _kwargs)
442 return val
443 def UnionRect(self, *_args, **_kwargs):
444 val = apply(miscc.wxRegion_UnionRect,(self,) + _args, _kwargs)
445 return val
446 def UnionRegion(self, *_args, **_kwargs):
447 val = apply(miscc.wxRegion_UnionRegion,(self,) + _args, _kwargs)
448 return val
449 def Subtract(self, *_args, **_kwargs):
450 val = apply(miscc.wxRegion_Subtract,(self,) + _args, _kwargs)
451 return val
452 def SubtractRect(self, *_args, **_kwargs):
453 val = apply(miscc.wxRegion_SubtractRect,(self,) + _args, _kwargs)
454 return val
455 def SubtractRegion(self, *_args, **_kwargs):
456 val = apply(miscc.wxRegion_SubtractRegion,(self,) + _args, _kwargs)
457 return val
458 def Xor(self, *_args, **_kwargs):
459 val = apply(miscc.wxRegion_Xor,(self,) + _args, _kwargs)
460 return val
461 def XorRect(self, *_args, **_kwargs):
462 val = apply(miscc.wxRegion_XorRect,(self,) + _args, _kwargs)
463 return val
464 def XorRegion(self, *_args, **_kwargs):
465 val = apply(miscc.wxRegion_XorRegion,(self,) + _args, _kwargs)
466 return val
467 def __repr__(self):
468 return "<C wxRegion instance at %s>" % (self.this,)
469 class wxRegion(wxRegionPtr):
470 def __init__(self,*_args,**_kwargs):
471 self.this = apply(miscc.new_wxRegion,_args,_kwargs)
472 self.thisown = 1
473
474
475
476
477 class wxRegionIteratorPtr :
478 def __init__(self,this):
479 self.this = this
480 self.thisown = 0
481 def __del__(self,miscc=miscc):
482 if self.thisown == 1 :
483 miscc.delete_wxRegionIterator(self)
484 def GetX(self, *_args, **_kwargs):
485 val = apply(miscc.wxRegionIterator_GetX,(self,) + _args, _kwargs)
486 return val
487 def GetY(self, *_args, **_kwargs):
488 val = apply(miscc.wxRegionIterator_GetY,(self,) + _args, _kwargs)
489 return val
490 def GetW(self, *_args, **_kwargs):
491 val = apply(miscc.wxRegionIterator_GetW,(self,) + _args, _kwargs)
492 return val
493 def GetWidth(self, *_args, **_kwargs):
494 val = apply(miscc.wxRegionIterator_GetWidth,(self,) + _args, _kwargs)
495 return val
496 def GetH(self, *_args, **_kwargs):
497 val = apply(miscc.wxRegionIterator_GetH,(self,) + _args, _kwargs)
498 return val
499 def GetHeight(self, *_args, **_kwargs):
500 val = apply(miscc.wxRegionIterator_GetHeight,(self,) + _args, _kwargs)
501 return val
502 def GetRect(self, *_args, **_kwargs):
503 val = apply(miscc.wxRegionIterator_GetRect,(self,) + _args, _kwargs)
504 if val: val = wxRectPtr(val) ; val.thisown = 1
505 return val
506 def HaveRects(self, *_args, **_kwargs):
507 val = apply(miscc.wxRegionIterator_HaveRects,(self,) + _args, _kwargs)
508 return val
509 def Reset(self, *_args, **_kwargs):
510 val = apply(miscc.wxRegionIterator_Reset,(self,) + _args, _kwargs)
511 return val
512 def Next(self, *_args, **_kwargs):
513 val = apply(miscc.wxRegionIterator_Next,(self,) + _args, _kwargs)
514 return val
515 def __repr__(self):
516 return "<C wxRegionIterator instance at %s>" % (self.this,)
517 class wxRegionIterator(wxRegionIteratorPtr):
518 def __init__(self,*_args,**_kwargs):
519 self.this = apply(miscc.new_wxRegionIterator,_args,_kwargs)
520 self.thisown = 1
521
522
523
524
525 class wxAcceleratorEntryPtr :
526 def __init__(self,this):
527 self.this = this
528 self.thisown = 0
529 def __del__(self,miscc=miscc):
530 if self.thisown == 1 :
531 miscc.delete_wxAcceleratorEntry(self)
532 def Set(self, *_args, **_kwargs):
533 val = apply(miscc.wxAcceleratorEntry_Set,(self,) + _args, _kwargs)
534 return val
535 def GetFlags(self, *_args, **_kwargs):
536 val = apply(miscc.wxAcceleratorEntry_GetFlags,(self,) + _args, _kwargs)
537 return val
538 def GetKeyCode(self, *_args, **_kwargs):
539 val = apply(miscc.wxAcceleratorEntry_GetKeyCode,(self,) + _args, _kwargs)
540 return val
541 def GetCommand(self, *_args, **_kwargs):
542 val = apply(miscc.wxAcceleratorEntry_GetCommand,(self,) + _args, _kwargs)
543 return val
544 def __repr__(self):
545 return "<C wxAcceleratorEntry instance at %s>" % (self.this,)
546 class wxAcceleratorEntry(wxAcceleratorEntryPtr):
547 def __init__(self,*_args,**_kwargs):
548 self.this = apply(miscc.new_wxAcceleratorEntry,_args,_kwargs)
549 self.thisown = 1
550
551
552
553
554 class wxAcceleratorTablePtr :
555 def __init__(self,this):
556 self.this = this
557 self.thisown = 0
558 def __del__(self,miscc=miscc):
559 if self.thisown == 1 :
560 miscc.delete_wxAcceleratorTable(self)
561 def __repr__(self):
562 return "<C wxAcceleratorTable instance at %s>" % (self.this,)
563 class wxAcceleratorTable(wxAcceleratorTablePtr):
564 def __init__(self,*_args,**_kwargs):
565 self.this = apply(miscc.new_wxAcceleratorTable,_args,_kwargs)
566 self.thisown = 1
567
568
569
570
571 class wxBusyInfoPtr :
572 def __init__(self,this):
573 self.this = this
574 self.thisown = 0
575 def __del__(self,miscc=miscc):
576 if self.thisown == 1 :
577 miscc.delete_wxBusyInfo(self)
578 def __repr__(self):
579 return "<C wxBusyInfo instance at %s>" % (self.this,)
580 class wxBusyInfo(wxBusyInfoPtr):
581 def __init__(self,*_args,**_kwargs):
582 self.this = apply(miscc.new_wxBusyInfo,_args,_kwargs)
583 self.thisown = 1
584
585
586
587
588
589
590 #-------------- FUNCTION WRAPPERS ------------------
591
592 wxIntersectRect = miscc.wxIntersectRect
593
594 wxNewId = miscc.wxNewId
595
596 wxRegisterId = miscc.wxRegisterId
597
598 NewId = miscc.NewId
599
600 RegisterId = miscc.RegisterId
601
602 wxBell = miscc.wxBell
603
604 wxDisplaySize = miscc.wxDisplaySize
605
606 wxEndBusyCursor = miscc.wxEndBusyCursor
607
608 wxExecute = miscc.wxExecute
609
610 wxGetElapsedTime = miscc.wxGetElapsedTime
611
612 wxGetFreeMemory = miscc.wxGetFreeMemory
613
614 wxGetMousePosition = miscc.wxGetMousePosition
615
616 wxIsBusy = miscc.wxIsBusy
617
618 wxNow = miscc.wxNow
619
620 wxShell = miscc.wxShell
621
622 wxStartTimer = miscc.wxStartTimer
623
624 wxGetOsVersion = miscc.wxGetOsVersion
625
626 wxSleep = miscc.wxSleep
627
628 wxYield = miscc.wxYield
629
630 wxSafeYield = miscc.wxSafeYield
631
632 wxEnableTopLevelWindows = miscc.wxEnableTopLevelWindows
633
634 wxGetResource = miscc.wxGetResource
635
636 wxStripMenuCodes = miscc.wxStripMenuCodes
637
638
639
640 #-------------- VARIABLE WRAPPERS ------------------
641
642 wxLeft = miscc.wxLeft
643 wxTop = miscc.wxTop
644 wxRight = miscc.wxRight
645 wxBottom = miscc.wxBottom
646 wxWidth = miscc.wxWidth
647 wxHeight = miscc.wxHeight
648 wxCentre = miscc.wxCentre
649 wxCenter = miscc.wxCenter
650 wxCentreX = miscc.wxCentreX
651 wxCentreY = miscc.wxCentreY
652 wxUnconstrained = miscc.wxUnconstrained
653 wxAsIs = miscc.wxAsIs
654 wxPercentOf = miscc.wxPercentOf
655 wxAbove = miscc.wxAbove
656 wxBelow = miscc.wxBelow
657 wxLeftOf = miscc.wxLeftOf
658 wxRightOf = miscc.wxRightOf
659 wxSameAs = miscc.wxSameAs
660 wxAbsolute = miscc.wxAbsolute
661 wxOutRegion = miscc.wxOutRegion
662 wxPartRegion = miscc.wxPartRegion
663 wxInRegion = miscc.wxInRegion
664 cvar = miscc.cvar
665 wxNullAcceleratorTable = wxAcceleratorTablePtr(miscc.cvar.wxNullAcceleratorTable)