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 __setattr__(self
,name
,value
):
85 miscc
.wxRealPoint_x_set(self
,value
)
88 miscc
.wxRealPoint_y_set(self
,value
)
90 self
.__dict
__[name
] = value
91 def __getattr__(self
,name
):
93 return miscc
.wxRealPoint_x_get(self
)
95 return miscc
.wxRealPoint_y_get(self
)
96 raise AttributeError,name
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
)
110 def __init__(self
,this
):
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
)
119 def asTuple(self
, *_args
, **_kwargs
):
120 val
= apply(miscc
.wxPoint_asTuple
,(self
,) + _args
, _kwargs
)
122 def __setattr__(self
,name
,value
):
124 miscc
.wxPoint_x_set(self
,value
)
127 miscc
.wxPoint_y_set(self
,value
)
129 self
.__dict
__[name
] = value
130 def __getattr__(self
,name
):
132 return miscc
.wxPoint_x_get(self
)
134 return miscc
.wxPoint_y_get(self
)
135 raise AttributeError,name
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
)
149 def __init__(self
,this
):
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
)
158 def SetX(self
, *_args
, **_kwargs
):
159 val
= apply(miscc
.wxRect_SetX
,(self
,) + _args
, _kwargs
)
161 def GetY(self
, *_args
, **_kwargs
):
162 val
= apply(miscc
.wxRect_GetY
,(self
,) + _args
, _kwargs
)
164 def SetY(self
, *_args
, **_kwargs
):
165 val
= apply(miscc
.wxRect_SetY
,(self
,) + _args
, _kwargs
)
167 def GetWidth(self
, *_args
, **_kwargs
):
168 val
= apply(miscc
.wxRect_GetWidth
,(self
,) + _args
, _kwargs
)
170 def SetWidth(self
, *_args
, **_kwargs
):
171 val
= apply(miscc
.wxRect_SetWidth
,(self
,) + _args
, _kwargs
)
173 def GetHeight(self
, *_args
, **_kwargs
):
174 val
= apply(miscc
.wxRect_GetHeight
,(self
,) + _args
, _kwargs
)
176 def SetHeight(self
, *_args
, **_kwargs
):
177 val
= apply(miscc
.wxRect_SetHeight
,(self
,) + _args
, _kwargs
)
179 def GetPosition(self
, *_args
, **_kwargs
):
180 val
= apply(miscc
.wxRect_GetPosition
,(self
,) + _args
, _kwargs
)
181 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
183 def GetSize(self
, *_args
, **_kwargs
):
184 val
= apply(miscc
.wxRect_GetSize
,(self
,) + _args
, _kwargs
)
185 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
187 def GetLeft(self
, *_args
, **_kwargs
):
188 val
= apply(miscc
.wxRect_GetLeft
,(self
,) + _args
, _kwargs
)
190 def GetTop(self
, *_args
, **_kwargs
):
191 val
= apply(miscc
.wxRect_GetTop
,(self
,) + _args
, _kwargs
)
193 def GetBottom(self
, *_args
, **_kwargs
):
194 val
= apply(miscc
.wxRect_GetBottom
,(self
,) + _args
, _kwargs
)
196 def GetRight(self
, *_args
, **_kwargs
):
197 val
= apply(miscc
.wxRect_GetRight
,(self
,) + _args
, _kwargs
)
199 def SetLeft(self
, *_args
, **_kwargs
):
200 val
= apply(miscc
.wxRect_SetLeft
,(self
,) + _args
, _kwargs
)
202 def SetRight(self
, *_args
, **_kwargs
):
203 val
= apply(miscc
.wxRect_SetRight
,(self
,) + _args
, _kwargs
)
205 def SetTop(self
, *_args
, **_kwargs
):
206 val
= apply(miscc
.wxRect_SetTop
,(self
,) + _args
, _kwargs
)
208 def SetBottom(self
, *_args
, **_kwargs
):
209 val
= apply(miscc
.wxRect_SetBottom
,(self
,) + _args
, _kwargs
)
211 def asTuple(self
, *_args
, **_kwargs
):
212 val
= apply(miscc
.wxRect_asTuple
,(self
,) + _args
, _kwargs
)
214 def __setattr__(self
,name
,value
):
216 miscc
.wxRect_x_set(self
,value
)
219 miscc
.wxRect_y_set(self
,value
)
222 miscc
.wxRect_width_set(self
,value
)
224 if name
== "height" :
225 miscc
.wxRect_height_set(self
,value
)
227 self
.__dict
__[name
] = value
228 def __getattr__(self
,name
):
230 return miscc
.wxRect_x_get(self
)
232 return miscc
.wxRect_y_get(self
)
234 return miscc
.wxRect_width_get(self
)
235 if name
== "height" :
236 return miscc
.wxRect_height_get(self
)
237 raise AttributeError,name
239 return "<C wxRect instance at %s>" % (self
.this
,)
240 def __str__(self
): return str(self
.asTuple())
241 def __repr__(self
): return str(self
.asTuple())
243 # override the __getattr__ made by SWIG
244 def __getattr__(self
, name
):
246 'x' : miscc
.wxRect_x_get
,
247 'y' : miscc
.wxRect_y_get
,
248 'width' : miscc
.wxRect_width_get
,
249 'height' : miscc
.wxRect_height_get
,
250 'top' : miscc
.wxRect_GetTop
,
251 'bottom' : miscc
.wxRect_GetBottom
,
252 'left' : miscc
.wxRect_GetLeft
,
253 'right' : miscc
.wxRect_GetRight
,
258 raise AttributeError,name
261 # and also the __setattr__
262 def __setattr__(self
, name
, value
):
264 'x' : miscc
.wxRect_x_set
,
265 'y' : miscc
.wxRect_y_set
,
266 'width' : miscc
.wxRect_width_set
,
267 'height' : miscc
.wxRect_height_set
,
268 'top' : miscc
.wxRect_SetTop
,
269 'bottom' : miscc
.wxRect_SetBottom
,
270 'left' : miscc
.wxRect_SetLeft
,
271 'right' : miscc
.wxRect_SetRight
,
276 self
.__dict
__[name
] = value
280 class wxRect(wxRectPtr
):
281 def __init__(self
,*_args
,**_kwargs
):
282 self
.this
= apply(miscc
.new_wxRect
,_args
,_kwargs
)
289 def __init__(self
,this
):
292 def __del__(self
,miscc
=miscc
):
293 if self
.thisown
== 1 :
294 miscc
.delete_wxPyTimer(self
)
295 def GetInterval(self
, *_args
, **_kwargs
):
296 val
= apply(miscc
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
298 def IsOneShot(self
, *_args
, **_kwargs
):
299 val
= apply(miscc
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
301 def Start(self
, *_args
, **_kwargs
):
302 val
= apply(miscc
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
304 def Stop(self
, *_args
, **_kwargs
):
305 val
= apply(miscc
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
308 return "<C wxPyTimer instance at %s>" % (self
.this
,)
309 class wxPyTimer(wxPyTimerPtr
):
310 def __init__(self
,*_args
,**_kwargs
):
311 self
.this
= apply(miscc
.new_wxPyTimer
,_args
,_kwargs
)
317 class wxIndividualLayoutConstraintPtr
:
318 def __init__(self
,this
):
321 def Above(self
, *_args
, **_kwargs
):
322 val
= apply(miscc
.wxIndividualLayoutConstraint_Above
,(self
,) + _args
, _kwargs
)
324 def Absolute(self
, *_args
, **_kwargs
):
325 val
= apply(miscc
.wxIndividualLayoutConstraint_Absolute
,(self
,) + _args
, _kwargs
)
327 def AsIs(self
, *_args
, **_kwargs
):
328 val
= apply(miscc
.wxIndividualLayoutConstraint_AsIs
,(self
,) + _args
, _kwargs
)
330 def Below(self
, *_args
, **_kwargs
):
331 val
= apply(miscc
.wxIndividualLayoutConstraint_Below
,(self
,) + _args
, _kwargs
)
333 def Unconstrained(self
, *_args
, **_kwargs
):
334 val
= apply(miscc
.wxIndividualLayoutConstraint_Unconstrained
,(self
,) + _args
, _kwargs
)
336 def LeftOf(self
, *_args
, **_kwargs
):
337 val
= apply(miscc
.wxIndividualLayoutConstraint_LeftOf
,(self
,) + _args
, _kwargs
)
339 def PercentOf(self
, *_args
, **_kwargs
):
340 val
= apply(miscc
.wxIndividualLayoutConstraint_PercentOf
,(self
,) + _args
, _kwargs
)
342 def RightOf(self
, *_args
, **_kwargs
):
343 val
= apply(miscc
.wxIndividualLayoutConstraint_RightOf
,(self
,) + _args
, _kwargs
)
345 def SameAs(self
, *_args
, **_kwargs
):
346 val
= apply(miscc
.wxIndividualLayoutConstraint_SameAs
,(self
,) + _args
, _kwargs
)
348 def Set(self
, *_args
, **_kwargs
):
349 val
= apply(miscc
.wxIndividualLayoutConstraint_Set
,(self
,) + _args
, _kwargs
)
352 return "<C wxIndividualLayoutConstraint instance at %s>" % (self
.this
,)
353 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr
):
354 def __init__(self
,this
):
360 class wxLayoutConstraintsPtr
:
361 def __init__(self
,this
):
364 def __setattr__(self
,name
,value
):
365 if name
== "bottom" :
366 miscc
.wxLayoutConstraints_bottom_set(self
,value
.this
)
368 if name
== "centreX" :
369 miscc
.wxLayoutConstraints_centreX_set(self
,value
.this
)
371 if name
== "centreY" :
372 miscc
.wxLayoutConstraints_centreY_set(self
,value
.this
)
374 if name
== "height" :
375 miscc
.wxLayoutConstraints_height_set(self
,value
.this
)
378 miscc
.wxLayoutConstraints_left_set(self
,value
.this
)
381 miscc
.wxLayoutConstraints_right_set(self
,value
.this
)
384 miscc
.wxLayoutConstraints_top_set(self
,value
.this
)
387 miscc
.wxLayoutConstraints_width_set(self
,value
.this
)
389 self
.__dict
__[name
] = value
390 def __getattr__(self
,name
):
391 if name
== "bottom" :
392 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_bottom_get(self
))
393 if name
== "centreX" :
394 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreX_get(self
))
395 if name
== "centreY" :
396 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreY_get(self
))
397 if name
== "height" :
398 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_height_get(self
))
400 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_left_get(self
))
402 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_right_get(self
))
404 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_top_get(self
))
406 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_width_get(self
))
407 raise AttributeError,name
409 return "<C wxLayoutConstraints instance at %s>" % (self
.this
,)
410 class wxLayoutConstraints(wxLayoutConstraintsPtr
):
411 def __init__(self
,*_args
,**_kwargs
):
412 self
.this
= apply(miscc
.new_wxLayoutConstraints
,_args
,_kwargs
)
419 def __init__(self
,this
):
422 def __del__(self
,miscc
=miscc
):
423 if self
.thisown
== 1 :
424 miscc
.delete_wxRegion(self
)
425 def Clear(self
, *_args
, **_kwargs
):
426 val
= apply(miscc
.wxRegion_Clear
,(self
,) + _args
, _kwargs
)
428 def Contains(self
, *_args
, **_kwargs
):
429 val
= apply(miscc
.wxRegion_Contains
,(self
,) + _args
, _kwargs
)
431 def ContainsPoint(self
, *_args
, **_kwargs
):
432 val
= apply(miscc
.wxRegion_ContainsPoint
,(self
,) + _args
, _kwargs
)
434 def ContainsRect(self
, *_args
, **_kwargs
):
435 val
= apply(miscc
.wxRegion_ContainsRect
,(self
,) + _args
, _kwargs
)
437 def ContainsRectDim(self
, *_args
, **_kwargs
):
438 val
= apply(miscc
.wxRegion_ContainsRectDim
,(self
,) + _args
, _kwargs
)
440 def GetBox(self
, *_args
, **_kwargs
):
441 val
= apply(miscc
.wxRegion_GetBox
,(self
,) + _args
, _kwargs
)
442 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
444 def Intersect(self
, *_args
, **_kwargs
):
445 val
= apply(miscc
.wxRegion_Intersect
,(self
,) + _args
, _kwargs
)
447 def IntersectRect(self
, *_args
, **_kwargs
):
448 val
= apply(miscc
.wxRegion_IntersectRect
,(self
,) + _args
, _kwargs
)
450 def IntersectRegion(self
, *_args
, **_kwargs
):
451 val
= apply(miscc
.wxRegion_IntersectRegion
,(self
,) + _args
, _kwargs
)
453 def IsEmpty(self
, *_args
, **_kwargs
):
454 val
= apply(miscc
.wxRegion_IsEmpty
,(self
,) + _args
, _kwargs
)
456 def Union(self
, *_args
, **_kwargs
):
457 val
= apply(miscc
.wxRegion_Union
,(self
,) + _args
, _kwargs
)
459 def UnionRect(self
, *_args
, **_kwargs
):
460 val
= apply(miscc
.wxRegion_UnionRect
,(self
,) + _args
, _kwargs
)
462 def UnionRegion(self
, *_args
, **_kwargs
):
463 val
= apply(miscc
.wxRegion_UnionRegion
,(self
,) + _args
, _kwargs
)
465 def Subtract(self
, *_args
, **_kwargs
):
466 val
= apply(miscc
.wxRegion_Subtract
,(self
,) + _args
, _kwargs
)
468 def SubtractRect(self
, *_args
, **_kwargs
):
469 val
= apply(miscc
.wxRegion_SubtractRect
,(self
,) + _args
, _kwargs
)
471 def SubtractRegion(self
, *_args
, **_kwargs
):
472 val
= apply(miscc
.wxRegion_SubtractRegion
,(self
,) + _args
, _kwargs
)
474 def Xor(self
, *_args
, **_kwargs
):
475 val
= apply(miscc
.wxRegion_Xor
,(self
,) + _args
, _kwargs
)
477 def XorRect(self
, *_args
, **_kwargs
):
478 val
= apply(miscc
.wxRegion_XorRect
,(self
,) + _args
, _kwargs
)
480 def XorRegion(self
, *_args
, **_kwargs
):
481 val
= apply(miscc
.wxRegion_XorRegion
,(self
,) + _args
, _kwargs
)
484 return "<C wxRegion instance at %s>" % (self
.this
,)
485 class wxRegion(wxRegionPtr
):
486 def __init__(self
,*_args
,**_kwargs
):
487 self
.this
= apply(miscc
.new_wxRegion
,_args
,_kwargs
)
493 class wxRegionIteratorPtr
:
494 def __init__(self
,this
):
497 def __del__(self
,miscc
=miscc
):
498 if self
.thisown
== 1 :
499 miscc
.delete_wxRegionIterator(self
)
500 def GetX(self
, *_args
, **_kwargs
):
501 val
= apply(miscc
.wxRegionIterator_GetX
,(self
,) + _args
, _kwargs
)
503 def GetY(self
, *_args
, **_kwargs
):
504 val
= apply(miscc
.wxRegionIterator_GetY
,(self
,) + _args
, _kwargs
)
506 def GetW(self
, *_args
, **_kwargs
):
507 val
= apply(miscc
.wxRegionIterator_GetW
,(self
,) + _args
, _kwargs
)
509 def GetWidth(self
, *_args
, **_kwargs
):
510 val
= apply(miscc
.wxRegionIterator_GetWidth
,(self
,) + _args
, _kwargs
)
512 def GetH(self
, *_args
, **_kwargs
):
513 val
= apply(miscc
.wxRegionIterator_GetH
,(self
,) + _args
, _kwargs
)
515 def GetHeight(self
, *_args
, **_kwargs
):
516 val
= apply(miscc
.wxRegionIterator_GetHeight
,(self
,) + _args
, _kwargs
)
518 def GetRect(self
, *_args
, **_kwargs
):
519 val
= apply(miscc
.wxRegionIterator_GetRect
,(self
,) + _args
, _kwargs
)
520 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
522 def HaveRects(self
, *_args
, **_kwargs
):
523 val
= apply(miscc
.wxRegionIterator_HaveRects
,(self
,) + _args
, _kwargs
)
525 def Reset(self
, *_args
, **_kwargs
):
526 val
= apply(miscc
.wxRegionIterator_Reset
,(self
,) + _args
, _kwargs
)
528 def Next(self
, *_args
, **_kwargs
):
529 val
= apply(miscc
.wxRegionIterator_Next
,(self
,) + _args
, _kwargs
)
532 return "<C wxRegionIterator instance at %s>" % (self
.this
,)
533 class wxRegionIterator(wxRegionIteratorPtr
):
534 def __init__(self
,*_args
,**_kwargs
):
535 self
.this
= apply(miscc
.new_wxRegionIterator
,_args
,_kwargs
)
541 class wxAcceleratorEntryPtr
:
542 def __init__(self
,this
):
545 def __del__(self
,miscc
=miscc
):
546 if self
.thisown
== 1 :
547 miscc
.delete_wxAcceleratorEntry(self
)
548 def Set(self
, *_args
, **_kwargs
):
549 val
= apply(miscc
.wxAcceleratorEntry_Set
,(self
,) + _args
, _kwargs
)
551 def GetFlags(self
, *_args
, **_kwargs
):
552 val
= apply(miscc
.wxAcceleratorEntry_GetFlags
,(self
,) + _args
, _kwargs
)
554 def GetKeyCode(self
, *_args
, **_kwargs
):
555 val
= apply(miscc
.wxAcceleratorEntry_GetKeyCode
,(self
,) + _args
, _kwargs
)
557 def GetCommand(self
, *_args
, **_kwargs
):
558 val
= apply(miscc
.wxAcceleratorEntry_GetCommand
,(self
,) + _args
, _kwargs
)
561 return "<C wxAcceleratorEntry instance at %s>" % (self
.this
,)
562 class wxAcceleratorEntry(wxAcceleratorEntryPtr
):
563 def __init__(self
,*_args
,**_kwargs
):
564 self
.this
= apply(miscc
.new_wxAcceleratorEntry
,_args
,_kwargs
)
570 class wxAcceleratorTablePtr
:
571 def __init__(self
,this
):
574 def __del__(self
,miscc
=miscc
):
575 if self
.thisown
== 1 :
576 miscc
.delete_wxAcceleratorTable(self
)
578 return "<C wxAcceleratorTable instance at %s>" % (self
.this
,)
579 class wxAcceleratorTable(wxAcceleratorTablePtr
):
580 def __init__(self
,*_args
,**_kwargs
):
581 self
.this
= apply(miscc
.new_wxAcceleratorTable
,_args
,_kwargs
)
587 class wxBusyInfoPtr
:
588 def __init__(self
,this
):
591 def __del__(self
,miscc
=miscc
):
592 if self
.thisown
== 1 :
593 miscc
.delete_wxBusyInfo(self
)
595 return "<C wxBusyInfo instance at %s>" % (self
.this
,)
596 class wxBusyInfo(wxBusyInfoPtr
):
597 def __init__(self
,*_args
,**_kwargs
):
598 self
.this
= apply(miscc
.new_wxBusyInfo
,_args
,_kwargs
)
606 #-------------- FUNCTION WRAPPERS ------------------
608 wxIntersectRect
= miscc
.wxIntersectRect
610 wxNewId
= miscc
.wxNewId
612 wxRegisterId
= miscc
.wxRegisterId
616 RegisterId
= miscc
.RegisterId
618 wxBell
= miscc
.wxBell
620 wxDisplaySize
= miscc
.wxDisplaySize
622 wxEndBusyCursor
= miscc
.wxEndBusyCursor
624 wxExecute
= miscc
.wxExecute
626 wxGetElapsedTime
= miscc
.wxGetElapsedTime
628 wxGetFreeMemory
= miscc
.wxGetFreeMemory
630 wxGetMousePosition
= miscc
.wxGetMousePosition
632 wxIsBusy
= miscc
.wxIsBusy
636 wxShell
= miscc
.wxShell
638 wxStartTimer
= miscc
.wxStartTimer
640 wxGetOsVersion
= miscc
.wxGetOsVersion
642 wxSleep
= miscc
.wxSleep
644 wxYield
= miscc
.wxYield
646 wxSafeYield
= miscc
.wxSafeYield
648 wxEnableTopLevelWindows
= miscc
.wxEnableTopLevelWindows
650 wxGetResource
= miscc
.wxGetResource
652 wxStripMenuCodes
= miscc
.wxStripMenuCodes
656 #-------------- VARIABLE WRAPPERS ------------------
658 wxLeft
= miscc
.wxLeft
660 wxRight
= miscc
.wxRight
661 wxBottom
= miscc
.wxBottom
662 wxWidth
= miscc
.wxWidth
663 wxHeight
= miscc
.wxHeight
664 wxCentre
= miscc
.wxCentre
665 wxCenter
= miscc
.wxCenter
666 wxCentreX
= miscc
.wxCentreX
667 wxCentreY
= miscc
.wxCentreY
668 wxUnconstrained
= miscc
.wxUnconstrained
669 wxAsIs
= miscc
.wxAsIs
670 wxPercentOf
= miscc
.wxPercentOf
671 wxAbove
= miscc
.wxAbove
672 wxBelow
= miscc
.wxBelow
673 wxLeftOf
= miscc
.wxLeftOf
674 wxRightOf
= miscc
.wxRightOf
675 wxSameAs
= miscc
.wxSameAs
676 wxAbsolute
= miscc
.wxAbsolute
677 wxOutRegion
= miscc
.wxOutRegion
678 wxPartRegion
= miscc
.wxPartRegion
679 wxInRegion
= miscc
.wxInRegion