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 __setattr__(self
,name
,value
):
79 miscc
.wxRealPoint_x_set(self
,value
)
82 miscc
.wxRealPoint_y_set(self
,value
)
84 self
.__dict
__[name
] = value
85 def __getattr__(self
,name
):
87 return miscc
.wxRealPoint_x_get(self
)
89 return miscc
.wxRealPoint_y_get(self
)
90 raise AttributeError,name
92 return "<C wxRealPoint instance at %s>" % (self
.this
,)
93 class wxRealPoint(wxRealPointPtr
):
94 def __init__(self
,*_args
,**_kwargs
):
95 self
.this
= apply(miscc
.new_wxRealPoint
,_args
,_kwargs
)
102 def __init__(self
,this
):
105 def __del__(self
,miscc
=miscc
):
106 if self
.thisown
== 1 :
107 miscc
.delete_wxPoint(self
)
108 def Set(self
, *_args
, **_kwargs
):
109 val
= apply(miscc
.wxPoint_Set
,(self
,) + _args
, _kwargs
)
111 def asTuple(self
, *_args
, **_kwargs
):
112 val
= apply(miscc
.wxPoint_asTuple
,(self
,) + _args
, _kwargs
)
114 def __setattr__(self
,name
,value
):
116 miscc
.wxPoint_x_set(self
,value
)
119 miscc
.wxPoint_y_set(self
,value
)
121 self
.__dict
__[name
] = value
122 def __getattr__(self
,name
):
124 return miscc
.wxPoint_x_get(self
)
126 return miscc
.wxPoint_y_get(self
)
127 raise AttributeError,name
129 return "<C wxPoint instance at %s>" % (self
.this
,)
130 def __str__(self
): return str(self
.asTuple())
131 def __repr__(self
): return str(self
.asTuple())
132 class wxPoint(wxPointPtr
):
133 def __init__(self
,*_args
,**_kwargs
):
134 self
.this
= apply(miscc
.new_wxPoint
,_args
,_kwargs
)
141 def __init__(self
,this
):
144 def __del__(self
,miscc
=miscc
):
145 if self
.thisown
== 1 :
146 miscc
.delete_wxRect(self
)
147 def GetX(self
, *_args
, **_kwargs
):
148 val
= apply(miscc
.wxRect_GetX
,(self
,) + _args
, _kwargs
)
150 def SetX(self
, *_args
, **_kwargs
):
151 val
= apply(miscc
.wxRect_SetX
,(self
,) + _args
, _kwargs
)
153 def GetY(self
, *_args
, **_kwargs
):
154 val
= apply(miscc
.wxRect_GetY
,(self
,) + _args
, _kwargs
)
156 def SetY(self
, *_args
, **_kwargs
):
157 val
= apply(miscc
.wxRect_SetY
,(self
,) + _args
, _kwargs
)
159 def GetWidth(self
, *_args
, **_kwargs
):
160 val
= apply(miscc
.wxRect_GetWidth
,(self
,) + _args
, _kwargs
)
162 def SetWidth(self
, *_args
, **_kwargs
):
163 val
= apply(miscc
.wxRect_SetWidth
,(self
,) + _args
, _kwargs
)
165 def GetHeight(self
, *_args
, **_kwargs
):
166 val
= apply(miscc
.wxRect_GetHeight
,(self
,) + _args
, _kwargs
)
168 def SetHeight(self
, *_args
, **_kwargs
):
169 val
= apply(miscc
.wxRect_SetHeight
,(self
,) + _args
, _kwargs
)
171 def GetPosition(self
, *_args
, **_kwargs
):
172 val
= apply(miscc
.wxRect_GetPosition
,(self
,) + _args
, _kwargs
)
173 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
175 def GetSize(self
, *_args
, **_kwargs
):
176 val
= apply(miscc
.wxRect_GetSize
,(self
,) + _args
, _kwargs
)
177 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
179 def GetLeft(self
, *_args
, **_kwargs
):
180 val
= apply(miscc
.wxRect_GetLeft
,(self
,) + _args
, _kwargs
)
182 def GetTop(self
, *_args
, **_kwargs
):
183 val
= apply(miscc
.wxRect_GetTop
,(self
,) + _args
, _kwargs
)
185 def GetBottom(self
, *_args
, **_kwargs
):
186 val
= apply(miscc
.wxRect_GetBottom
,(self
,) + _args
, _kwargs
)
188 def GetRight(self
, *_args
, **_kwargs
):
189 val
= apply(miscc
.wxRect_GetRight
,(self
,) + _args
, _kwargs
)
191 def asTuple(self
, *_args
, **_kwargs
):
192 val
= apply(miscc
.wxRect_asTuple
,(self
,) + _args
, _kwargs
)
194 def __setattr__(self
,name
,value
):
196 miscc
.wxRect_x_set(self
,value
)
199 miscc
.wxRect_y_set(self
,value
)
202 miscc
.wxRect_width_set(self
,value
)
204 if name
== "height" :
205 miscc
.wxRect_height_set(self
,value
)
207 self
.__dict
__[name
] = value
208 def __getattr__(self
,name
):
210 return miscc
.wxRect_x_get(self
)
212 return miscc
.wxRect_y_get(self
)
214 return miscc
.wxRect_width_get(self
)
215 if name
== "height" :
216 return miscc
.wxRect_height_get(self
)
217 raise AttributeError,name
219 return "<C wxRect instance at %s>" % (self
.this
,)
220 def __str__(self
): return str(self
.asTuple())
221 def __repr__(self
): return str(self
.asTuple())
222 class wxRect(wxRectPtr
):
223 def __init__(self
,*_args
,**_kwargs
):
224 self
.this
= apply(miscc
.new_wxRect
,_args
,_kwargs
)
231 def __init__(self
,this
):
234 def __del__(self
,miscc
=miscc
):
235 if self
.thisown
== 1 :
236 miscc
.delete_wxPyTimer(self
)
237 def Interval(self
, *_args
, **_kwargs
):
238 val
= apply(miscc
.wxPyTimer_Interval
,(self
,) + _args
, _kwargs
)
240 def Start(self
, *_args
, **_kwargs
):
241 val
= apply(miscc
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
243 def Stop(self
, *_args
, **_kwargs
):
244 val
= apply(miscc
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
247 return "<C wxPyTimer instance at %s>" % (self
.this
,)
248 class wxPyTimer(wxPyTimerPtr
):
249 def __init__(self
,*_args
,**_kwargs
):
250 self
.this
= apply(miscc
.new_wxPyTimer
,_args
,_kwargs
)
256 class wxIndividualLayoutConstraintPtr
:
257 def __init__(self
,this
):
260 def Above(self
, *_args
, **_kwargs
):
261 val
= apply(miscc
.wxIndividualLayoutConstraint_Above
,(self
,) + _args
, _kwargs
)
263 def Absolute(self
, *_args
, **_kwargs
):
264 val
= apply(miscc
.wxIndividualLayoutConstraint_Absolute
,(self
,) + _args
, _kwargs
)
266 def AsIs(self
, *_args
, **_kwargs
):
267 val
= apply(miscc
.wxIndividualLayoutConstraint_AsIs
,(self
,) + _args
, _kwargs
)
269 def Below(self
, *_args
, **_kwargs
):
270 val
= apply(miscc
.wxIndividualLayoutConstraint_Below
,(self
,) + _args
, _kwargs
)
272 def Unconstrained(self
, *_args
, **_kwargs
):
273 val
= apply(miscc
.wxIndividualLayoutConstraint_Unconstrained
,(self
,) + _args
, _kwargs
)
275 def LeftOf(self
, *_args
, **_kwargs
):
276 val
= apply(miscc
.wxIndividualLayoutConstraint_LeftOf
,(self
,) + _args
, _kwargs
)
278 def PercentOf(self
, *_args
, **_kwargs
):
279 val
= apply(miscc
.wxIndividualLayoutConstraint_PercentOf
,(self
,) + _args
, _kwargs
)
281 def RightOf(self
, *_args
, **_kwargs
):
282 val
= apply(miscc
.wxIndividualLayoutConstraint_RightOf
,(self
,) + _args
, _kwargs
)
284 def SameAs(self
, *_args
, **_kwargs
):
285 val
= apply(miscc
.wxIndividualLayoutConstraint_SameAs
,(self
,) + _args
, _kwargs
)
287 def Set(self
, *_args
, **_kwargs
):
288 val
= apply(miscc
.wxIndividualLayoutConstraint_Set
,(self
,) + _args
, _kwargs
)
291 return "<C wxIndividualLayoutConstraint instance at %s>" % (self
.this
,)
292 class wxIndividualLayoutConstraint(wxIndividualLayoutConstraintPtr
):
293 def __init__(self
,this
):
299 class wxLayoutConstraintsPtr
:
300 def __init__(self
,this
):
303 def __setattr__(self
,name
,value
):
304 if name
== "bottom" :
305 miscc
.wxLayoutConstraints_bottom_set(self
,value
.this
)
307 if name
== "centreX" :
308 miscc
.wxLayoutConstraints_centreX_set(self
,value
.this
)
310 if name
== "centreY" :
311 miscc
.wxLayoutConstraints_centreY_set(self
,value
.this
)
313 if name
== "height" :
314 miscc
.wxLayoutConstraints_height_set(self
,value
.this
)
317 miscc
.wxLayoutConstraints_left_set(self
,value
.this
)
320 miscc
.wxLayoutConstraints_right_set(self
,value
.this
)
323 miscc
.wxLayoutConstraints_top_set(self
,value
.this
)
326 miscc
.wxLayoutConstraints_width_set(self
,value
.this
)
328 self
.__dict
__[name
] = value
329 def __getattr__(self
,name
):
330 if name
== "bottom" :
331 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_bottom_get(self
))
332 if name
== "centreX" :
333 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreX_get(self
))
334 if name
== "centreY" :
335 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_centreY_get(self
))
336 if name
== "height" :
337 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_height_get(self
))
339 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_left_get(self
))
341 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_right_get(self
))
343 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_top_get(self
))
345 return wxIndividualLayoutConstraintPtr(miscc
.wxLayoutConstraints_width_get(self
))
346 raise AttributeError,name
348 return "<C wxLayoutConstraints instance at %s>" % (self
.this
,)
349 class wxLayoutConstraints(wxLayoutConstraintsPtr
):
350 def __init__(self
,*_args
,**_kwargs
):
351 self
.this
= apply(miscc
.new_wxLayoutConstraints
,_args
,_kwargs
)
358 def __init__(self
,this
):
361 def __del__(self
,miscc
=miscc
):
362 if self
.thisown
== 1 :
363 miscc
.delete_wxRegion(self
)
364 def Clear(self
, *_args
, **_kwargs
):
365 val
= apply(miscc
.wxRegion_Clear
,(self
,) + _args
, _kwargs
)
367 def Contains(self
, *_args
, **_kwargs
):
368 val
= apply(miscc
.wxRegion_Contains
,(self
,) + _args
, _kwargs
)
370 def ContainsPoint(self
, *_args
, **_kwargs
):
371 val
= apply(miscc
.wxRegion_ContainsPoint
,(self
,) + _args
, _kwargs
)
373 def ContainsRect(self
, *_args
, **_kwargs
):
374 val
= apply(miscc
.wxRegion_ContainsRect
,(self
,) + _args
, _kwargs
)
376 def GetBox(self
, *_args
, **_kwargs
):
377 val
= apply(miscc
.wxRegion_GetBox
,(self
,) + _args
, _kwargs
)
378 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
380 def Intersect(self
, *_args
, **_kwargs
):
381 val
= apply(miscc
.wxRegion_Intersect
,(self
,) + _args
, _kwargs
)
383 def IsEmpty(self
, *_args
, **_kwargs
):
384 val
= apply(miscc
.wxRegion_IsEmpty
,(self
,) + _args
, _kwargs
)
386 def Subtract(self
, *_args
, **_kwargs
):
387 val
= apply(miscc
.wxRegion_Subtract
,(self
,) + _args
, _kwargs
)
389 def Union(self
, *_args
, **_kwargs
):
390 val
= apply(miscc
.wxRegion_Union
,(self
,) + _args
, _kwargs
)
392 def Xor(self
, *_args
, **_kwargs
):
393 val
= apply(miscc
.wxRegion_Xor
,(self
,) + _args
, _kwargs
)
396 return "<C wxRegion instance at %s>" % (self
.this
,)
397 class wxRegion(wxRegionPtr
):
398 def __init__(self
,*_args
,**_kwargs
):
399 self
.this
= apply(miscc
.new_wxRegion
,_args
,_kwargs
)
405 class wxRegionIteratorPtr
:
406 def __init__(self
,this
):
409 def __del__(self
,miscc
=miscc
):
410 if self
.thisown
== 1 :
411 miscc
.delete_wxRegionIterator(self
)
412 def GetX(self
, *_args
, **_kwargs
):
413 val
= apply(miscc
.wxRegionIterator_GetX
,(self
,) + _args
, _kwargs
)
415 def GetY(self
, *_args
, **_kwargs
):
416 val
= apply(miscc
.wxRegionIterator_GetY
,(self
,) + _args
, _kwargs
)
418 def GetW(self
, *_args
, **_kwargs
):
419 val
= apply(miscc
.wxRegionIterator_GetW
,(self
,) + _args
, _kwargs
)
421 def GetWidth(self
, *_args
, **_kwargs
):
422 val
= apply(miscc
.wxRegionIterator_GetWidth
,(self
,) + _args
, _kwargs
)
424 def GetH(self
, *_args
, **_kwargs
):
425 val
= apply(miscc
.wxRegionIterator_GetH
,(self
,) + _args
, _kwargs
)
427 def GetHeight(self
, *_args
, **_kwargs
):
428 val
= apply(miscc
.wxRegionIterator_GetHeight
,(self
,) + _args
, _kwargs
)
430 def GetRect(self
, *_args
, **_kwargs
):
431 val
= apply(miscc
.wxRegionIterator_GetRect
,(self
,) + _args
, _kwargs
)
432 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
434 def HaveRects(self
, *_args
, **_kwargs
):
435 val
= apply(miscc
.wxRegionIterator_HaveRects
,(self
,) + _args
, _kwargs
)
437 def Reset(self
, *_args
, **_kwargs
):
438 val
= apply(miscc
.wxRegionIterator_Reset
,(self
,) + _args
, _kwargs
)
440 def Next(self
, *_args
, **_kwargs
):
441 val
= apply(miscc
.wxRegionIterator_Next
,(self
,) + _args
, _kwargs
)
444 return "<C wxRegionIterator instance at %s>" % (self
.this
,)
445 class wxRegionIterator(wxRegionIteratorPtr
):
446 def __init__(self
,*_args
,**_kwargs
):
447 self
.this
= apply(miscc
.new_wxRegionIterator
,_args
,_kwargs
)
453 class wxAcceleratorEntryPtr
:
454 def __init__(self
,this
):
457 def Set(self
, *_args
, **_kwargs
):
458 val
= apply(miscc
.wxAcceleratorEntry_Set
,(self
,) + _args
, _kwargs
)
460 def GetFlags(self
, *_args
, **_kwargs
):
461 val
= apply(miscc
.wxAcceleratorEntry_GetFlags
,(self
,) + _args
, _kwargs
)
463 def GetKeyCode(self
, *_args
, **_kwargs
):
464 val
= apply(miscc
.wxAcceleratorEntry_GetKeyCode
,(self
,) + _args
, _kwargs
)
466 def GetCommand(self
, *_args
, **_kwargs
):
467 val
= apply(miscc
.wxAcceleratorEntry_GetCommand
,(self
,) + _args
, _kwargs
)
470 return "<C wxAcceleratorEntry instance at %s>" % (self
.this
,)
471 class wxAcceleratorEntry(wxAcceleratorEntryPtr
):
472 def __init__(self
,*_args
,**_kwargs
):
473 self
.this
= apply(miscc
.new_wxAcceleratorEntry
,_args
,_kwargs
)
479 class wxAcceleratorTablePtr
:
480 def __init__(self
,this
):
484 return "<C wxAcceleratorTable instance at %s>" % (self
.this
,)
485 class wxAcceleratorTable(wxAcceleratorTablePtr
):
486 def __init__(self
,*_args
,**_kwargs
):
487 self
.this
= apply(miscc
.new_wxAcceleratorTable
,_args
,_kwargs
)
495 #-------------- FUNCTION WRAPPERS ------------------
497 wxFileSelector
= miscc
.wxFileSelector
499 wxGetTextFromUser
= miscc
.wxGetTextFromUser
501 wxGetSingleChoice
= miscc
.wxGetSingleChoice
503 wxGetSingleChoiceIndex
= miscc
.wxGetSingleChoiceIndex
505 wxMessageBox
= miscc
.wxMessageBox
507 wxGetNumberFromUser
= miscc
.wxGetNumberFromUser
509 wxColourDisplay
= miscc
.wxColourDisplay
511 wxDisplayDepth
= miscc
.wxDisplayDepth
513 wxSetCursor
= miscc
.wxSetCursor
515 wxNewId
= miscc
.wxNewId
517 wxRegisterId
= miscc
.wxRegisterId
521 RegisterId
= miscc
.RegisterId
523 wxBeginBusyCursor
= miscc
.wxBeginBusyCursor
525 wxBell
= miscc
.wxBell
527 wxDisplaySize
= miscc
.wxDisplaySize
529 wxEndBusyCursor
= miscc
.wxEndBusyCursor
531 wxExecute
= miscc
.wxExecute
533 def wxGetActiveWindow(*_args
, **_kwargs
):
534 val
= apply(miscc
.wxGetActiveWindow
,_args
,_kwargs
)
535 if val
: val
= wxWindowPtr(val
)
538 wxGetElapsedTime
= miscc
.wxGetElapsedTime
540 wxGetFreeMemory
= miscc
.wxGetFreeMemory
542 wxGetMousePosition
= miscc
.wxGetMousePosition
544 wxIsBusy
= miscc
.wxIsBusy
548 wxShell
= miscc
.wxShell
550 wxStartTimer
= miscc
.wxStartTimer
552 wxGetOsVersion
= miscc
.wxGetOsVersion
554 wxSleep
= miscc
.wxSleep
556 wxYield
= miscc
.wxYield
558 wxSafeYield
= miscc
.wxSafeYield
560 wxEnableTopLevelWindows
= miscc
.wxEnableTopLevelWindows
562 wxGetResource
= miscc
.wxGetResource
564 wxResourceAddIdentifier
= miscc
.wxResourceAddIdentifier
566 wxResourceClear
= miscc
.wxResourceClear
568 def wxResourceCreateBitmap(*_args
, **_kwargs
):
569 val
= apply(miscc
.wxResourceCreateBitmap
,_args
,_kwargs
)
570 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
573 def wxResourceCreateIcon(*_args
, **_kwargs
):
574 val
= apply(miscc
.wxResourceCreateIcon
,_args
,_kwargs
)
575 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
578 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
579 val
= apply(miscc
.wxResourceCreateMenuBar
,_args
,_kwargs
)
580 if val
: val
= wxMenuBarPtr(val
)
583 wxResourceGetIdentifier
= miscc
.wxResourceGetIdentifier
585 wxResourceParseData
= miscc
.wxResourceParseData
587 wxResourceParseFile
= miscc
.wxResourceParseFile
589 wxResourceParseString
= miscc
.wxResourceParseString
591 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
):
592 val
= apply(miscc
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
)
593 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
596 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
):
597 val
= apply(miscc
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
)
598 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
601 wxSystemSettings_GetSystemMetric
= miscc
.wxSystemSettings_GetSystemMetric
605 #-------------- VARIABLE WRAPPERS ------------------
607 wxLeft
= miscc
.wxLeft
609 wxRight
= miscc
.wxRight
610 wxBottom
= miscc
.wxBottom
611 wxWidth
= miscc
.wxWidth
612 wxHeight
= miscc
.wxHeight
613 wxCentre
= miscc
.wxCentre
614 wxCenter
= miscc
.wxCenter
615 wxCentreX
= miscc
.wxCentreX
616 wxCentreY
= miscc
.wxCentreY
617 wxUnconstrained
= miscc
.wxUnconstrained
618 wxAsIs
= miscc
.wxAsIs
619 wxPercentOf
= miscc
.wxPercentOf
620 wxAbove
= miscc
.wxAbove
621 wxBelow
= miscc
.wxBelow
622 wxLeftOf
= miscc
.wxLeftOf
623 wxRightOf
= miscc
.wxRightOf
624 wxSameAs
= miscc
.wxSameAs
625 wxAbsolute
= miscc
.wxAbsolute
626 wxOutRegion
= miscc
.wxOutRegion
627 wxPartRegion
= miscc
.wxPartRegion
628 wxInRegion
= miscc
.wxInRegion
629 wxSYS_WHITE_BRUSH
= miscc
.wxSYS_WHITE_BRUSH
630 wxSYS_LTGRAY_BRUSH
= miscc
.wxSYS_LTGRAY_BRUSH
631 wxSYS_GRAY_BRUSH
= miscc
.wxSYS_GRAY_BRUSH
632 wxSYS_DKGRAY_BRUSH
= miscc
.wxSYS_DKGRAY_BRUSH
633 wxSYS_BLACK_BRUSH
= miscc
.wxSYS_BLACK_BRUSH
634 wxSYS_NULL_BRUSH
= miscc
.wxSYS_NULL_BRUSH
635 wxSYS_HOLLOW_BRUSH
= miscc
.wxSYS_HOLLOW_BRUSH
636 wxSYS_WHITE_PEN
= miscc
.wxSYS_WHITE_PEN
637 wxSYS_BLACK_PEN
= miscc
.wxSYS_BLACK_PEN
638 wxSYS_NULL_PEN
= miscc
.wxSYS_NULL_PEN
639 wxSYS_OEM_FIXED_FONT
= miscc
.wxSYS_OEM_FIXED_FONT
640 wxSYS_ANSI_FIXED_FONT
= miscc
.wxSYS_ANSI_FIXED_FONT
641 wxSYS_ANSI_VAR_FONT
= miscc
.wxSYS_ANSI_VAR_FONT
642 wxSYS_SYSTEM_FONT
= miscc
.wxSYS_SYSTEM_FONT
643 wxSYS_DEVICE_DEFAULT_FONT
= miscc
.wxSYS_DEVICE_DEFAULT_FONT
644 wxSYS_DEFAULT_PALETTE
= miscc
.wxSYS_DEFAULT_PALETTE
645 wxSYS_SYSTEM_FIXED_FONT
= miscc
.wxSYS_SYSTEM_FIXED_FONT
646 wxSYS_DEFAULT_GUI_FONT
= miscc
.wxSYS_DEFAULT_GUI_FONT
647 wxSYS_COLOUR_SCROLLBAR
= miscc
.wxSYS_COLOUR_SCROLLBAR
648 wxSYS_COLOUR_BACKGROUND
= miscc
.wxSYS_COLOUR_BACKGROUND
649 wxSYS_COLOUR_ACTIVECAPTION
= miscc
.wxSYS_COLOUR_ACTIVECAPTION
650 wxSYS_COLOUR_INACTIVECAPTION
= miscc
.wxSYS_COLOUR_INACTIVECAPTION
651 wxSYS_COLOUR_MENU
= miscc
.wxSYS_COLOUR_MENU
652 wxSYS_COLOUR_WINDOW
= miscc
.wxSYS_COLOUR_WINDOW
653 wxSYS_COLOUR_WINDOWFRAME
= miscc
.wxSYS_COLOUR_WINDOWFRAME
654 wxSYS_COLOUR_MENUTEXT
= miscc
.wxSYS_COLOUR_MENUTEXT
655 wxSYS_COLOUR_WINDOWTEXT
= miscc
.wxSYS_COLOUR_WINDOWTEXT
656 wxSYS_COLOUR_CAPTIONTEXT
= miscc
.wxSYS_COLOUR_CAPTIONTEXT
657 wxSYS_COLOUR_ACTIVEBORDER
= miscc
.wxSYS_COLOUR_ACTIVEBORDER
658 wxSYS_COLOUR_INACTIVEBORDER
= miscc
.wxSYS_COLOUR_INACTIVEBORDER
659 wxSYS_COLOUR_APPWORKSPACE
= miscc
.wxSYS_COLOUR_APPWORKSPACE
660 wxSYS_COLOUR_HIGHLIGHT
= miscc
.wxSYS_COLOUR_HIGHLIGHT
661 wxSYS_COLOUR_HIGHLIGHTTEXT
= miscc
.wxSYS_COLOUR_HIGHLIGHTTEXT
662 wxSYS_COLOUR_BTNFACE
= miscc
.wxSYS_COLOUR_BTNFACE
663 wxSYS_COLOUR_BTNSHADOW
= miscc
.wxSYS_COLOUR_BTNSHADOW
664 wxSYS_COLOUR_GRAYTEXT
= miscc
.wxSYS_COLOUR_GRAYTEXT
665 wxSYS_COLOUR_BTNTEXT
= miscc
.wxSYS_COLOUR_BTNTEXT
666 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= miscc
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
667 wxSYS_COLOUR_BTNHIGHLIGHT
= miscc
.wxSYS_COLOUR_BTNHIGHLIGHT
668 wxSYS_COLOUR_3DDKSHADOW
= miscc
.wxSYS_COLOUR_3DDKSHADOW
669 wxSYS_COLOUR_3DLIGHT
= miscc
.wxSYS_COLOUR_3DLIGHT
670 wxSYS_COLOUR_INFOTEXT
= miscc
.wxSYS_COLOUR_INFOTEXT
671 wxSYS_COLOUR_INFOBK
= miscc
.wxSYS_COLOUR_INFOBK
672 wxSYS_COLOUR_DESKTOP
= miscc
.wxSYS_COLOUR_DESKTOP
673 wxSYS_COLOUR_3DFACE
= miscc
.wxSYS_COLOUR_3DFACE
674 wxSYS_COLOUR_3DSHADOW
= miscc
.wxSYS_COLOUR_3DSHADOW
675 wxSYS_COLOUR_3DHIGHLIGHT
= miscc
.wxSYS_COLOUR_3DHIGHLIGHT
676 wxSYS_COLOUR_3DHILIGHT
= miscc
.wxSYS_COLOUR_3DHILIGHT
677 wxSYS_COLOUR_BTNHILIGHT
= miscc
.wxSYS_COLOUR_BTNHILIGHT
678 wxSYS_MOUSE_BUTTONS
= miscc
.wxSYS_MOUSE_BUTTONS
679 wxSYS_BORDER_X
= miscc
.wxSYS_BORDER_X
680 wxSYS_BORDER_Y
= miscc
.wxSYS_BORDER_Y
681 wxSYS_CURSOR_X
= miscc
.wxSYS_CURSOR_X
682 wxSYS_CURSOR_Y
= miscc
.wxSYS_CURSOR_Y
683 wxSYS_DCLICK_X
= miscc
.wxSYS_DCLICK_X
684 wxSYS_DCLICK_Y
= miscc
.wxSYS_DCLICK_Y
685 wxSYS_DRAG_X
= miscc
.wxSYS_DRAG_X
686 wxSYS_DRAG_Y
= miscc
.wxSYS_DRAG_Y
687 wxSYS_EDGE_X
= miscc
.wxSYS_EDGE_X
688 wxSYS_EDGE_Y
= miscc
.wxSYS_EDGE_Y
689 wxSYS_HSCROLL_ARROW_X
= miscc
.wxSYS_HSCROLL_ARROW_X
690 wxSYS_HSCROLL_ARROW_Y
= miscc
.wxSYS_HSCROLL_ARROW_Y
691 wxSYS_HTHUMB_X
= miscc
.wxSYS_HTHUMB_X
692 wxSYS_ICON_X
= miscc
.wxSYS_ICON_X
693 wxSYS_ICON_Y
= miscc
.wxSYS_ICON_Y
694 wxSYS_ICONSPACING_X
= miscc
.wxSYS_ICONSPACING_X
695 wxSYS_ICONSPACING_Y
= miscc
.wxSYS_ICONSPACING_Y
696 wxSYS_WINDOWMIN_X
= miscc
.wxSYS_WINDOWMIN_X
697 wxSYS_WINDOWMIN_Y
= miscc
.wxSYS_WINDOWMIN_Y
698 wxSYS_SCREEN_X
= miscc
.wxSYS_SCREEN_X
699 wxSYS_SCREEN_Y
= miscc
.wxSYS_SCREEN_Y
700 wxSYS_FRAMESIZE_X
= miscc
.wxSYS_FRAMESIZE_X
701 wxSYS_FRAMESIZE_Y
= miscc
.wxSYS_FRAMESIZE_Y
702 wxSYS_SMALLICON_X
= miscc
.wxSYS_SMALLICON_X
703 wxSYS_SMALLICON_Y
= miscc
.wxSYS_SMALLICON_Y
704 wxSYS_HSCROLL_Y
= miscc
.wxSYS_HSCROLL_Y
705 wxSYS_VSCROLL_X
= miscc
.wxSYS_VSCROLL_X
706 wxSYS_VSCROLL_ARROW_X
= miscc
.wxSYS_VSCROLL_ARROW_X
707 wxSYS_VSCROLL_ARROW_Y
= miscc
.wxSYS_VSCROLL_ARROW_Y
708 wxSYS_VTHUMB_Y
= miscc
.wxSYS_VTHUMB_Y
709 wxSYS_CAPTION_Y
= miscc
.wxSYS_CAPTION_Y
710 wxSYS_MENU_Y
= miscc
.wxSYS_MENU_Y
711 wxSYS_NETWORK_PRESENT
= miscc
.wxSYS_NETWORK_PRESENT
712 wxSYS_PENWINDOWS_PRESENT
= miscc
.wxSYS_PENWINDOWS_PRESENT
713 wxSYS_SHOW_SOUNDS
= miscc
.wxSYS_SHOW_SOUNDS
714 wxSYS_SWAP_BUTTONS
= miscc
.wxSYS_SWAP_BUTTONS