1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
15 class wxToolTipPtr(wxObjectPtr
):
16 def __init__(self
,this
):
19 def SetTip(self
, *_args
, **_kwargs
):
20 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
22 def GetTip(self
, *_args
, **_kwargs
):
23 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
25 def GetWindow(self
, *_args
, **_kwargs
):
26 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
29 return "<C wxToolTip instance at %s>" % (self
.this
,)
30 class wxToolTip(wxToolTipPtr
):
31 def __init__(self
,*_args
,**_kwargs
):
32 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
39 def __init__(self
,this
):
42 def __del__(self
,misc2c
=misc2c
):
43 if self
.thisown
== 1 :
44 misc2c
.delete_wxCaret(self
)
45 def IsOk(self
, *_args
, **_kwargs
):
46 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
48 def IsVisible(self
, *_args
, **_kwargs
):
49 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
51 def GetPositionTuple(self
, *_args
, **_kwargs
):
52 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
54 def GetPosition(self
, *_args
, **_kwargs
):
55 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
56 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
58 def GetSizeTuple(self
, *_args
, **_kwargs
):
59 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
61 def GetSize(self
, *_args
, **_kwargs
):
62 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
63 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
65 def GetWindow(self
, *_args
, **_kwargs
):
66 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
68 def MoveXY(self
, *_args
, **_kwargs
):
69 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
71 def Move(self
, *_args
, **_kwargs
):
72 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
74 def SetSizeWH(self
, *_args
, **_kwargs
):
75 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
77 def SetSize(self
, *_args
, **_kwargs
):
78 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
80 def Show(self
, *_args
, **_kwargs
):
81 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
83 def Hide(self
, *_args
, **_kwargs
):
84 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
87 return "<C wxCaret instance at %s>" % (self
.this
,)
88 class wxCaret(wxCaretPtr
):
89 def __init__(self
,*_args
,**_kwargs
):
90 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
96 class wxFontEnumeratorPtr
:
97 def __init__(self
,this
):
100 def __del__(self
,misc2c
=misc2c
):
101 if self
.thisown
== 1 :
102 misc2c
.delete_wxFontEnumerator(self
)
103 def _setCallbackInfo(self
, *_args
, **_kwargs
):
104 val
= apply(misc2c
.wxFontEnumerator__setCallbackInfo
,(self
,) + _args
, _kwargs
)
106 def EnumerateFacenames(self
, *_args
, **_kwargs
):
107 val
= apply(misc2c
.wxFontEnumerator_EnumerateFacenames
,(self
,) + _args
, _kwargs
)
109 def EnumerateEncodings(self
, *_args
, **_kwargs
):
110 val
= apply(misc2c
.wxFontEnumerator_EnumerateEncodings
,(self
,) + _args
, _kwargs
)
112 def GetEncodings(self
, *_args
, **_kwargs
):
113 val
= apply(misc2c
.wxFontEnumerator_GetEncodings
,(self
,) + _args
, _kwargs
)
115 def GetFacenames(self
, *_args
, **_kwargs
):
116 val
= apply(misc2c
.wxFontEnumerator_GetFacenames
,(self
,) + _args
, _kwargs
)
119 return "<C wxFontEnumerator instance at %s>" % (self
.this
,)
120 class wxFontEnumerator(wxFontEnumeratorPtr
):
121 def __init__(self
,*_args
,**_kwargs
):
122 self
.this
= apply(misc2c
.new_wxFontEnumerator
,_args
,_kwargs
)
124 self
._setCallbackInfo
(self
, wxFontEnumerator
)
129 class wxBusyCursorPtr
:
130 def __init__(self
,this
):
133 def __del__(self
,misc2c
=misc2c
):
134 if self
.thisown
== 1 :
135 misc2c
.delete_wxBusyCursor(self
)
137 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
138 class wxBusyCursor(wxBusyCursorPtr
):
139 def __init__(self
,*_args
,**_kwargs
):
140 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
146 class wxWindowDisablerPtr
:
147 def __init__(self
,this
):
150 def __del__(self
,misc2c
=misc2c
):
151 if self
.thisown
== 1 :
152 misc2c
.delete_wxWindowDisabler(self
)
154 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
155 class wxWindowDisabler(wxWindowDisablerPtr
):
156 def __init__(self
,*_args
,**_kwargs
):
157 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
163 class wxMutexGuiLockerPtr
:
164 def __init__(self
,this
):
167 def __del__(self
,misc2c
=misc2c
):
168 if self
.thisown
== 1 :
169 misc2c
.delete_wxMutexGuiLocker(self
)
171 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
172 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
173 def __init__(self
,*_args
,**_kwargs
):
174 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
180 class wxTipProviderPtr
:
181 def __init__(self
,this
):
184 def __del__(self
,misc2c
=misc2c
):
185 if self
.thisown
== 1 :
186 misc2c
.delete_wxTipProvider(self
)
187 def GetTip(self
, *_args
, **_kwargs
):
188 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
190 def GetCurrentTip(self
, *_args
, **_kwargs
):
191 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
194 return "<C wxTipProvider instance at %s>" % (self
.this
,)
195 class wxTipProvider(wxTipProviderPtr
):
196 def __init__(self
,this
):
202 class wxPyTipProviderPtr(wxTipProviderPtr
):
203 def __init__(self
,this
):
207 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
208 class wxPyTipProvider(wxPyTipProviderPtr
):
209 def __init__(self
,*_args
,**_kwargs
):
210 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
216 class wxDragImagePtr(wxObjectPtr
):
217 def __init__(self
,this
):
220 def __del__(self
,misc2c
=misc2c
):
221 if self
.thisown
== 1 :
222 misc2c
.delete_wxDragImage(self
)
223 def SetBackingBitmap(self
, *_args
, **_kwargs
):
224 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
226 def BeginDrag(self
, *_args
, **_kwargs
):
227 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
229 def BeginDrag2(self
, *_args
, **_kwargs
):
230 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
232 def EndDrag(self
, *_args
, **_kwargs
):
233 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
235 def Move(self
, *_args
, **_kwargs
):
236 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
238 def Show(self
, *_args
, **_kwargs
):
239 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
241 def Hide(self
, *_args
, **_kwargs
):
242 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
244 def GetImageRect(self
, *_args
, **_kwargs
):
245 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
246 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
248 def RedrawImage(self
, *_args
, **_kwargs
):
249 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
252 return "<C wxDragImage instance at %s>" % (self
.this
,)
253 class wxDragImage(wxDragImagePtr
):
254 def __init__(self
,*_args
,**_kwargs
):
255 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
260 def wxDragIcon(*_args
,**_kwargs
):
261 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
265 def wxDragString(*_args
,**_kwargs
):
266 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
270 def wxDragTreeItem(*_args
,**_kwargs
):
271 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
275 def wxDragListItem(*_args
,**_kwargs
):
276 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
281 class wxPyTimerPtr(wxObjectPtr
):
282 def __init__(self
,this
):
285 def __del__(self
,misc2c
=misc2c
):
286 if self
.thisown
== 1 :
287 misc2c
.delete_wxPyTimer(self
)
288 def GetInterval(self
, *_args
, **_kwargs
):
289 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
291 def IsOneShot(self
, *_args
, **_kwargs
):
292 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
294 def IsRunning(self
, *_args
, **_kwargs
):
295 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
297 def SetOwner(self
, *_args
, **_kwargs
):
298 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
300 def Start(self
, *_args
, **_kwargs
):
301 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
303 def Stop(self
, *_args
, **_kwargs
):
304 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
307 return "<C wxPyTimer instance at %s>" % (self
.this
,)
308 class wxPyTimer(wxPyTimerPtr
):
309 def __init__(self
,*_args
,**_kwargs
):
310 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
316 class wxStopWatchPtr
:
317 def __init__(self
,this
):
320 def Start(self
, *_args
, **_kwargs
):
321 val
= apply(misc2c
.wxStopWatch_Start
,(self
,) + _args
, _kwargs
)
323 def Pause(self
, *_args
, **_kwargs
):
324 val
= apply(misc2c
.wxStopWatch_Pause
,(self
,) + _args
, _kwargs
)
326 def Resume(self
, *_args
, **_kwargs
):
327 val
= apply(misc2c
.wxStopWatch_Resume
,(self
,) + _args
, _kwargs
)
329 def Time(self
, *_args
, **_kwargs
):
330 val
= apply(misc2c
.wxStopWatch_Time
,(self
,) + _args
, _kwargs
)
333 return "<C wxStopWatch instance at %s>" % (self
.this
,)
334 class wxStopWatch(wxStopWatchPtr
):
335 def __init__(self
,*_args
,**_kwargs
):
336 self
.this
= apply(misc2c
.new_wxStopWatch
,_args
,_kwargs
)
343 def __init__(self
,this
):
346 def Flush(self
, *_args
, **_kwargs
):
347 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
349 def HasPendingMessages(self
, *_args
, **_kwargs
):
350 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
352 def SetVerbose(self
, *_args
, **_kwargs
):
353 val
= apply(misc2c
.wxLog_SetVerbose
,(self
,) + _args
, _kwargs
)
355 def GetVerbose(self
, *_args
, **_kwargs
):
356 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
358 def TimeStamp(self
, *_args
, **_kwargs
):
359 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
362 return "<C wxLog instance at %s>" % (self
.this
,)
363 class wxLog(wxLogPtr
):
364 def __init__(self
,*_args
,**_kwargs
):
365 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
371 class wxLogStderrPtr(wxLogPtr
):
372 def __init__(self
,this
):
376 return "<C wxLogStderr instance at %s>" % (self
.this
,)
377 class wxLogStderr(wxLogStderrPtr
):
378 def __init__(self
,*_args
,**_kwargs
):
379 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
385 class wxLogTextCtrlPtr(wxLogPtr
):
386 def __init__(self
,this
):
390 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
391 class wxLogTextCtrl(wxLogTextCtrlPtr
):
392 def __init__(self
,*_args
,**_kwargs
):
393 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
399 class wxLogGuiPtr(wxLogPtr
):
400 def __init__(self
,this
):
404 return "<C wxLogGui instance at %s>" % (self
.this
,)
405 class wxLogGui(wxLogGuiPtr
):
406 def __init__(self
,*_args
,**_kwargs
):
407 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
413 class wxLogWindowPtr(wxLogPtr
):
414 def __init__(self
,this
):
417 def Show(self
, *_args
, **_kwargs
):
418 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
420 def GetFrame(self
, *_args
, **_kwargs
):
421 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
423 def GetOldLog(self
, *_args
, **_kwargs
):
424 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
425 if val
: val
= wxLogPtr(val
)
427 def IsPassingMessages(self
, *_args
, **_kwargs
):
428 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
430 def PassMessages(self
, *_args
, **_kwargs
):
431 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
434 return "<C wxLogWindow instance at %s>" % (self
.this
,)
435 class wxLogWindow(wxLogWindowPtr
):
436 def __init__(self
,*_args
,**_kwargs
):
437 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
444 def __init__(self
,this
):
447 def __del__(self
,misc2c
=misc2c
):
448 if self
.thisown
== 1 :
449 misc2c
.delete_wxLogNull(self
)
451 return "<C wxLogNull instance at %s>" % (self
.this
,)
452 class wxLogNull(wxLogNullPtr
):
453 def __init__(self
,*_args
,**_kwargs
):
454 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
460 class wxLogChainPtr(wxLogPtr
):
461 def __init__(self
,this
):
464 def SetLog(self
, *_args
, **_kwargs
):
465 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
467 def PassMessages(self
, *_args
, **_kwargs
):
468 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
470 def IsPassingMessages(self
, *_args
, **_kwargs
):
471 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
473 def GetOldLog(self
, *_args
, **_kwargs
):
474 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
475 if val
: val
= wxLogPtr(val
)
478 return "<C wxLogChain instance at %s>" % (self
.this
,)
479 class wxLogChain(wxLogChainPtr
):
480 def __init__(self
,*_args
,**_kwargs
):
481 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
487 class wxPyLogPtr(wxLogPtr
):
488 def __init__(self
,this
):
491 def _setCallbackInfo(self
, *_args
, **_kwargs
):
492 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
494 def Destroy(self
, *_args
, **_kwargs
):
495 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
498 return "<C wxPyLog instance at %s>" % (self
.this
,)
499 class wxPyLog(wxPyLogPtr
):
500 def __init__(self
,*_args
,**_kwargs
):
501 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
503 self
._setCallbackInfo
(self
, wxPyLog
)
508 class wxProcessEventPtr(wxEventPtr
):
509 def __init__(self
,this
):
512 def GetPid(self
, *_args
, **_kwargs
):
513 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
515 def GetExitCode(self
, *_args
, **_kwargs
):
516 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
518 def __setattr__(self
,name
,value
):
520 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
522 if name
== "m_exitcode" :
523 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
525 self
.__dict
__[name
] = value
526 def __getattr__(self
,name
):
528 return misc2c
.wxProcessEvent_m_pid_get(self
)
529 if name
== "m_exitcode" :
530 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
531 raise AttributeError,name
533 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
534 class wxProcessEvent(wxProcessEventPtr
):
535 def __init__(self
,*_args
,**_kwargs
):
536 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
542 class wxProcessPtr(wxEvtHandlerPtr
):
543 def __init__(self
,this
):
546 def Destroy(self
, *_args
, **_kwargs
):
547 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
549 def _setCallbackInfo(self
, *_args
, **_kwargs
):
550 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
552 def base_OnTerminate(self
, *_args
, **_kwargs
):
553 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
555 def Redirect(self
, *_args
, **_kwargs
):
556 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
558 def IsRedirected(self
, *_args
, **_kwargs
):
559 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
561 def Detach(self
, *_args
, **_kwargs
):
562 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
564 def GetInputStream(self
, *_args
, **_kwargs
):
565 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
567 def GetErrorStream(self
, *_args
, **_kwargs
):
568 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
570 def GetOutputStream(self
, *_args
, **_kwargs
):
571 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
572 if val
: val
= wxOutputStreamPtr(val
)
574 def CloseOutput(self
, *_args
, **_kwargs
):
575 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
578 return "<C wxProcess instance at %s>" % (self
.this
,)
579 class wxProcess(wxProcessPtr
):
580 def __init__(self
,*_args
,**_kwargs
):
581 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
583 self
._setCallbackInfo
(self
, wxProcess
)
588 class wxJoystickPtr(wxObjectPtr
):
589 def __init__(self
,this
):
592 def __del__(self
,misc2c
=misc2c
):
593 if self
.thisown
== 1 :
594 misc2c
.delete_wxJoystick(self
)
595 def GetPosition(self
, *_args
, **_kwargs
):
596 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
597 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
599 def GetZPosition(self
, *_args
, **_kwargs
):
600 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
602 def GetButtonState(self
, *_args
, **_kwargs
):
603 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
605 def GetPOVPosition(self
, *_args
, **_kwargs
):
606 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
608 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
609 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
611 def GetRudderPosition(self
, *_args
, **_kwargs
):
612 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
614 def GetUPosition(self
, *_args
, **_kwargs
):
615 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
617 def GetVPosition(self
, *_args
, **_kwargs
):
618 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
620 def GetMovementThreshold(self
, *_args
, **_kwargs
):
621 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
623 def SetMovementThreshold(self
, *_args
, **_kwargs
):
624 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
626 def IsOk(self
, *_args
, **_kwargs
):
627 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
629 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
630 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
632 def GetManufacturerId(self
, *_args
, **_kwargs
):
633 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
635 def GetProductId(self
, *_args
, **_kwargs
):
636 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
638 def GetProductName(self
, *_args
, **_kwargs
):
639 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
641 def GetXMin(self
, *_args
, **_kwargs
):
642 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
644 def GetYMin(self
, *_args
, **_kwargs
):
645 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
647 def GetZMin(self
, *_args
, **_kwargs
):
648 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
650 def GetXMax(self
, *_args
, **_kwargs
):
651 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
653 def GetYMax(self
, *_args
, **_kwargs
):
654 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
656 def GetZMax(self
, *_args
, **_kwargs
):
657 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
659 def GetNumberButtons(self
, *_args
, **_kwargs
):
660 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
662 def GetNumberAxes(self
, *_args
, **_kwargs
):
663 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
665 def GetMaxButtons(self
, *_args
, **_kwargs
):
666 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
668 def GetMaxAxes(self
, *_args
, **_kwargs
):
669 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
671 def GetPollingMin(self
, *_args
, **_kwargs
):
672 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
674 def GetPollingMax(self
, *_args
, **_kwargs
):
675 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
677 def GetRudderMin(self
, *_args
, **_kwargs
):
678 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
680 def GetRudderMax(self
, *_args
, **_kwargs
):
681 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
683 def GetUMin(self
, *_args
, **_kwargs
):
684 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
686 def GetUMax(self
, *_args
, **_kwargs
):
687 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
689 def GetVMin(self
, *_args
, **_kwargs
):
690 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
692 def GetVMax(self
, *_args
, **_kwargs
):
693 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
695 def HasRudder(self
, *_args
, **_kwargs
):
696 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
698 def HasZ(self
, *_args
, **_kwargs
):
699 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
701 def HasU(self
, *_args
, **_kwargs
):
702 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
704 def HasV(self
, *_args
, **_kwargs
):
705 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
707 def HasPOV(self
, *_args
, **_kwargs
):
708 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
710 def HasPOV4Dir(self
, *_args
, **_kwargs
):
711 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
713 def HasPOVCTS(self
, *_args
, **_kwargs
):
714 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
716 def SetCapture(self
, *_args
, **_kwargs
):
717 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
719 def ReleaseCapture(self
, *_args
, **_kwargs
):
720 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
723 return "<C wxJoystick instance at %s>" % (self
.this
,)
724 class wxJoystick(wxJoystickPtr
):
725 def __init__(self
,*_args
,**_kwargs
):
726 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
732 class wxWavePtr(wxObjectPtr
):
733 def __init__(self
,this
):
736 def __del__(self
,misc2c
=misc2c
):
737 if self
.thisown
== 1 :
738 misc2c
.delete_wxWave(self
)
739 def IsOk(self
, *_args
, **_kwargs
):
740 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
742 def Play(self
, *_args
, **_kwargs
):
743 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
746 return "<C wxWave instance at %s>" % (self
.this
,)
747 class wxWave(wxWavePtr
):
748 def __init__(self
,*_args
,**_kwargs
):
749 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
755 class wxFileTypeInfoPtr
:
756 def __init__(self
,this
):
759 def IsValid(self
, *_args
, **_kwargs
):
760 val
= apply(misc2c
.wxFileTypeInfo_IsValid
,(self
,) + _args
, _kwargs
)
762 def SetIcon(self
, *_args
, **_kwargs
):
763 val
= apply(misc2c
.wxFileTypeInfo_SetIcon
,(self
,) + _args
, _kwargs
)
765 def SetShortDesc(self
, *_args
, **_kwargs
):
766 val
= apply(misc2c
.wxFileTypeInfo_SetShortDesc
,(self
,) + _args
, _kwargs
)
768 def GetMimeType(self
, *_args
, **_kwargs
):
769 val
= apply(misc2c
.wxFileTypeInfo_GetMimeType
,(self
,) + _args
, _kwargs
)
771 def GetOpenCommand(self
, *_args
, **_kwargs
):
772 val
= apply(misc2c
.wxFileTypeInfo_GetOpenCommand
,(self
,) + _args
, _kwargs
)
774 def GetPrintCommand(self
, *_args
, **_kwargs
):
775 val
= apply(misc2c
.wxFileTypeInfo_GetPrintCommand
,(self
,) + _args
, _kwargs
)
777 def GetShortDesc(self
, *_args
, **_kwargs
):
778 val
= apply(misc2c
.wxFileTypeInfo_GetShortDesc
,(self
,) + _args
, _kwargs
)
780 def GetDescription(self
, *_args
, **_kwargs
):
781 val
= apply(misc2c
.wxFileTypeInfo_GetDescription
,(self
,) + _args
, _kwargs
)
783 def GetExtensions(self
, *_args
, **_kwargs
):
784 val
= apply(misc2c
.wxFileTypeInfo_GetExtensions
,(self
,) + _args
, _kwargs
)
786 def GetExtensionsCount(self
, *_args
, **_kwargs
):
787 val
= apply(misc2c
.wxFileTypeInfo_GetExtensionsCount
,(self
,) + _args
, _kwargs
)
789 def GetIconFile(self
, *_args
, **_kwargs
):
790 val
= apply(misc2c
.wxFileTypeInfo_GetIconFile
,(self
,) + _args
, _kwargs
)
792 def GetIconIndex(self
, *_args
, **_kwargs
):
793 val
= apply(misc2c
.wxFileTypeInfo_GetIconIndex
,(self
,) + _args
, _kwargs
)
796 return "<C wxFileTypeInfo instance at %s>" % (self
.this
,)
797 class wxFileTypeInfo(wxFileTypeInfoPtr
):
798 def __init__(self
,*_args
,**_kwargs
):
799 self
.this
= apply(misc2c
.new_wxFileTypeInfo
,_args
,_kwargs
)
804 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
805 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxFileTypeInfoSequence
,_args
,_kwargs
))
809 def wxNullFileTypeInfo(*_args
,**_kwargs
):
810 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxNullFileTypeInfo
,_args
,_kwargs
))
815 class wxFileTypePtr
:
816 def __init__(self
,this
):
819 def GetMimeType(self
, *_args
, **_kwargs
):
820 val
= apply(misc2c
.wxFileType_GetMimeType
,(self
,) + _args
, _kwargs
)
822 def GetMimeTypes(self
, *_args
, **_kwargs
):
823 val
= apply(misc2c
.wxFileType_GetMimeTypes
,(self
,) + _args
, _kwargs
)
825 def GetExtensions(self
, *_args
, **_kwargs
):
826 val
= apply(misc2c
.wxFileType_GetExtensions
,(self
,) + _args
, _kwargs
)
828 def GetIcon(self
, *_args
, **_kwargs
):
829 val
= apply(misc2c
.wxFileType_GetIcon
,(self
,) + _args
, _kwargs
)
830 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
832 def GetIconInfo(self
, *_args
, **_kwargs
):
833 val
= apply(misc2c
.wxFileType_GetIconInfo
,(self
,) + _args
, _kwargs
)
835 def GetDescription(self
, *_args
, **_kwargs
):
836 val
= apply(misc2c
.wxFileType_GetDescription
,(self
,) + _args
, _kwargs
)
838 def GetOpenCommand(self
, *_args
, **_kwargs
):
839 val
= apply(misc2c
.wxFileType_GetOpenCommand
,(self
,) + _args
, _kwargs
)
841 def GetPrintCommand(self
, *_args
, **_kwargs
):
842 val
= apply(misc2c
.wxFileType_GetPrintCommand
,(self
,) + _args
, _kwargs
)
844 def GetAllCommands(self
, *_args
, **_kwargs
):
845 val
= apply(misc2c
.wxFileType_GetAllCommands
,(self
,) + _args
, _kwargs
)
847 def SetCommand(self
, *_args
, **_kwargs
):
848 val
= apply(misc2c
.wxFileType_SetCommand
,(self
,) + _args
, _kwargs
)
850 def SetDefaultIcon(self
, *_args
, **_kwargs
):
851 val
= apply(misc2c
.wxFileType_SetDefaultIcon
,(self
,) + _args
, _kwargs
)
853 def Unassociate(self
, *_args
, **_kwargs
):
854 val
= apply(misc2c
.wxFileType_Unassociate
,(self
,) + _args
, _kwargs
)
856 def __del__(self
,misc2c
=misc2c
):
857 if self
.thisown
== 1 :
858 misc2c
.delete_wxFileType(self
)
860 return "<C wxFileType instance at %s>" % (self
.this
,)
861 class wxFileType(wxFileTypePtr
):
862 def __init__(self
,*_args
,**_kwargs
):
863 self
.this
= apply(misc2c
.new_wxFileType
,_args
,_kwargs
)
869 class wxMimeTypesManagerPtr
:
870 def __init__(self
,this
):
873 def Initialize(self
, *_args
, **_kwargs
):
874 val
= apply(misc2c
.wxMimeTypesManager_Initialize
,(self
,) + _args
, _kwargs
)
876 def ClearData(self
, *_args
, **_kwargs
):
877 val
= apply(misc2c
.wxMimeTypesManager_ClearData
,(self
,) + _args
, _kwargs
)
879 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
880 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromExtension
,(self
,) + _args
, _kwargs
)
881 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
883 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
884 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType
,(self
,) + _args
, _kwargs
)
885 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
887 def ReadMailcap(self
, *_args
, **_kwargs
):
888 val
= apply(misc2c
.wxMimeTypesManager_ReadMailcap
,(self
,) + _args
, _kwargs
)
890 def ReadMimeTypes(self
, *_args
, **_kwargs
):
891 val
= apply(misc2c
.wxMimeTypesManager_ReadMimeTypes
,(self
,) + _args
, _kwargs
)
893 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
894 val
= apply(misc2c
.wxMimeTypesManager_EnumAllFileTypes
,(self
,) + _args
, _kwargs
)
896 def AddFallback(self
, *_args
, **_kwargs
):
897 val
= apply(misc2c
.wxMimeTypesManager_AddFallback
,(self
,) + _args
, _kwargs
)
899 def Associate(self
, *_args
, **_kwargs
):
900 val
= apply(misc2c
.wxMimeTypesManager_Associate
,(self
,) + _args
, _kwargs
)
901 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
903 def Unassociate(self
, *_args
, **_kwargs
):
904 val
= apply(misc2c
.wxMimeTypesManager_Unassociate
,(self
,) + _args
, _kwargs
)
906 def __del__(self
,misc2c
=misc2c
):
907 if self
.thisown
== 1 :
908 misc2c
.delete_wxMimeTypesManager(self
)
910 return "<C wxMimeTypesManager instance at %s>" % (self
.this
,)
911 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
912 def __init__(self
,*_args
,**_kwargs
):
913 self
.this
= apply(misc2c
.new_wxMimeTypesManager
,_args
,_kwargs
)
921 #-------------- FUNCTION WRAPPERS ------------------
923 wxFileSelector
= misc2c
.wxFileSelector
925 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
927 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
929 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
931 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
933 wxMessageBox
= misc2c
.wxMessageBox
935 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
937 wxColourDisplay
= misc2c
.wxColourDisplay
939 wxDisplayDepth
= misc2c
.wxDisplayDepth
941 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
943 wxDisplaySize
= misc2c
.wxDisplaySize
945 def wxGetDisplaySize(*_args
, **_kwargs
):
946 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
947 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
950 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
952 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
953 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
954 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
957 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
959 def wxGetClientDisplayRect(*_args
, **_kwargs
):
960 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
961 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
964 wxSetCursor
= misc2c
.wxSetCursor
966 def wxFindWindowByLabel(*_args
, **_kwargs
):
967 val
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
)
970 def wxFindWindowByName(*_args
, **_kwargs
):
971 val
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
)
974 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
976 def wxGetActiveWindow(*_args
, **_kwargs
):
977 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
980 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
981 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
984 def wxFindWindowAtPoint(*_args
, **_kwargs
):
985 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
988 wxCheckForInterrupt
= misc2c
.wxCheckForInterrupt
990 wxFlushEvents
= misc2c
.wxFlushEvents
992 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
994 wxResourceClear
= misc2c
.wxResourceClear
996 def wxResourceCreateBitmap(*_args
, **_kwargs
):
997 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
998 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1001 def wxResourceCreateIcon(*_args
, **_kwargs
):
1002 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
1003 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1006 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
1007 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
1010 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
1012 wxResourceParseData
= misc2c
.wxResourceParseData
1014 wxResourceParseFile
= misc2c
.wxResourceParseFile
1016 wxResourceParseString
= misc2c
.wxResourceParseString
1018 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
):
1019 val
= apply(misc2c
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
)
1020 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1023 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
):
1024 val
= apply(misc2c
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
)
1025 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1028 wxSystemSettings_GetSystemMetric
= misc2c
.wxSystemSettings_GetSystemMetric
1030 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1032 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1034 wxSafeYield
= misc2c
.wxSafeYield
1036 wxPostEvent
= misc2c
.wxPostEvent
1038 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1040 wxWakeUpMainThread
= misc2c
.wxWakeUpMainThread
1042 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1044 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1046 wxThread_IsMain
= misc2c
.wxThread_IsMain
1048 wxShowTip
= misc2c
.wxShowTip
1050 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1051 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
1052 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1055 wxSysErrorCode
= misc2c
.wxSysErrorCode
1057 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1059 wxLogFatalError
= misc2c
.wxLogFatalError
1061 wxLogError
= misc2c
.wxLogError
1063 wxLogWarning
= misc2c
.wxLogWarning
1065 wxLogMessage
= misc2c
.wxLogMessage
1067 wxLogInfo
= misc2c
.wxLogInfo
1069 wxLogVerbose
= misc2c
.wxLogVerbose
1071 wxLogStatus
= misc2c
.wxLogStatus
1073 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1075 wxLogSysError
= misc2c
.wxLogSysError
1077 wxExecute
= misc2c
.wxExecute
1079 def wxWaveData(*_args
, **_kwargs
):
1080 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
1081 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1084 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1086 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1088 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1090 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1092 wxLog_OnLog
= misc2c
.wxLog_OnLog
1094 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1096 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1097 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
1098 if val
: val
= wxLogPtr(val
)
1101 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1102 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
1103 if val
: val
= wxLogPtr(val
)
1106 wxLog_Suspend
= misc2c
.wxLog_Suspend
1108 wxLog_Resume
= misc2c
.wxLog_Resume
1110 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1112 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1114 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1116 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1118 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1120 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1122 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1124 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1126 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1128 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1130 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1134 #-------------- VARIABLE WRAPPERS ------------------
1136 wxSYS_WHITE_BRUSH
= misc2c
.wxSYS_WHITE_BRUSH
1137 wxSYS_LTGRAY_BRUSH
= misc2c
.wxSYS_LTGRAY_BRUSH
1138 wxSYS_GRAY_BRUSH
= misc2c
.wxSYS_GRAY_BRUSH
1139 wxSYS_DKGRAY_BRUSH
= misc2c
.wxSYS_DKGRAY_BRUSH
1140 wxSYS_BLACK_BRUSH
= misc2c
.wxSYS_BLACK_BRUSH
1141 wxSYS_NULL_BRUSH
= misc2c
.wxSYS_NULL_BRUSH
1142 wxSYS_HOLLOW_BRUSH
= misc2c
.wxSYS_HOLLOW_BRUSH
1143 wxSYS_WHITE_PEN
= misc2c
.wxSYS_WHITE_PEN
1144 wxSYS_BLACK_PEN
= misc2c
.wxSYS_BLACK_PEN
1145 wxSYS_NULL_PEN
= misc2c
.wxSYS_NULL_PEN
1146 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1147 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1148 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1149 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1150 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1151 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1152 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1153 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1154 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1155 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1156 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1157 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1158 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1159 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1160 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1161 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1162 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1163 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1164 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1165 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1166 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1167 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1168 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1169 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1170 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1171 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1172 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1173 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1174 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1175 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1176 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1177 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1178 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1179 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1180 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1181 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1182 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1183 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1184 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1185 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1186 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1187 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1188 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1189 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1190 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1191 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1192 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1193 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1194 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1195 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1196 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1197 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1198 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1199 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1200 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1201 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1202 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1203 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1204 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1205 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1206 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1207 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1208 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1209 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1210 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1211 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1212 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1213 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1214 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1215 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1216 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1217 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1218 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1219 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1220 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1221 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1222 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1223 wxLOG_Error
= misc2c
.wxLOG_Error
1224 wxLOG_Warning
= misc2c
.wxLOG_Warning
1225 wxLOG_Message
= misc2c
.wxLOG_Message
1226 wxLOG_Info
= misc2c
.wxLOG_Info
1227 wxLOG_Status
= misc2c
.wxLOG_Status
1228 wxLOG_Debug
= misc2c
.wxLOG_Debug
1229 wxLOG_Trace
= misc2c
.wxLOG_Trace
1230 wxLOG_Progress
= misc2c
.wxLOG_Progress
1231 wxLOG_User
= misc2c
.wxLOG_User
1232 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1233 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1234 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1235 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1236 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1237 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1239 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)