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