1 # This file was created automatically by SWIG.
4 def __init__(self
,this
):
7 def __del__(self
,miscc
=miscc
):
9 miscc
.delete_wxSize(self
)
10 def Set(self
, *_args
, **_kwargs
):
11 val
= apply(miscc
.wxSize_Set
,(self
,) + _args
, _kwargs
)
13 def GetX(self
, *_args
, **_kwargs
):
14 val
= apply(miscc
.wxSize_GetX
,(self
,) + _args
, _kwargs
)
16 def GetY(self
, *_args
, **_kwargs
):
17 val
= apply(miscc
.wxSize_GetY
,(self
,) + _args
, _kwargs
)
19 def GetWidth(self
, *_args
, **_kwargs
):
20 val
= apply(miscc
.wxSize_GetWidth
,(self
,) + _args
, _kwargs
)
22 def GetHeight(self
, *_args
, **_kwargs
):
23 val
= apply(miscc
.wxSize_GetHeight
,(self
,) + _args
, _kwargs
)
25 def SetWidth(self
, *_args
, **_kwargs
):
26 val
= apply(miscc
.wxSize_SetWidth
,(self
,) + _args
, _kwargs
)
28 def SetHeight(self
, *_args
, **_kwargs
):
29 val
= apply(miscc
.wxSize_SetHeight
,(self
,) + _args
, _kwargs
)
31 def asTuple(self
, *_args
, **_kwargs
):
32 val
= apply(miscc
.wxSize_asTuple
,(self
,) + _args
, _kwargs
)
34 def __setattr__(self
,name
,value
):
36 miscc
.wxSize_x_set(self
,value
)
39 miscc
.wxSize_y_set(self
,value
)
42 miscc
.wxSize_width_set(self
,value
)
45 miscc
.wxSize_height_set(self
,value
)
47 self
.__dict
__[name
] = value
48 def __getattr__(self
,name
):
50 return miscc
.wxSize_x_get(self
)
52 return miscc
.wxSize_y_get(self
)
54 return miscc
.wxSize_width_get(self
)
56 return miscc
.wxSize_height_get(self
)
57 raise AttributeError,name
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
)
70 class wxRealPointPtr
:
71 def __init__(self
,this
):
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
)
80 def asTuple(self
, *_args
, **_kwargs
):
81 val
= apply(miscc
.wxRealPoint_asTuple
,(self
,) + _args
, _kwargs
)
83 def __add__(self
, *_args
, **_kwargs
):
84 val
= apply(miscc
.wxRealPoint___add__
,(self
,) + _args
, _kwargs
)
85 if val
: val
= wxRealPointPtr(val
) ; val
.thisown
= 1
87 def __sub__(self
, *_args
, **_kwargs
):
88 val
= apply(miscc
.wxRealPoint___sub__
,(self
,) + _args
, _kwargs
)
89 if val
: val
= wxRealPointPtr(val
) ; val
.thisown
= 1
91 def __cmp__(self
, *_args
, **_kwargs
):
92 val
= apply(miscc
.wxRealPoint___cmp__
,(self
,) + _args
, _kwargs
)
94 def __setattr__(self
,name
,value
):
96 miscc
.wxRealPoint_x_set(self
,value
)
99 miscc
.wxRealPoint_y_set(self
,value
)
101 self
.__dict
__[name
] = value
102 def __getattr__(self
,name
):
104 return miscc
.wxRealPoint_x_get(self
)
106 return miscc
.wxRealPoint_y_get(self
)
107 raise AttributeError,name
109 return "<C wxRealPoint instance at %s>" % (self
.this
,)
110 def __str__(self
): return str(self
.asTuple())
111 def __repr__(self
): return str(self
.asTuple())
112 class wxRealPoint(wxRealPointPtr
):
113 def __init__(self
,*_args
,**_kwargs
):
114 self
.this
= apply(miscc
.new_wxRealPoint
,_args
,_kwargs
)
121 def __init__(self
,this
):
124 def __del__(self
,miscc
=miscc
):
125 if self
.thisown
== 1 :
126 miscc
.delete_wxPoint(self
)
127 def Set(self
, *_args
, **_kwargs
):
128 val
= apply(miscc
.wxPoint_Set
,(self
,) + _args
, _kwargs
)
130 def asTuple(self
, *_args
, **_kwargs
):
131 val
= apply(miscc
.wxPoint_asTuple
,(self
,) + _args
, _kwargs
)
133 def __add__(self
, *_args
, **_kwargs
):
134 val
= apply(miscc
.wxPoint___add__
,(self
,) + _args
, _kwargs
)
135 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
137 def __sub__(self
, *_args
, **_kwargs
):
138 val
= apply(miscc
.wxPoint___sub__
,(self
,) + _args
, _kwargs
)
139 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
141 def __cmp__(self
, *_args
, **_kwargs
):
142 val
= apply(miscc
.wxPoint___cmp__
,(self
,) + _args
, _kwargs
)
144 def __setattr__(self
,name
,value
):
146 miscc
.wxPoint_x_set(self
,value
)
149 miscc
.wxPoint_y_set(self
,value
)
151 self
.__dict
__[name
] = value
152 def __getattr__(self
,name
):
154 return miscc
.wxPoint_x_get(self
)
156 return miscc
.wxPoint_y_get(self
)
157 raise AttributeError,name
159 return "<C wxPoint instance at %s>" % (self
.this
,)
160 def __str__(self
): return str(self
.asTuple())
161 def __repr__(self
): return str(self
.asTuple())
162 class wxPoint(wxPointPtr
):
163 def __init__(self
,*_args
,**_kwargs
):
164 self
.this
= apply(miscc
.new_wxPoint
,_args
,_kwargs
)
171 def __init__(self
,this
):
174 def __del__(self
,miscc
=miscc
):
175 if self
.thisown
== 1 :
176 miscc
.delete_wxRect(self
)
177 def GetX(self
, *_args
, **_kwargs
):
178 val
= apply(miscc
.wxRect_GetX
,(self
,) + _args
, _kwargs
)
180 def SetX(self
, *_args
, **_kwargs
):
181 val
= apply(miscc
.wxRect_SetX
,(self
,) + _args
, _kwargs
)
183 def GetY(self
, *_args
, **_kwargs
):
184 val
= apply(miscc
.wxRect_GetY
,(self
,) + _args
, _kwargs
)
186 def SetY(self
, *_args
, **_kwargs
):
187 val
= apply(miscc
.wxRect_SetY
,(self
,) + _args
, _kwargs
)
189 def GetWidth(self
, *_args
, **_kwargs
):
190 val
= apply(miscc
.wxRect_GetWidth
,(self
,) + _args
, _kwargs
)
192 def SetWidth(self
, *_args
, **_kwargs
):
193 val
= apply(miscc
.wxRect_SetWidth
,(self
,) + _args
, _kwargs
)
195 def GetHeight(self
, *_args
, **_kwargs
):
196 val
= apply(miscc
.wxRect_GetHeight
,(self
,) + _args
, _kwargs
)
198 def SetHeight(self
, *_args
, **_kwargs
):
199 val
= apply(miscc
.wxRect_SetHeight
,(self
,) + _args
, _kwargs
)
201 def GetPosition(self
, *_args
, **_kwargs
):
202 val
= apply(miscc
.wxRect_GetPosition
,(self
,) + _args
, _kwargs
)
203 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
205 def GetSize(self
, *_args
, **_kwargs
):
206 val
= apply(miscc
.wxRect_GetSize
,(self
,) + _args
, _kwargs
)
207 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
209 def GetLeft(self
, *_args
, **_kwargs
):
210 val
= apply(miscc
.wxRect_GetLeft
,(self
,) + _args
, _kwargs
)
212 def GetTop(self
, *_args
, **_kwargs
):
213 val
= apply(miscc
.wxRect_GetTop
,(self
,) + _args
, _kwargs
)
215 def GetBottom(self
, *_args
, **_kwargs
):
216 val
= apply(miscc
.wxRect_GetBottom
,(self
,) + _args
, _kwargs
)
218 def GetRight(self
, *_args
, **_kwargs
):
219 val
= apply(miscc
.wxRect_GetRight
,(self
,) + _args
, _kwargs
)
221 def SetLeft(self
, *_args
, **_kwargs
):
222 val
= apply(miscc
.wxRect_SetLeft
,(self
,) + _args
, _kwargs
)
224 def SetRight(self
, *_args
, **_kwargs
):
225 val
= apply(miscc
.wxRect_SetRight
,(self
,) + _args
, _kwargs
)
227 def SetTop(self
, *_args
, **_kwargs
):
228 val
= apply(miscc
.wxRect_SetTop
,(self
,) + _args
, _kwargs
)
230 def SetBottom(self
, *_args
, **_kwargs
):
231 val
= apply(miscc
.wxRect_SetBottom
,(self
,) + _args
, _kwargs
)
233 def Inflate(self
, *_args
, **_kwargs
):
234 val
= apply(miscc
.wxRect_Inflate
,(self
,) + _args
, _kwargs
)
236 def Inside(self
, *_args
, **_kwargs
):
237 val
= apply(miscc
.wxRect_Inside
,(self
,) + _args
, _kwargs
)
239 def asTuple(self
, *_args
, **_kwargs
):
240 val
= apply(miscc
.wxRect_asTuple
,(self
,) + _args
, _kwargs
)
242 def __add__(self
, *_args
, **_kwargs
):
243 val
= apply(miscc
.wxRect___add__
,(self
,) + _args
, _kwargs
)
244 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
246 def __cmp__(self
, *_args
, **_kwargs
):
247 val
= apply(miscc
.wxRect___cmp__
,(self
,) + _args
, _kwargs
)
249 def __setattr__(self
,name
,value
):
251 miscc
.wxRect_x_set(self
,value
)
254 miscc
.wxRect_y_set(self
,value
)
257 miscc
.wxRect_width_set(self
,value
)
259 if name
== "height" :
260 miscc
.wxRect_height_set(self
,value
)
262 self
.__dict
__[name
] = value
263 def __getattr__(self
,name
):
265 return miscc
.wxRect_x_get(self
)
267 return miscc
.wxRect_y_get(self
)
269 return miscc
.wxRect_width_get(self
)
270 if name
== "height" :
271 return miscc
.wxRect_height_get(self
)
272 raise AttributeError,name
274 return "<C wxRect instance at %s>" % (self
.this
,)
275 def __str__(self
): return str(self
.asTuple())
276 def __repr__(self
): return str(self
.asTuple())
278 # override the __getattr__ made by SWIG
279 def __getattr__(self
, name
):
281 'x' : miscc
.wxRect_x_get
,
282 'y' : miscc
.wxRect_y_get
,
283 'width' : miscc
.wxRect_width_get
,
284 'height' : miscc
.wxRect_height_get
,
285 'top' : miscc
.wxRect_GetTop
,
286 'bottom' : miscc
.wxRect_GetBottom
,
287 'left' : miscc
.wxRect_GetLeft
,
288 'right' : miscc
.wxRect_GetRight
,
293 raise AttributeError,name
296 # and also the __setattr__
297 def __setattr__(self
, name
, value
):
299 'x' : miscc
.wxRect_x_set
,
300 'y' : miscc
.wxRect_y_set
,
301 'width' : miscc
.wxRect_width_set
,
302 'height' : miscc
.wxRect_height_set
,
303 'top' : miscc
.wxRect_SetTop
,
304 'bottom' : miscc
.wxRect_SetBottom
,
305 'left' : miscc
.wxRect_SetLeft
,
306 'right' : miscc
.wxRect_SetRight
,
311 self
.__dict
__[name
] = value
315 class wxRect(wxRectPtr
):
316 def __init__(self
,*_args
,**_kwargs
):
317 self
.this
= apply(miscc
.new_wxRect
,_args
,_kwargs
)
323 class wxIndividualLayoutConstraintPtr
:
324 def __init__(self
,this
):
327 def Above(self
, *_args
, **_kwargs
):
328 val
= apply(miscc
.wxIndividualLayoutConstraint_Above
,(self
,) + _args
, _kwargs
)
330 def Absolute(self
, *_args
, **_kwargs
):
331 val
= apply(miscc
.wxIndividualLayoutConstraint_Absolute
,(self
,) + _args
, _kwargs
)
333 def AsIs(self
, *_args
, **_kwargs
):
334 val
= apply(miscc
.wxIndividualLayoutConstraint_AsIs
,(self
,) + _args
, _kwargs
)
336 def Below(self
, *_args
, **_kwargs
):
337 val
= apply(miscc
.wxIndividualLayoutConstraint_Below
,(self
,) + _args
, _kwargs
)
339 def Unconstrained(self
, *_args
, **_kwargs
):
340 val
= apply(miscc
.wxIndividualLayoutConstraint_Unconstrained
,(self
,) + _args
, _kwargs
)
342 def LeftOf(self
, *_args
, **_kwargs
):
343 val
= apply(miscc
.wxIndividualLayoutConstraint_LeftOf
,(self
,) + _args
, _kwargs
)
345 def PercentOf(self
, *_args
, **_kwargs
):
346 val
= apply(miscc
.wxIndividualLayoutConstraint_PercentOf
,(self
,) + _args
, _kwargs
)
348 def RightOf(self
, *_args
, **_kwargs
):
349 val
= apply(miscc
.wxIndividualLayoutConstraint_RightOf
,(self
,) + _args
, _kwargs
)
351 def SameAs(self
, *_args
, **_kwargs
):
352 val
= apply(miscc
.wxIndividualLayoutConstraint_SameAs
,(self
,) + _args
, _kwargs
)
354 def Set(self
, *_args
, **_kwargs
):
355 val
= apply(miscc
.wxIndividualLayoutConstraint_Set
,(self
,) + _args
, _kwargs
)
358 return "<C wxIndividualLayoutConstraint instance at %s>" % (self
.this
,)
359 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr
):
360 def __init__(self
,this
):
366 class wxLayoutConstraintsPtr
:
367 def __init__(self
,this
):
370 def __setattr__(self
,name
,value
):
371 if name
== "bottom" :
372 miscc
.wxLayoutConstraints_bottom_set(self
,value
.this
)
374 if name
== "centreX" :
375 miscc
.wxLayoutConstraints_centreX_set(self
,value
.this
)
377 if name
== "centreY" :
378 miscc
.wxLayoutConstraints_centreY_set(self
,value
.this
)
380 if name
== "height" :
381 miscc
.wxLayoutConstraints_height_set(self
,value
.this
)
384 miscc
.wxLayoutConstraints_left_set(self
,value
.this
)
387 miscc
.wxLayoutConstraints_right_set(self
,value
.this
)
390 miscc
.wxLayoutConstraints_top_set(self
,value
.this
)
393 miscc
.wxLayoutConstraints_width_set(self
,value
.this
)
395 self
.__dict
__[name
] = value
396 def __getattr__(self
,name
):
397 if name
== "bottom" :
398 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_bottom_get(self
))
399 if name
== "centreX" :
400 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreX_get(self
))
401 if name
== "centreY" :
402 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreY_get(self
))
403 if name
== "height" :
404 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_height_get(self
))
406 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_left_get(self
))
408 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_right_get(self
))
410 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_top_get(self
))
412 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_width_get(self
))
413 raise AttributeError,name
415 return "<C wxLayoutConstraints instance at %s>" % (self
.this
,)
416 class wxLayoutConstraints(wxLayoutConstraintsPtr
):
417 def __init__(self
,*_args
,**_kwargs
):
418 self
.this
= apply(miscc
.new_wxLayoutConstraints
,_args
,_kwargs
)
425 def __init__(self
,this
):
428 def __del__(self
,miscc
=miscc
):
429 if self
.thisown
== 1 :
430 miscc
.delete_wxRegion(self
)
431 def Clear(self
, *_args
, **_kwargs
):
432 val
= apply(miscc
.wxRegion_Clear
,(self
,) + _args
, _kwargs
)
434 def Contains(self
, *_args
, **_kwargs
):
435 val
= apply(miscc
.wxRegion_Contains
,(self
,) + _args
, _kwargs
)
437 def ContainsPoint(self
, *_args
, **_kwargs
):
438 val
= apply(miscc
.wxRegion_ContainsPoint
,(self
,) + _args
, _kwargs
)
440 def ContainsRect(self
, *_args
, **_kwargs
):
441 val
= apply(miscc
.wxRegion_ContainsRect
,(self
,) + _args
, _kwargs
)
443 def ContainsRectDim(self
, *_args
, **_kwargs
):
444 val
= apply(miscc
.wxRegion_ContainsRectDim
,(self
,) + _args
, _kwargs
)
446 def GetBox(self
, *_args
, **_kwargs
):
447 val
= apply(miscc
.wxRegion_GetBox
,(self
,) + _args
, _kwargs
)
448 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
450 def Intersect(self
, *_args
, **_kwargs
):
451 val
= apply(miscc
.wxRegion_Intersect
,(self
,) + _args
, _kwargs
)
453 def IntersectRect(self
, *_args
, **_kwargs
):
454 val
= apply(miscc
.wxRegion_IntersectRect
,(self
,) + _args
, _kwargs
)
456 def IntersectRegion(self
, *_args
, **_kwargs
):
457 val
= apply(miscc
.wxRegion_IntersectRegion
,(self
,) + _args
, _kwargs
)
459 def IsEmpty(self
, *_args
, **_kwargs
):
460 val
= apply(miscc
.wxRegion_IsEmpty
,(self
,) + _args
, _kwargs
)
462 def Union(self
, *_args
, **_kwargs
):
463 val
= apply(miscc
.wxRegion_Union
,(self
,) + _args
, _kwargs
)
465 def UnionRect(self
, *_args
, **_kwargs
):
466 val
= apply(miscc
.wxRegion_UnionRect
,(self
,) + _args
, _kwargs
)
468 def UnionRegion(self
, *_args
, **_kwargs
):
469 val
= apply(miscc
.wxRegion_UnionRegion
,(self
,) + _args
, _kwargs
)
471 def Subtract(self
, *_args
, **_kwargs
):
472 val
= apply(miscc
.wxRegion_Subtract
,(self
,) + _args
, _kwargs
)
474 def SubtractRect(self
, *_args
, **_kwargs
):
475 val
= apply(miscc
.wxRegion_SubtractRect
,(self
,) + _args
, _kwargs
)
477 def SubtractRegion(self
, *_args
, **_kwargs
):
478 val
= apply(miscc
.wxRegion_SubtractRegion
,(self
,) + _args
, _kwargs
)
480 def Xor(self
, *_args
, **_kwargs
):
481 val
= apply(miscc
.wxRegion_Xor
,(self
,) + _args
, _kwargs
)
483 def XorRect(self
, *_args
, **_kwargs
):
484 val
= apply(miscc
.wxRegion_XorRect
,(self
,) + _args
, _kwargs
)
486 def XorRegion(self
, *_args
, **_kwargs
):
487 val
= apply(miscc
.wxRegion_XorRegion
,(self
,) + _args
, _kwargs
)
490 return "<C wxRegion instance at %s>" % (self
.this
,)
491 class wxRegion(wxRegionPtr
):
492 def __init__(self
,*_args
,**_kwargs
):
493 self
.this
= apply(miscc
.new_wxRegion
,_args
,_kwargs
)
499 class wxRegionIteratorPtr
:
500 def __init__(self
,this
):
503 def __del__(self
,miscc
=miscc
):
504 if self
.thisown
== 1 :
505 miscc
.delete_wxRegionIterator(self
)
506 def GetX(self
, *_args
, **_kwargs
):
507 val
= apply(miscc
.wxRegionIterator_GetX
,(self
,) + _args
, _kwargs
)
509 def GetY(self
, *_args
, **_kwargs
):
510 val
= apply(miscc
.wxRegionIterator_GetY
,(self
,) + _args
, _kwargs
)
512 def GetW(self
, *_args
, **_kwargs
):
513 val
= apply(miscc
.wxRegionIterator_GetW
,(self
,) + _args
, _kwargs
)
515 def GetWidth(self
, *_args
, **_kwargs
):
516 val
= apply(miscc
.wxRegionIterator_GetWidth
,(self
,) + _args
, _kwargs
)
518 def GetH(self
, *_args
, **_kwargs
):
519 val
= apply(miscc
.wxRegionIterator_GetH
,(self
,) + _args
, _kwargs
)
521 def GetHeight(self
, *_args
, **_kwargs
):
522 val
= apply(miscc
.wxRegionIterator_GetHeight
,(self
,) + _args
, _kwargs
)
524 def GetRect(self
, *_args
, **_kwargs
):
525 val
= apply(miscc
.wxRegionIterator_GetRect
,(self
,) + _args
, _kwargs
)
526 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
528 def HaveRects(self
, *_args
, **_kwargs
):
529 val
= apply(miscc
.wxRegionIterator_HaveRects
,(self
,) + _args
, _kwargs
)
531 def Reset(self
, *_args
, **_kwargs
):
532 val
= apply(miscc
.wxRegionIterator_Reset
,(self
,) + _args
, _kwargs
)
534 def Next(self
, *_args
, **_kwargs
):
535 val
= apply(miscc
.wxRegionIterator_Next
,(self
,) + _args
, _kwargs
)
538 return "<C wxRegionIterator instance at %s>" % (self
.this
,)
539 class wxRegionIterator(wxRegionIteratorPtr
):
540 def __init__(self
,*_args
,**_kwargs
):
541 self
.this
= apply(miscc
.new_wxRegionIterator
,_args
,_kwargs
)
547 class wxAcceleratorEntryPtr
:
548 def __init__(self
,this
):
551 def __del__(self
,miscc
=miscc
):
552 if self
.thisown
== 1 :
553 miscc
.delete_wxAcceleratorEntry(self
)
554 def Set(self
, *_args
, **_kwargs
):
555 val
= apply(miscc
.wxAcceleratorEntry_Set
,(self
,) + _args
, _kwargs
)
557 def GetFlags(self
, *_args
, **_kwargs
):
558 val
= apply(miscc
.wxAcceleratorEntry_GetFlags
,(self
,) + _args
, _kwargs
)
560 def GetKeyCode(self
, *_args
, **_kwargs
):
561 val
= apply(miscc
.wxAcceleratorEntry_GetKeyCode
,(self
,) + _args
, _kwargs
)
563 def GetCommand(self
, *_args
, **_kwargs
):
564 val
= apply(miscc
.wxAcceleratorEntry_GetCommand
,(self
,) + _args
, _kwargs
)
567 return "<C wxAcceleratorEntry instance at %s>" % (self
.this
,)
568 class wxAcceleratorEntry(wxAcceleratorEntryPtr
):
569 def __init__(self
,*_args
,**_kwargs
):
570 self
.this
= apply(miscc
.new_wxAcceleratorEntry
,_args
,_kwargs
)
576 class wxAcceleratorTablePtr
:
577 def __init__(self
,this
):
580 def __del__(self
,miscc
=miscc
):
581 if self
.thisown
== 1 :
582 miscc
.delete_wxAcceleratorTable(self
)
584 return "<C wxAcceleratorTable instance at %s>" % (self
.this
,)
585 class wxAcceleratorTable(wxAcceleratorTablePtr
):
586 def __init__(self
,*_args
,**_kwargs
):
587 self
.this
= apply(miscc
.new_wxAcceleratorTable
,_args
,_kwargs
)
593 class wxBusyInfoPtr
:
594 def __init__(self
,this
):
597 def __del__(self
,miscc
=miscc
):
598 if self
.thisown
== 1 :
599 miscc
.delete_wxBusyInfo(self
)
601 return "<C wxBusyInfo instance at %s>" % (self
.this
,)
602 class wxBusyInfo(wxBusyInfoPtr
):
603 def __init__(self
,*_args
,**_kwargs
):
604 self
.this
= apply(miscc
.new_wxBusyInfo
,_args
,_kwargs
)
612 #-------------- FUNCTION WRAPPERS ------------------
614 wxIntersectRect
= miscc
.wxIntersectRect
616 wxNewId
= miscc
.wxNewId
618 wxRegisterId
= miscc
.wxRegisterId
622 RegisterId
= miscc
.RegisterId
624 wxBell
= miscc
.wxBell
626 wxDisplaySize
= miscc
.wxDisplaySize
628 wxEndBusyCursor
= miscc
.wxEndBusyCursor
630 wxGetElapsedTime
= miscc
.wxGetElapsedTime
632 wxGetFreeMemory
= miscc
.wxGetFreeMemory
634 wxGetMousePosition
= miscc
.wxGetMousePosition
636 wxIsBusy
= miscc
.wxIsBusy
640 wxShell
= miscc
.wxShell
642 wxStartTimer
= miscc
.wxStartTimer
644 wxGetOsVersion
= miscc
.wxGetOsVersion
646 wxGetOsDescription
= miscc
.wxGetOsDescription
648 wxSleep
= miscc
.wxSleep
650 wxUsleep
= miscc
.wxUsleep
652 wxYield
= miscc
.wxYield
654 wxEnableTopLevelWindows
= miscc
.wxEnableTopLevelWindows
656 wxGetResource
= miscc
.wxGetResource
658 wxStripMenuCodes
= miscc
.wxStripMenuCodes
660 wxGetEmailAddress
= miscc
.wxGetEmailAddress
662 wxGetHostName
= miscc
.wxGetHostName
664 wxGetFullHostName
= miscc
.wxGetFullHostName
666 wxGetUserId
= miscc
.wxGetUserId
668 wxGetUserName
= miscc
.wxGetUserName
670 wxGetHomeDir
= miscc
.wxGetHomeDir
672 def wxGetAccelFromString(*_args
, **_kwargs
):
673 val
= apply(miscc
.wxGetAccelFromString
,_args
,_kwargs
)
674 if val
: val
= wxAcceleratorEntryPtr(val
)
679 #-------------- VARIABLE WRAPPERS ------------------
681 wxLeft
= miscc
.wxLeft
683 wxRight
= miscc
.wxRight
684 wxBottom
= miscc
.wxBottom
685 wxWidth
= miscc
.wxWidth
686 wxHeight
= miscc
.wxHeight
687 wxCentre
= miscc
.wxCentre
688 wxCenter
= miscc
.wxCenter
689 wxCentreX
= miscc
.wxCentreX
690 wxCentreY
= miscc
.wxCentreY
691 wxUnconstrained
= miscc
.wxUnconstrained
692 wxAsIs
= miscc
.wxAsIs
693 wxPercentOf
= miscc
.wxPercentOf
694 wxAbove
= miscc
.wxAbove
695 wxBelow
= miscc
.wxBelow
696 wxLeftOf
= miscc
.wxLeftOf
697 wxRightOf
= miscc
.wxRightOf
698 wxSameAs
= miscc
.wxSameAs
699 wxAbsolute
= miscc
.wxAbsolute
700 wxOutRegion
= miscc
.wxOutRegion
701 wxPartRegion
= miscc
.wxPartRegion
702 wxInRegion
= miscc
.wxInRegion
704 wxNullAcceleratorTable
= wxAcceleratorTablePtr(miscc
.cvar
.wxNullAcceleratorTable
)