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 asTuple(self
, *_args
, **_kwargs
):
200 val
= apply(miscc
.wxRect_asTuple
,(self
,) + _args
, _kwargs
)
202 def __setattr__(self
,name
,value
):
204 miscc
.wxRect_x_set(self
,value
)
207 miscc
.wxRect_y_set(self
,value
)
210 miscc
.wxRect_width_set(self
,value
)
212 if name
== "height" :
213 miscc
.wxRect_height_set(self
,value
)
215 self
.__dict
__[name
] = value
216 def __getattr__(self
,name
):
218 return miscc
.wxRect_x_get(self
)
220 return miscc
.wxRect_y_get(self
)
222 return miscc
.wxRect_width_get(self
)
223 if name
== "height" :
224 return miscc
.wxRect_height_get(self
)
225 raise AttributeError,name
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
)
239 def __init__(self
,this
):
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
)
248 def Start(self
, *_args
, **_kwargs
):
249 val
= apply(miscc
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
251 def Stop(self
, *_args
, **_kwargs
):
252 val
= apply(miscc
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
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
)
264 class wxIndividualLayoutConstraintPtr
:
265 def __init__(self
,this
):
268 def Above(self
, *_args
, **_kwargs
):
269 val
= apply(miscc
.wxIndividualLayoutConstraint_Above
,(self
,) + _args
, _kwargs
)
271 def Absolute(self
, *_args
, **_kwargs
):
272 val
= apply(miscc
.wxIndividualLayoutConstraint_Absolute
,(self
,) + _args
, _kwargs
)
274 def AsIs(self
, *_args
, **_kwargs
):
275 val
= apply(miscc
.wxIndividualLayoutConstraint_AsIs
,(self
,) + _args
, _kwargs
)
277 def Below(self
, *_args
, **_kwargs
):
278 val
= apply(miscc
.wxIndividualLayoutConstraint_Below
,(self
,) + _args
, _kwargs
)
280 def Unconstrained(self
, *_args
, **_kwargs
):
281 val
= apply(miscc
.wxIndividualLayoutConstraint_Unconstrained
,(self
,) + _args
, _kwargs
)
283 def LeftOf(self
, *_args
, **_kwargs
):
284 val
= apply(miscc
.wxIndividualLayoutConstraint_LeftOf
,(self
,) + _args
, _kwargs
)
286 def PercentOf(self
, *_args
, **_kwargs
):
287 val
= apply(miscc
.wxIndividualLayoutConstraint_PercentOf
,(self
,) + _args
, _kwargs
)
289 def RightOf(self
, *_args
, **_kwargs
):
290 val
= apply(miscc
.wxIndividualLayoutConstraint_RightOf
,(self
,) + _args
, _kwargs
)
292 def SameAs(self
, *_args
, **_kwargs
):
293 val
= apply(miscc
.wxIndividualLayoutConstraint_SameAs
,(self
,) + _args
, _kwargs
)
295 def Set(self
, *_args
, **_kwargs
):
296 val
= apply(miscc
.wxIndividualLayoutConstraint_Set
,(self
,) + _args
, _kwargs
)
299 return "<C wxIndividualLayoutConstraint instance at %s>" % (self
.this
,)
300 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr
):
301 def __init__(self
,this
):
307 class wxLayoutConstraintsPtr
:
308 def __init__(self
,this
):
311 def __setattr__(self
,name
,value
):
312 if name
== "bottom" :
313 miscc
.wxLayoutConstraints_bottom_set(self
,value
.this
)
315 if name
== "centreX" :
316 miscc
.wxLayoutConstraints_centreX_set(self
,value
.this
)
318 if name
== "centreY" :
319 miscc
.wxLayoutConstraints_centreY_set(self
,value
.this
)
321 if name
== "height" :
322 miscc
.wxLayoutConstraints_height_set(self
,value
.this
)
325 miscc
.wxLayoutConstraints_left_set(self
,value
.this
)
328 miscc
.wxLayoutConstraints_right_set(self
,value
.this
)
331 miscc
.wxLayoutConstraints_top_set(self
,value
.this
)
334 miscc
.wxLayoutConstraints_width_set(self
,value
.this
)
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
))
347 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_left_get(self
))
349 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_right_get(self
))
351 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_top_get(self
))
353 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_width_get(self
))
354 raise AttributeError,name
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
)
366 def __init__(self
,this
):
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
)
375 def Contains(self
, *_args
, **_kwargs
):
376 val
= apply(miscc
.wxRegion_Contains
,(self
,) + _args
, _kwargs
)
378 def ContainsPoint(self
, *_args
, **_kwargs
):
379 val
= apply(miscc
.wxRegion_ContainsPoint
,(self
,) + _args
, _kwargs
)
381 def ContainsRect(self
, *_args
, **_kwargs
):
382 val
= apply(miscc
.wxRegion_ContainsRect
,(self
,) + _args
, _kwargs
)
384 def GetBox(self
, *_args
, **_kwargs
):
385 val
= apply(miscc
.wxRegion_GetBox
,(self
,) + _args
, _kwargs
)
386 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
388 def Intersect(self
, *_args
, **_kwargs
):
389 val
= apply(miscc
.wxRegion_Intersect
,(self
,) + _args
, _kwargs
)
391 def IsEmpty(self
, *_args
, **_kwargs
):
392 val
= apply(miscc
.wxRegion_IsEmpty
,(self
,) + _args
, _kwargs
)
394 def Subtract(self
, *_args
, **_kwargs
):
395 val
= apply(miscc
.wxRegion_Subtract
,(self
,) + _args
, _kwargs
)
397 def Union(self
, *_args
, **_kwargs
):
398 val
= apply(miscc
.wxRegion_Union
,(self
,) + _args
, _kwargs
)
400 def Xor(self
, *_args
, **_kwargs
):
401 val
= apply(miscc
.wxRegion_Xor
,(self
,) + _args
, _kwargs
)
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
)
413 class wxRegionIteratorPtr
:
414 def __init__(self
,this
):
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
)
423 def GetY(self
, *_args
, **_kwargs
):
424 val
= apply(miscc
.wxRegionIterator_GetY
,(self
,) + _args
, _kwargs
)
426 def GetW(self
, *_args
, **_kwargs
):
427 val
= apply(miscc
.wxRegionIterator_GetW
,(self
,) + _args
, _kwargs
)
429 def GetWidth(self
, *_args
, **_kwargs
):
430 val
= apply(miscc
.wxRegionIterator_GetWidth
,(self
,) + _args
, _kwargs
)
432 def GetH(self
, *_args
, **_kwargs
):
433 val
= apply(miscc
.wxRegionIterator_GetH
,(self
,) + _args
, _kwargs
)
435 def GetHeight(self
, *_args
, **_kwargs
):
436 val
= apply(miscc
.wxRegionIterator_GetHeight
,(self
,) + _args
, _kwargs
)
438 def GetRect(self
, *_args
, **_kwargs
):
439 val
= apply(miscc
.wxRegionIterator_GetRect
,(self
,) + _args
, _kwargs
)
440 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
442 def HaveRects(self
, *_args
, **_kwargs
):
443 val
= apply(miscc
.wxRegionIterator_HaveRects
,(self
,) + _args
, _kwargs
)
445 def Reset(self
, *_args
, **_kwargs
):
446 val
= apply(miscc
.wxRegionIterator_Reset
,(self
,) + _args
, _kwargs
)
448 def Next(self
, *_args
, **_kwargs
):
449 val
= apply(miscc
.wxRegionIterator_Next
,(self
,) + _args
, _kwargs
)
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
)
461 class wxAcceleratorEntryPtr
:
462 def __init__(self
,this
):
465 def Set(self
, *_args
, **_kwargs
):
466 val
= apply(miscc
.wxAcceleratorEntry_Set
,(self
,) + _args
, _kwargs
)
468 def GetFlags(self
, *_args
, **_kwargs
):
469 val
= apply(miscc
.wxAcceleratorEntry_GetFlags
,(self
,) + _args
, _kwargs
)
471 def GetKeyCode(self
, *_args
, **_kwargs
):
472 val
= apply(miscc
.wxAcceleratorEntry_GetKeyCode
,(self
,) + _args
, _kwargs
)
474 def GetCommand(self
, *_args
, **_kwargs
):
475 val
= apply(miscc
.wxAcceleratorEntry_GetCommand
,(self
,) + _args
, _kwargs
)
478 return "<C wxAcceleratorEntry instance at %s>" % (self
.this
,)
479 class wxAcceleratorEntry(wxAcceleratorEntryPtr
):
480 def __init__(self
,*_args
,**_kwargs
):
481 self
.this
= apply(miscc
.new_wxAcceleratorEntry
,_args
,_kwargs
)
487 class wxAcceleratorTablePtr
:
488 def __init__(self
,this
):
492 return "<C wxAcceleratorTable instance at %s>" % (self
.this
,)
493 class wxAcceleratorTable(wxAcceleratorTablePtr
):
494 def __init__(self
,*_args
,**_kwargs
):
495 self
.this
= apply(miscc
.new_wxAcceleratorTable
,_args
,_kwargs
)
503 #-------------- FUNCTION WRAPPERS ------------------
505 wxFileSelector
= miscc
.wxFileSelector
507 wxGetTextFromUser
= miscc
.wxGetTextFromUser
509 wxGetSingleChoice
= miscc
.wxGetSingleChoice
511 wxGetSingleChoiceIndex
= miscc
.wxGetSingleChoiceIndex
513 wxMessageBox
= miscc
.wxMessageBox
515 wxGetNumberFromUser
= miscc
.wxGetNumberFromUser
517 wxColourDisplay
= miscc
.wxColourDisplay
519 wxDisplayDepth
= miscc
.wxDisplayDepth
521 wxSetCursor
= miscc
.wxSetCursor
523 wxNewId
= miscc
.wxNewId
525 wxRegisterId
= miscc
.wxRegisterId
529 RegisterId
= miscc
.RegisterId
531 wxBeginBusyCursor
= miscc
.wxBeginBusyCursor
533 wxBell
= miscc
.wxBell
535 wxDisplaySize
= miscc
.wxDisplaySize
537 wxEndBusyCursor
= miscc
.wxEndBusyCursor
539 wxExecute
= miscc
.wxExecute
541 def wxGetActiveWindow(*_args
, **_kwargs
):
542 val
= apply(miscc
.wxGetActiveWindow
,_args
,_kwargs
)
543 if val
: val
= wxWindowPtr(val
)
546 wxGetElapsedTime
= miscc
.wxGetElapsedTime
548 wxGetFreeMemory
= miscc
.wxGetFreeMemory
550 wxGetMousePosition
= miscc
.wxGetMousePosition
552 wxIsBusy
= miscc
.wxIsBusy
556 wxShell
= miscc
.wxShell
558 wxStartTimer
= miscc
.wxStartTimer
560 wxGetOsVersion
= miscc
.wxGetOsVersion
562 wxSleep
= miscc
.wxSleep
564 wxYield
= miscc
.wxYield
566 wxSafeYield
= miscc
.wxSafeYield
568 wxEnableTopLevelWindows
= miscc
.wxEnableTopLevelWindows
570 wxGetResource
= miscc
.wxGetResource
572 wxResourceAddIdentifier
= miscc
.wxResourceAddIdentifier
574 wxResourceClear
= miscc
.wxResourceClear
576 def wxResourceCreateBitmap(*_args
, **_kwargs
):
577 val
= apply(miscc
.wxResourceCreateBitmap
,_args
,_kwargs
)
578 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
581 def wxResourceCreateIcon(*_args
, **_kwargs
):
582 val
= apply(miscc
.wxResourceCreateIcon
,_args
,_kwargs
)
583 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
586 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
587 val
= apply(miscc
.wxResourceCreateMenuBar
,_args
,_kwargs
)
588 if val
: val
= wxMenuBarPtr(val
)
591 wxResourceGetIdentifier
= miscc
.wxResourceGetIdentifier
593 wxResourceParseData
= miscc
.wxResourceParseData
595 wxResourceParseFile
= miscc
.wxResourceParseFile
597 wxResourceParseString
= miscc
.wxResourceParseString
599 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
):
600 val
= apply(miscc
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
)
601 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
604 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
):
605 val
= apply(miscc
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
)
606 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
609 wxSystemSettings_GetSystemMetric
= miscc
.wxSystemSettings_GetSystemMetric
613 #-------------- VARIABLE WRAPPERS ------------------
615 wxLeft
= miscc
.wxLeft
617 wxRight
= miscc
.wxRight
618 wxBottom
= miscc
.wxBottom
619 wxWidth
= miscc
.wxWidth
620 wxHeight
= miscc
.wxHeight
621 wxCentre
= miscc
.wxCentre
622 wxCenter
= miscc
.wxCenter
623 wxCentreX
= miscc
.wxCentreX
624 wxCentreY
= miscc
.wxCentreY
625 wxUnconstrained
= miscc
.wxUnconstrained
626 wxAsIs
= miscc
.wxAsIs
627 wxPercentOf
= miscc
.wxPercentOf
628 wxAbove
= miscc
.wxAbove
629 wxBelow
= miscc
.wxBelow
630 wxLeftOf
= miscc
.wxLeftOf
631 wxRightOf
= miscc
.wxRightOf
632 wxSameAs
= miscc
.wxSameAs
633 wxAbsolute
= miscc
.wxAbsolute
634 wxOutRegion
= miscc
.wxOutRegion
635 wxPartRegion
= miscc
.wxPartRegion
636 wxInRegion
= miscc
.wxInRegion
637 wxSYS_WHITE_BRUSH
= miscc
.wxSYS_WHITE_BRUSH
638 wxSYS_LTGRAY_BRUSH
= miscc
.wxSYS_LTGRAY_BRUSH
639 wxSYS_GRAY_BRUSH
= miscc
.wxSYS_GRAY_BRUSH
640 wxSYS_DKGRAY_BRUSH
= miscc
.wxSYS_DKGRAY_BRUSH
641 wxSYS_BLACK_BRUSH
= miscc
.wxSYS_BLACK_BRUSH
642 wxSYS_NULL_BRUSH
= miscc
.wxSYS_NULL_BRUSH
643 wxSYS_HOLLOW_BRUSH
= miscc
.wxSYS_HOLLOW_BRUSH
644 wxSYS_WHITE_PEN
= miscc
.wxSYS_WHITE_PEN
645 wxSYS_BLACK_PEN
= miscc
.wxSYS_BLACK_PEN
646 wxSYS_NULL_PEN
= miscc
.wxSYS_NULL_PEN
647 wxSYS_OEM_FIXED_FONT
= miscc
.wxSYS_OEM_FIXED_FONT
648 wxSYS_ANSI_FIXED_FONT
= miscc
.wxSYS_ANSI_FIXED_FONT
649 wxSYS_ANSI_VAR_FONT
= miscc
.wxSYS_ANSI_VAR_FONT
650 wxSYS_SYSTEM_FONT
= miscc
.wxSYS_SYSTEM_FONT
651 wxSYS_DEVICE_DEFAULT_FONT
= miscc
.wxSYS_DEVICE_DEFAULT_FONT
652 wxSYS_DEFAULT_PALETTE
= miscc
.wxSYS_DEFAULT_PALETTE
653 wxSYS_SYSTEM_FIXED_FONT
= miscc
.wxSYS_SYSTEM_FIXED_FONT
654 wxSYS_DEFAULT_GUI_FONT
= miscc
.wxSYS_DEFAULT_GUI_FONT
655 wxSYS_COLOUR_SCROLLBAR
= miscc
.wxSYS_COLOUR_SCROLLBAR
656 wxSYS_COLOUR_BACKGROUND
= miscc
.wxSYS_COLOUR_BACKGROUND
657 wxSYS_COLOUR_ACTIVECAPTION
= miscc
.wxSYS_COLOUR_ACTIVECAPTION
658 wxSYS_COLOUR_INACTIVECAPTION
= miscc
.wxSYS_COLOUR_INACTIVECAPTION
659 wxSYS_COLOUR_MENU
= miscc
.wxSYS_COLOUR_MENU
660 wxSYS_COLOUR_WINDOW
= miscc
.wxSYS_COLOUR_WINDOW
661 wxSYS_COLOUR_WINDOWFRAME
= miscc
.wxSYS_COLOUR_WINDOWFRAME
662 wxSYS_COLOUR_MENUTEXT
= miscc
.wxSYS_COLOUR_MENUTEXT
663 wxSYS_COLOUR_WINDOWTEXT
= miscc
.wxSYS_COLOUR_WINDOWTEXT
664 wxSYS_COLOUR_CAPTIONTEXT
= miscc
.wxSYS_COLOUR_CAPTIONTEXT
665 wxSYS_COLOUR_ACTIVEBORDER
= miscc
.wxSYS_COLOUR_ACTIVEBORDER
666 wxSYS_COLOUR_INACTIVEBORDER
= miscc
.wxSYS_COLOUR_INACTIVEBORDER
667 wxSYS_COLOUR_APPWORKSPACE
= miscc
.wxSYS_COLOUR_APPWORKSPACE
668 wxSYS_COLOUR_HIGHLIGHT
= miscc
.wxSYS_COLOUR_HIGHLIGHT
669 wxSYS_COLOUR_HIGHLIGHTTEXT
= miscc
.wxSYS_COLOUR_HIGHLIGHTTEXT
670 wxSYS_COLOUR_BTNFACE
= miscc
.wxSYS_COLOUR_BTNFACE
671 wxSYS_COLOUR_BTNSHADOW
= miscc
.wxSYS_COLOUR_BTNSHADOW
672 wxSYS_COLOUR_GRAYTEXT
= miscc
.wxSYS_COLOUR_GRAYTEXT
673 wxSYS_COLOUR_BTNTEXT
= miscc
.wxSYS_COLOUR_BTNTEXT
674 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= miscc
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
675 wxSYS_COLOUR_BTNHIGHLIGHT
= miscc
.wxSYS_COLOUR_BTNHIGHLIGHT
676 wxSYS_COLOUR_3DDKSHADOW
= miscc
.wxSYS_COLOUR_3DDKSHADOW
677 wxSYS_COLOUR_3DLIGHT
= miscc
.wxSYS_COLOUR_3DLIGHT
678 wxSYS_COLOUR_INFOTEXT
= miscc
.wxSYS_COLOUR_INFOTEXT
679 wxSYS_COLOUR_INFOBK
= miscc
.wxSYS_COLOUR_INFOBK
680 wxSYS_COLOUR_DESKTOP
= miscc
.wxSYS_COLOUR_DESKTOP
681 wxSYS_COLOUR_3DFACE
= miscc
.wxSYS_COLOUR_3DFACE
682 wxSYS_COLOUR_3DSHADOW
= miscc
.wxSYS_COLOUR_3DSHADOW
683 wxSYS_COLOUR_3DHIGHLIGHT
= miscc
.wxSYS_COLOUR_3DHIGHLIGHT
684 wxSYS_COLOUR_3DHILIGHT
= miscc
.wxSYS_COLOUR_3DHILIGHT
685 wxSYS_COLOUR_BTNHILIGHT
= miscc
.wxSYS_COLOUR_BTNHILIGHT
686 wxSYS_MOUSE_BUTTONS
= miscc
.wxSYS_MOUSE_BUTTONS
687 wxSYS_BORDER_X
= miscc
.wxSYS_BORDER_X
688 wxSYS_BORDER_Y
= miscc
.wxSYS_BORDER_Y
689 wxSYS_CURSOR_X
= miscc
.wxSYS_CURSOR_X
690 wxSYS_CURSOR_Y
= miscc
.wxSYS_CURSOR_Y
691 wxSYS_DCLICK_X
= miscc
.wxSYS_DCLICK_X
692 wxSYS_DCLICK_Y
= miscc
.wxSYS_DCLICK_Y
693 wxSYS_DRAG_X
= miscc
.wxSYS_DRAG_X
694 wxSYS_DRAG_Y
= miscc
.wxSYS_DRAG_Y
695 wxSYS_EDGE_X
= miscc
.wxSYS_EDGE_X
696 wxSYS_EDGE_Y
= miscc
.wxSYS_EDGE_Y
697 wxSYS_HSCROLL_ARROW_X
= miscc
.wxSYS_HSCROLL_ARROW_X
698 wxSYS_HSCROLL_ARROW_Y
= miscc
.wxSYS_HSCROLL_ARROW_Y
699 wxSYS_HTHUMB_X
= miscc
.wxSYS_HTHUMB_X
700 wxSYS_ICON_X
= miscc
.wxSYS_ICON_X
701 wxSYS_ICON_Y
= miscc
.wxSYS_ICON_Y
702 wxSYS_ICONSPACING_X
= miscc
.wxSYS_ICONSPACING_X
703 wxSYS_ICONSPACING_Y
= miscc
.wxSYS_ICONSPACING_Y
704 wxSYS_WINDOWMIN_X
= miscc
.wxSYS_WINDOWMIN_X
705 wxSYS_WINDOWMIN_Y
= miscc
.wxSYS_WINDOWMIN_Y
706 wxSYS_SCREEN_X
= miscc
.wxSYS_SCREEN_X
707 wxSYS_SCREEN_Y
= miscc
.wxSYS_SCREEN_Y
708 wxSYS_FRAMESIZE_X
= miscc
.wxSYS_FRAMESIZE_X
709 wxSYS_FRAMESIZE_Y
= miscc
.wxSYS_FRAMESIZE_Y
710 wxSYS_SMALLICON_X
= miscc
.wxSYS_SMALLICON_X
711 wxSYS_SMALLICON_Y
= miscc
.wxSYS_SMALLICON_Y
712 wxSYS_HSCROLL_Y
= miscc
.wxSYS_HSCROLL_Y
713 wxSYS_VSCROLL_X
= miscc
.wxSYS_VSCROLL_X
714 wxSYS_VSCROLL_ARROW_X
= miscc
.wxSYS_VSCROLL_ARROW_X
715 wxSYS_VSCROLL_ARROW_Y
= miscc
.wxSYS_VSCROLL_ARROW_Y
716 wxSYS_VTHUMB_Y
= miscc
.wxSYS_VTHUMB_Y
717 wxSYS_CAPTION_Y
= miscc
.wxSYS_CAPTION_Y
718 wxSYS_MENU_Y
= miscc
.wxSYS_MENU_Y
719 wxSYS_NETWORK_PRESENT
= miscc
.wxSYS_NETWORK_PRESENT
720 wxSYS_PENWINDOWS_PRESENT
= miscc
.wxSYS_PENWINDOWS_PRESENT
721 wxSYS_SHOW_SOUNDS
= miscc
.wxSYS_SHOW_SOUNDS
722 wxSYS_SWAP_BUTTONS
= miscc
.wxSYS_SWAP_BUTTONS