1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
17 class wxSystemSettingsPtr
:
18 def __init__(self
,this
):
22 return "<C wxSystemSettings instance at %s>" % (self
.this
,)
23 class wxSystemSettings(wxSystemSettingsPtr
):
24 def __init__(self
,this
):
30 class wxToolTipPtr(wxObjectPtr
):
31 def __init__(self
,this
):
34 def SetTip(self
, *_args
, **_kwargs
):
35 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
37 def GetTip(self
, *_args
, **_kwargs
):
38 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
40 def GetWindow(self
, *_args
, **_kwargs
):
41 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
44 return "<C wxToolTip instance at %s>" % (self
.this
,)
45 class wxToolTip(wxToolTipPtr
):
46 def __init__(self
,*_args
,**_kwargs
):
47 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
54 def __init__(self
,this
):
57 def __del__(self
,misc2c
=misc2c
):
58 if self
.thisown
== 1 :
59 misc2c
.delete_wxCaret(self
)
60 def IsOk(self
, *_args
, **_kwargs
):
61 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
63 def IsVisible(self
, *_args
, **_kwargs
):
64 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
66 def GetPositionTuple(self
, *_args
, **_kwargs
):
67 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
69 def GetPosition(self
, *_args
, **_kwargs
):
70 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
71 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
73 def GetSizeTuple(self
, *_args
, **_kwargs
):
74 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
76 def GetSize(self
, *_args
, **_kwargs
):
77 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
78 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
80 def GetWindow(self
, *_args
, **_kwargs
):
81 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
83 def MoveXY(self
, *_args
, **_kwargs
):
84 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
86 def Move(self
, *_args
, **_kwargs
):
87 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
89 def SetSizeWH(self
, *_args
, **_kwargs
):
90 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
92 def SetSize(self
, *_args
, **_kwargs
):
93 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
95 def Show(self
, *_args
, **_kwargs
):
96 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
98 def Hide(self
, *_args
, **_kwargs
):
99 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
102 return "<C wxCaret instance at %s>" % (self
.this
,)
103 class wxCaret(wxCaretPtr
):
104 def __init__(self
,*_args
,**_kwargs
):
105 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
111 class wxFontEnumeratorPtr
:
112 def __init__(self
,this
):
115 def __del__(self
,misc2c
=misc2c
):
116 if self
.thisown
== 1 :
117 misc2c
.delete_wxFontEnumerator(self
)
118 def _setCallbackInfo(self
, *_args
, **_kwargs
):
119 val
= apply(misc2c
.wxFontEnumerator__setCallbackInfo
,(self
,) + _args
, _kwargs
)
121 def EnumerateFacenames(self
, *_args
, **_kwargs
):
122 val
= apply(misc2c
.wxFontEnumerator_EnumerateFacenames
,(self
,) + _args
, _kwargs
)
124 def EnumerateEncodings(self
, *_args
, **_kwargs
):
125 val
= apply(misc2c
.wxFontEnumerator_EnumerateEncodings
,(self
,) + _args
, _kwargs
)
127 def GetEncodings(self
, *_args
, **_kwargs
):
128 val
= apply(misc2c
.wxFontEnumerator_GetEncodings
,(self
,) + _args
, _kwargs
)
130 def GetFacenames(self
, *_args
, **_kwargs
):
131 val
= apply(misc2c
.wxFontEnumerator_GetFacenames
,(self
,) + _args
, _kwargs
)
134 return "<C wxFontEnumerator instance at %s>" % (self
.this
,)
135 class wxFontEnumerator(wxFontEnumeratorPtr
):
136 def __init__(self
,*_args
,**_kwargs
):
137 self
.this
= apply(misc2c
.new_wxFontEnumerator
,_args
,_kwargs
)
139 self
._setCallbackInfo
(self
, wxFontEnumerator
, 0)
144 class wxBusyCursorPtr
:
145 def __init__(self
,this
):
148 def __del__(self
,misc2c
=misc2c
):
149 if self
.thisown
== 1 :
150 misc2c
.delete_wxBusyCursor(self
)
152 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
153 class wxBusyCursor(wxBusyCursorPtr
):
154 def __init__(self
,*_args
,**_kwargs
):
155 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
161 class wxWindowDisablerPtr
:
162 def __init__(self
,this
):
165 def __del__(self
,misc2c
=misc2c
):
166 if self
.thisown
== 1 :
167 misc2c
.delete_wxWindowDisabler(self
)
169 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
170 class wxWindowDisabler(wxWindowDisablerPtr
):
171 def __init__(self
,*_args
,**_kwargs
):
172 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
178 class wxMutexGuiLockerPtr
:
179 def __init__(self
,this
):
182 def __del__(self
,misc2c
=misc2c
):
183 if self
.thisown
== 1 :
184 misc2c
.delete_wxMutexGuiLocker(self
)
186 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
187 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
188 def __init__(self
,*_args
,**_kwargs
):
189 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
195 class wxTipProviderPtr
:
196 def __init__(self
,this
):
199 def __del__(self
,misc2c
=misc2c
):
200 if self
.thisown
== 1 :
201 misc2c
.delete_wxTipProvider(self
)
202 def GetTip(self
, *_args
, **_kwargs
):
203 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
205 def GetCurrentTip(self
, *_args
, **_kwargs
):
206 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
209 return "<C wxTipProvider instance at %s>" % (self
.this
,)
210 class wxTipProvider(wxTipProviderPtr
):
211 def __init__(self
,this
):
217 class wxPyTipProviderPtr(wxTipProviderPtr
):
218 def __init__(self
,this
):
222 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
223 class wxPyTipProvider(wxPyTipProviderPtr
):
224 def __init__(self
,*_args
,**_kwargs
):
225 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
231 class wxDragImagePtr(wxObjectPtr
):
232 def __init__(self
,this
):
235 def __del__(self
,misc2c
=misc2c
):
236 if self
.thisown
== 1 :
237 misc2c
.delete_wxDragImage(self
)
238 def SetBackingBitmap(self
, *_args
, **_kwargs
):
239 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
241 def BeginDrag(self
, *_args
, **_kwargs
):
242 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
244 def BeginDrag2(self
, *_args
, **_kwargs
):
245 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
247 def EndDrag(self
, *_args
, **_kwargs
):
248 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
250 def Move(self
, *_args
, **_kwargs
):
251 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
253 def Show(self
, *_args
, **_kwargs
):
254 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
256 def Hide(self
, *_args
, **_kwargs
):
257 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
259 def GetImageRect(self
, *_args
, **_kwargs
):
260 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
261 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
263 def RedrawImage(self
, *_args
, **_kwargs
):
264 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
267 return "<C wxDragImage instance at %s>" % (self
.this
,)
268 class wxDragImage(wxDragImagePtr
):
269 def __init__(self
,*_args
,**_kwargs
):
270 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
275 def wxDragIcon(*_args
,**_kwargs
):
276 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
280 def wxDragString(*_args
,**_kwargs
):
281 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
285 def wxDragTreeItem(*_args
,**_kwargs
):
286 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
290 def wxDragListItem(*_args
,**_kwargs
):
291 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
296 class wxPyTimerPtr(wxObjectPtr
):
297 def __init__(self
,this
):
300 def __del__(self
,misc2c
=misc2c
):
301 if self
.thisown
== 1 :
302 misc2c
.delete_wxPyTimer(self
)
303 def GetInterval(self
, *_args
, **_kwargs
):
304 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
306 def IsOneShot(self
, *_args
, **_kwargs
):
307 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
309 def IsRunning(self
, *_args
, **_kwargs
):
310 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
312 def SetOwner(self
, *_args
, **_kwargs
):
313 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
315 def Start(self
, *_args
, **_kwargs
):
316 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
318 def Stop(self
, *_args
, **_kwargs
):
319 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
322 return "<C wxPyTimer instance at %s>" % (self
.this
,)
323 class wxPyTimer(wxPyTimerPtr
):
324 def __init__(self
,*_args
,**_kwargs
):
325 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
331 class wxStopWatchPtr
:
332 def __init__(self
,this
):
335 def __del__(self
,misc2c
=misc2c
):
336 if self
.thisown
== 1 :
337 misc2c
.delete_wxStopWatch(self
)
338 def Start(self
, *_args
, **_kwargs
):
339 val
= apply(misc2c
.wxStopWatch_Start
,(self
,) + _args
, _kwargs
)
341 def Pause(self
, *_args
, **_kwargs
):
342 val
= apply(misc2c
.wxStopWatch_Pause
,(self
,) + _args
, _kwargs
)
344 def Resume(self
, *_args
, **_kwargs
):
345 val
= apply(misc2c
.wxStopWatch_Resume
,(self
,) + _args
, _kwargs
)
347 def Time(self
, *_args
, **_kwargs
):
348 val
= apply(misc2c
.wxStopWatch_Time
,(self
,) + _args
, _kwargs
)
351 return "<C wxStopWatch instance at %s>" % (self
.this
,)
352 class wxStopWatch(wxStopWatchPtr
):
353 def __init__(self
,*_args
,**_kwargs
):
354 self
.this
= apply(misc2c
.new_wxStopWatch
,_args
,_kwargs
)
361 def __init__(self
,this
):
364 def Flush(self
, *_args
, **_kwargs
):
365 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
367 def HasPendingMessages(self
, *_args
, **_kwargs
):
368 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
370 def SetVerbose(self
, *_args
, **_kwargs
):
371 val
= apply(misc2c
.wxLog_SetVerbose
,(self
,) + _args
, _kwargs
)
373 def GetVerbose(self
, *_args
, **_kwargs
):
374 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
376 def TimeStamp(self
, *_args
, **_kwargs
):
377 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
380 return "<C wxLog instance at %s>" % (self
.this
,)
381 class wxLog(wxLogPtr
):
382 def __init__(self
,*_args
,**_kwargs
):
383 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
389 class wxLogStderrPtr(wxLogPtr
):
390 def __init__(self
,this
):
394 return "<C wxLogStderr instance at %s>" % (self
.this
,)
395 class wxLogStderr(wxLogStderrPtr
):
396 def __init__(self
,*_args
,**_kwargs
):
397 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
403 class wxLogTextCtrlPtr(wxLogPtr
):
404 def __init__(self
,this
):
408 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
409 class wxLogTextCtrl(wxLogTextCtrlPtr
):
410 def __init__(self
,*_args
,**_kwargs
):
411 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
417 class wxLogGuiPtr(wxLogPtr
):
418 def __init__(self
,this
):
422 return "<C wxLogGui instance at %s>" % (self
.this
,)
423 class wxLogGui(wxLogGuiPtr
):
424 def __init__(self
,*_args
,**_kwargs
):
425 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
431 class wxLogWindowPtr(wxLogPtr
):
432 def __init__(self
,this
):
435 def Show(self
, *_args
, **_kwargs
):
436 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
438 def GetFrame(self
, *_args
, **_kwargs
):
439 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
441 def GetOldLog(self
, *_args
, **_kwargs
):
442 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
443 if val
: val
= wxLogPtr(val
)
445 def IsPassingMessages(self
, *_args
, **_kwargs
):
446 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
448 def PassMessages(self
, *_args
, **_kwargs
):
449 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
452 return "<C wxLogWindow instance at %s>" % (self
.this
,)
453 class wxLogWindow(wxLogWindowPtr
):
454 def __init__(self
,*_args
,**_kwargs
):
455 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
462 def __init__(self
,this
):
465 def __del__(self
,misc2c
=misc2c
):
466 if self
.thisown
== 1 :
467 misc2c
.delete_wxLogNull(self
)
469 return "<C wxLogNull instance at %s>" % (self
.this
,)
470 class wxLogNull(wxLogNullPtr
):
471 def __init__(self
,*_args
,**_kwargs
):
472 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
478 class wxLogChainPtr(wxLogPtr
):
479 def __init__(self
,this
):
482 def SetLog(self
, *_args
, **_kwargs
):
483 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
485 def PassMessages(self
, *_args
, **_kwargs
):
486 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
488 def IsPassingMessages(self
, *_args
, **_kwargs
):
489 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
491 def GetOldLog(self
, *_args
, **_kwargs
):
492 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
493 if val
: val
= wxLogPtr(val
)
496 return "<C wxLogChain instance at %s>" % (self
.this
,)
497 class wxLogChain(wxLogChainPtr
):
498 def __init__(self
,*_args
,**_kwargs
):
499 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
505 class wxPyLogPtr(wxLogPtr
):
506 def __init__(self
,this
):
509 def _setCallbackInfo(self
, *_args
, **_kwargs
):
510 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
512 def Destroy(self
, *_args
, **_kwargs
):
513 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
516 return "<C wxPyLog instance at %s>" % (self
.this
,)
517 class wxPyLog(wxPyLogPtr
):
518 def __init__(self
,*_args
,**_kwargs
):
519 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
521 self
._setCallbackInfo
(self
, wxPyLog
)
526 class wxProcessEventPtr(wxEventPtr
):
527 def __init__(self
,this
):
530 def GetPid(self
, *_args
, **_kwargs
):
531 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
533 def GetExitCode(self
, *_args
, **_kwargs
):
534 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
536 def __setattr__(self
,name
,value
):
538 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
540 if name
== "m_exitcode" :
541 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
543 self
.__dict
__[name
] = value
544 def __getattr__(self
,name
):
546 return misc2c
.wxProcessEvent_m_pid_get(self
)
547 if name
== "m_exitcode" :
548 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
549 raise AttributeError,name
551 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
552 class wxProcessEvent(wxProcessEventPtr
):
553 def __init__(self
,*_args
,**_kwargs
):
554 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
560 class wxProcessPtr(wxEvtHandlerPtr
):
561 def __init__(self
,this
):
564 def Destroy(self
, *_args
, **_kwargs
):
565 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
567 def _setCallbackInfo(self
, *_args
, **_kwargs
):
568 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
570 def base_OnTerminate(self
, *_args
, **_kwargs
):
571 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
573 def Redirect(self
, *_args
, **_kwargs
):
574 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
576 def IsRedirected(self
, *_args
, **_kwargs
):
577 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
579 def Detach(self
, *_args
, **_kwargs
):
580 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
582 def GetInputStream(self
, *_args
, **_kwargs
):
583 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
585 def GetErrorStream(self
, *_args
, **_kwargs
):
586 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
588 def GetOutputStream(self
, *_args
, **_kwargs
):
589 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
590 if val
: val
= wxOutputStreamPtr(val
)
592 def CloseOutput(self
, *_args
, **_kwargs
):
593 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
596 return "<C wxProcess instance at %s>" % (self
.this
,)
597 class wxProcess(wxProcessPtr
):
598 def __init__(self
,*_args
,**_kwargs
):
599 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
601 self
._setCallbackInfo
(self
, wxProcess
)
606 class wxJoystickPtr(wxObjectPtr
):
607 def __init__(self
,this
):
610 def __del__(self
,misc2c
=misc2c
):
611 if self
.thisown
== 1 :
612 misc2c
.delete_wxJoystick(self
)
613 def GetPosition(self
, *_args
, **_kwargs
):
614 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
615 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
617 def GetZPosition(self
, *_args
, **_kwargs
):
618 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
620 def GetButtonState(self
, *_args
, **_kwargs
):
621 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
623 def GetPOVPosition(self
, *_args
, **_kwargs
):
624 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
626 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
627 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
629 def GetRudderPosition(self
, *_args
, **_kwargs
):
630 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
632 def GetUPosition(self
, *_args
, **_kwargs
):
633 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
635 def GetVPosition(self
, *_args
, **_kwargs
):
636 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
638 def GetMovementThreshold(self
, *_args
, **_kwargs
):
639 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
641 def SetMovementThreshold(self
, *_args
, **_kwargs
):
642 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
644 def IsOk(self
, *_args
, **_kwargs
):
645 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
647 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
648 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
650 def GetManufacturerId(self
, *_args
, **_kwargs
):
651 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
653 def GetProductId(self
, *_args
, **_kwargs
):
654 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
656 def GetProductName(self
, *_args
, **_kwargs
):
657 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
659 def GetXMin(self
, *_args
, **_kwargs
):
660 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
662 def GetYMin(self
, *_args
, **_kwargs
):
663 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
665 def GetZMin(self
, *_args
, **_kwargs
):
666 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
668 def GetXMax(self
, *_args
, **_kwargs
):
669 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
671 def GetYMax(self
, *_args
, **_kwargs
):
672 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
674 def GetZMax(self
, *_args
, **_kwargs
):
675 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
677 def GetNumberButtons(self
, *_args
, **_kwargs
):
678 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
680 def GetNumberAxes(self
, *_args
, **_kwargs
):
681 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
683 def GetMaxButtons(self
, *_args
, **_kwargs
):
684 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
686 def GetMaxAxes(self
, *_args
, **_kwargs
):
687 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
689 def GetPollingMin(self
, *_args
, **_kwargs
):
690 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
692 def GetPollingMax(self
, *_args
, **_kwargs
):
693 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
695 def GetRudderMin(self
, *_args
, **_kwargs
):
696 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
698 def GetRudderMax(self
, *_args
, **_kwargs
):
699 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
701 def GetUMin(self
, *_args
, **_kwargs
):
702 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
704 def GetUMax(self
, *_args
, **_kwargs
):
705 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
707 def GetVMin(self
, *_args
, **_kwargs
):
708 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
710 def GetVMax(self
, *_args
, **_kwargs
):
711 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
713 def HasRudder(self
, *_args
, **_kwargs
):
714 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
716 def HasZ(self
, *_args
, **_kwargs
):
717 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
719 def HasU(self
, *_args
, **_kwargs
):
720 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
722 def HasV(self
, *_args
, **_kwargs
):
723 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
725 def HasPOV(self
, *_args
, **_kwargs
):
726 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
728 def HasPOV4Dir(self
, *_args
, **_kwargs
):
729 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
731 def HasPOVCTS(self
, *_args
, **_kwargs
):
732 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
734 def SetCapture(self
, *_args
, **_kwargs
):
735 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
737 def ReleaseCapture(self
, *_args
, **_kwargs
):
738 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
741 return "<C wxJoystick instance at %s>" % (self
.this
,)
742 class wxJoystick(wxJoystickPtr
):
743 def __init__(self
,*_args
,**_kwargs
):
744 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
750 class wxWavePtr(wxObjectPtr
):
751 def __init__(self
,this
):
754 def __del__(self
,misc2c
=misc2c
):
755 if self
.thisown
== 1 :
756 misc2c
.delete_wxWave(self
)
757 def IsOk(self
, *_args
, **_kwargs
):
758 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
760 def Play(self
, *_args
, **_kwargs
):
761 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
764 return "<C wxWave instance at %s>" % (self
.this
,)
765 class wxWave(wxWavePtr
):
766 def __init__(self
,*_args
,**_kwargs
):
767 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
773 class wxFileTypeInfoPtr
:
774 def __init__(self
,this
):
777 def IsValid(self
, *_args
, **_kwargs
):
778 val
= apply(misc2c
.wxFileTypeInfo_IsValid
,(self
,) + _args
, _kwargs
)
780 def SetIcon(self
, *_args
, **_kwargs
):
781 val
= apply(misc2c
.wxFileTypeInfo_SetIcon
,(self
,) + _args
, _kwargs
)
783 def SetShortDesc(self
, *_args
, **_kwargs
):
784 val
= apply(misc2c
.wxFileTypeInfo_SetShortDesc
,(self
,) + _args
, _kwargs
)
786 def GetMimeType(self
, *_args
, **_kwargs
):
787 val
= apply(misc2c
.wxFileTypeInfo_GetMimeType
,(self
,) + _args
, _kwargs
)
789 def GetOpenCommand(self
, *_args
, **_kwargs
):
790 val
= apply(misc2c
.wxFileTypeInfo_GetOpenCommand
,(self
,) + _args
, _kwargs
)
792 def GetPrintCommand(self
, *_args
, **_kwargs
):
793 val
= apply(misc2c
.wxFileTypeInfo_GetPrintCommand
,(self
,) + _args
, _kwargs
)
795 def GetShortDesc(self
, *_args
, **_kwargs
):
796 val
= apply(misc2c
.wxFileTypeInfo_GetShortDesc
,(self
,) + _args
, _kwargs
)
798 def GetDescription(self
, *_args
, **_kwargs
):
799 val
= apply(misc2c
.wxFileTypeInfo_GetDescription
,(self
,) + _args
, _kwargs
)
801 def GetExtensions(self
, *_args
, **_kwargs
):
802 val
= apply(misc2c
.wxFileTypeInfo_GetExtensions
,(self
,) + _args
, _kwargs
)
804 def GetExtensionsCount(self
, *_args
, **_kwargs
):
805 val
= apply(misc2c
.wxFileTypeInfo_GetExtensionsCount
,(self
,) + _args
, _kwargs
)
807 def GetIconFile(self
, *_args
, **_kwargs
):
808 val
= apply(misc2c
.wxFileTypeInfo_GetIconFile
,(self
,) + _args
, _kwargs
)
810 def GetIconIndex(self
, *_args
, **_kwargs
):
811 val
= apply(misc2c
.wxFileTypeInfo_GetIconIndex
,(self
,) + _args
, _kwargs
)
814 return "<C wxFileTypeInfo instance at %s>" % (self
.this
,)
815 class wxFileTypeInfo(wxFileTypeInfoPtr
):
816 def __init__(self
,*_args
,**_kwargs
):
817 self
.this
= apply(misc2c
.new_wxFileTypeInfo
,_args
,_kwargs
)
822 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
823 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxFileTypeInfoSequence
,_args
,_kwargs
))
827 def wxNullFileTypeInfo(*_args
,**_kwargs
):
828 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxNullFileTypeInfo
,_args
,_kwargs
))
833 class wxFileTypePtr
:
834 def __init__(self
,this
):
837 def GetMimeType(self
, *_args
, **_kwargs
):
838 val
= apply(misc2c
.wxFileType_GetMimeType
,(self
,) + _args
, _kwargs
)
840 def GetMimeTypes(self
, *_args
, **_kwargs
):
841 val
= apply(misc2c
.wxFileType_GetMimeTypes
,(self
,) + _args
, _kwargs
)
843 def GetExtensions(self
, *_args
, **_kwargs
):
844 val
= apply(misc2c
.wxFileType_GetExtensions
,(self
,) + _args
, _kwargs
)
846 def GetIcon(self
, *_args
, **_kwargs
):
847 val
= apply(misc2c
.wxFileType_GetIcon
,(self
,) + _args
, _kwargs
)
848 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
850 def GetIconInfo(self
, *_args
, **_kwargs
):
851 val
= apply(misc2c
.wxFileType_GetIconInfo
,(self
,) + _args
, _kwargs
)
853 def GetDescription(self
, *_args
, **_kwargs
):
854 val
= apply(misc2c
.wxFileType_GetDescription
,(self
,) + _args
, _kwargs
)
856 def GetOpenCommand(self
, *_args
, **_kwargs
):
857 val
= apply(misc2c
.wxFileType_GetOpenCommand
,(self
,) + _args
, _kwargs
)
859 def GetPrintCommand(self
, *_args
, **_kwargs
):
860 val
= apply(misc2c
.wxFileType_GetPrintCommand
,(self
,) + _args
, _kwargs
)
862 def GetAllCommands(self
, *_args
, **_kwargs
):
863 val
= apply(misc2c
.wxFileType_GetAllCommands
,(self
,) + _args
, _kwargs
)
865 def SetCommand(self
, *_args
, **_kwargs
):
866 val
= apply(misc2c
.wxFileType_SetCommand
,(self
,) + _args
, _kwargs
)
868 def SetDefaultIcon(self
, *_args
, **_kwargs
):
869 val
= apply(misc2c
.wxFileType_SetDefaultIcon
,(self
,) + _args
, _kwargs
)
871 def Unassociate(self
, *_args
, **_kwargs
):
872 val
= apply(misc2c
.wxFileType_Unassociate
,(self
,) + _args
, _kwargs
)
874 def __del__(self
,misc2c
=misc2c
):
875 if self
.thisown
== 1 :
876 misc2c
.delete_wxFileType(self
)
878 return "<C wxFileType instance at %s>" % (self
.this
,)
879 class wxFileType(wxFileTypePtr
):
880 def __init__(self
,*_args
,**_kwargs
):
881 self
.this
= apply(misc2c
.new_wxFileType
,_args
,_kwargs
)
887 class wxMimeTypesManagerPtr
:
888 def __init__(self
,this
):
891 def Initialize(self
, *_args
, **_kwargs
):
892 val
= apply(misc2c
.wxMimeTypesManager_Initialize
,(self
,) + _args
, _kwargs
)
894 def ClearData(self
, *_args
, **_kwargs
):
895 val
= apply(misc2c
.wxMimeTypesManager_ClearData
,(self
,) + _args
, _kwargs
)
897 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
898 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromExtension
,(self
,) + _args
, _kwargs
)
899 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
901 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
902 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType
,(self
,) + _args
, _kwargs
)
903 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
905 def ReadMailcap(self
, *_args
, **_kwargs
):
906 val
= apply(misc2c
.wxMimeTypesManager_ReadMailcap
,(self
,) + _args
, _kwargs
)
908 def ReadMimeTypes(self
, *_args
, **_kwargs
):
909 val
= apply(misc2c
.wxMimeTypesManager_ReadMimeTypes
,(self
,) + _args
, _kwargs
)
911 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
912 val
= apply(misc2c
.wxMimeTypesManager_EnumAllFileTypes
,(self
,) + _args
, _kwargs
)
914 def AddFallback(self
, *_args
, **_kwargs
):
915 val
= apply(misc2c
.wxMimeTypesManager_AddFallback
,(self
,) + _args
, _kwargs
)
917 def Associate(self
, *_args
, **_kwargs
):
918 val
= apply(misc2c
.wxMimeTypesManager_Associate
,(self
,) + _args
, _kwargs
)
919 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
921 def Unassociate(self
, *_args
, **_kwargs
):
922 val
= apply(misc2c
.wxMimeTypesManager_Unassociate
,(self
,) + _args
, _kwargs
)
924 def __del__(self
,misc2c
=misc2c
):
925 if self
.thisown
== 1 :
926 misc2c
.delete_wxMimeTypesManager(self
)
928 return "<C wxMimeTypesManager instance at %s>" % (self
.this
,)
929 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
930 def __init__(self
,*_args
,**_kwargs
):
931 self
.this
= apply(misc2c
.new_wxMimeTypesManager
,_args
,_kwargs
)
937 class wxFileHistoryPtr(wxObjectPtr
):
938 def __init__(self
,this
):
941 def __del__(self
,misc2c
=misc2c
):
942 if self
.thisown
== 1 :
943 misc2c
.delete_wxFileHistory(self
)
944 def AddFileToHistory(self
, *_args
, **_kwargs
):
945 val
= apply(misc2c
.wxFileHistory_AddFileToHistory
,(self
,) + _args
, _kwargs
)
947 def RemoveFileFromHistory(self
, *_args
, **_kwargs
):
948 val
= apply(misc2c
.wxFileHistory_RemoveFileFromHistory
,(self
,) + _args
, _kwargs
)
950 def GetMaxFiles(self
, *_args
, **_kwargs
):
951 val
= apply(misc2c
.wxFileHistory_GetMaxFiles
,(self
,) + _args
, _kwargs
)
953 def UseMenu(self
, *_args
, **_kwargs
):
954 val
= apply(misc2c
.wxFileHistory_UseMenu
,(self
,) + _args
, _kwargs
)
956 def RemoveMenu(self
, *_args
, **_kwargs
):
957 val
= apply(misc2c
.wxFileHistory_RemoveMenu
,(self
,) + _args
, _kwargs
)
959 def Load(self
, *_args
, **_kwargs
):
960 val
= apply(misc2c
.wxFileHistory_Load
,(self
,) + _args
, _kwargs
)
962 def Save(self
, *_args
, **_kwargs
):
963 val
= apply(misc2c
.wxFileHistory_Save
,(self
,) + _args
, _kwargs
)
965 def AddFilesToMenu(self
, *_args
, **_kwargs
):
966 val
= apply(misc2c
.wxFileHistory_AddFilesToMenu
,(self
,) + _args
, _kwargs
)
968 def AddFilesToSingleMenu(self
, *_args
, **_kwargs
):
969 val
= apply(misc2c
.wxFileHistory_AddFilesToSingleMenu
,(self
,) + _args
, _kwargs
)
971 def GetHistoryFile(self
, *_args
, **_kwargs
):
972 val
= apply(misc2c
.wxFileHistory_GetHistoryFile
,(self
,) + _args
, _kwargs
)
974 def GetCount(self
, *_args
, **_kwargs
):
975 val
= apply(misc2c
.wxFileHistory_GetCount
,(self
,) + _args
, _kwargs
)
977 def GetNoHistoryFiles(self
, *_args
, **_kwargs
):
978 val
= apply(misc2c
.wxFileHistory_GetNoHistoryFiles
,(self
,) + _args
, _kwargs
)
981 return "<C wxFileHistory instance at %s>" % (self
.this
,)
982 class wxFileHistory(wxFileHistoryPtr
):
983 def __init__(self
,*_args
,**_kwargs
):
984 self
.this
= apply(misc2c
.new_wxFileHistory
,_args
,_kwargs
)
992 #-------------- FUNCTION WRAPPERS ------------------
994 wxFileSelector
= misc2c
.wxFileSelector
996 wxLoadFileSelector
= misc2c
.wxLoadFileSelector
998 wxSaveFileSelector
= misc2c
.wxSaveFileSelector
1000 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
1002 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
1004 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
1006 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
1008 wxMessageBox
= misc2c
.wxMessageBox
1010 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
1012 wxColourDisplay
= misc2c
.wxColourDisplay
1014 wxDisplayDepth
= misc2c
.wxDisplayDepth
1016 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
1018 wxDisplaySize
= misc2c
.wxDisplaySize
1020 def wxGetDisplaySize(*_args
, **_kwargs
):
1021 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
1022 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1025 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
1027 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
1028 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
1029 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1032 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
1034 def wxGetClientDisplayRect(*_args
, **_kwargs
):
1035 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
1036 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
1039 wxSetCursor
= misc2c
.wxSetCursor
1041 def wxFindWindowByLabel(*_args
, **_kwargs
):
1042 val
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
)
1045 def wxFindWindowByName(*_args
, **_kwargs
):
1046 val
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
)
1049 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
1051 def wxGetActiveWindow(*_args
, **_kwargs
):
1052 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
1055 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
1056 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
1059 def wxFindWindowAtPoint(*_args
, **_kwargs
):
1060 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
1063 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
1065 wxResourceClear
= misc2c
.wxResourceClear
1067 def wxResourceCreateBitmap(*_args
, **_kwargs
):
1068 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
1069 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1072 def wxResourceCreateIcon(*_args
, **_kwargs
):
1073 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
1074 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1077 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
1078 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
1081 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
1083 wxResourceParseData
= misc2c
.wxResourceParseData
1085 wxResourceParseFile
= misc2c
.wxResourceParseFile
1087 wxResourceParseString
= misc2c
.wxResourceParseString
1089 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1091 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1093 wxSafeYield
= misc2c
.wxSafeYield
1095 wxPostEvent
= misc2c
.wxPostEvent
1097 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1099 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1101 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1103 wxThread_IsMain
= misc2c
.wxThread_IsMain
1105 wxShowTip
= misc2c
.wxShowTip
1107 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1108 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
1109 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1112 wxSysErrorCode
= misc2c
.wxSysErrorCode
1114 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1116 wxLogFatalError
= misc2c
.wxLogFatalError
1118 wxLogError
= misc2c
.wxLogError
1120 wxLogWarning
= misc2c
.wxLogWarning
1122 wxLogMessage
= misc2c
.wxLogMessage
1124 wxLogInfo
= misc2c
.wxLogInfo
1126 wxLogVerbose
= misc2c
.wxLogVerbose
1128 wxLogStatus
= misc2c
.wxLogStatus
1130 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1132 wxLogSysError
= misc2c
.wxLogSysError
1134 wxExecute
= misc2c
.wxExecute
1136 def wxWaveData(*_args
, **_kwargs
):
1137 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
1138 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1141 def wxSystemSettings_GetColour(*_args
, **_kwargs
):
1142 val
= apply(misc2c
.wxSystemSettings_GetColour
,_args
,_kwargs
)
1143 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1146 def wxSystemSettings_GetFont(*_args
, **_kwargs
):
1147 val
= apply(misc2c
.wxSystemSettings_GetFont
,_args
,_kwargs
)
1148 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1151 wxSystemSettings_GetMetric
= misc2c
.wxSystemSettings_GetMetric
1153 wxSystemSettings_HasFeature
= misc2c
.wxSystemSettings_HasFeature
1155 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1157 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1159 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1161 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1163 wxLog_OnLog
= misc2c
.wxLog_OnLog
1165 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1167 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1168 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
1169 if val
: val
= wxLogPtr(val
)
1172 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1173 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
1174 if val
: val
= wxLogPtr(val
)
1177 wxLog_Suspend
= misc2c
.wxLog_Suspend
1179 wxLog_Resume
= misc2c
.wxLog_Resume
1181 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1183 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1185 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1187 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1189 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1191 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1193 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1195 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1197 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1199 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1201 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1205 #-------------- VARIABLE WRAPPERS ------------------
1207 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1208 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1209 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1210 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1211 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1212 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1213 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1214 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1215 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1216 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1217 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1218 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1219 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1220 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1221 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1222 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1223 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1224 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1225 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1226 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1227 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1228 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1229 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1230 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1231 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1232 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1233 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1234 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1235 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1236 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1237 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1238 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1239 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1240 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1241 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1242 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1243 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1244 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1245 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1246 wxSYS_COLOUR_LISTBOX
= misc2c
.wxSYS_COLOUR_LISTBOX
1247 wxSYS_COLOUR_HOTLIGHT
= misc2c
.wxSYS_COLOUR_HOTLIGHT
1248 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTACTIVECAPTION
1249 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTINACTIVECAPTION
1250 wxSYS_COLOUR_MENUHILIGHT
= misc2c
.wxSYS_COLOUR_MENUHILIGHT
1251 wxSYS_COLOUR_MENUBAR
= misc2c
.wxSYS_COLOUR_MENUBAR
1252 wxSYS_COLOUR_MAX
= misc2c
.wxSYS_COLOUR_MAX
1253 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1254 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1255 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1256 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1257 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1258 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1259 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1260 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1261 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1262 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1263 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1264 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1265 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1266 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1267 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1268 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1269 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1270 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1271 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1272 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1273 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1274 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1275 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1276 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1277 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1278 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1279 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1280 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1281 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1282 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1283 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1284 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1285 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1286 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1287 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1288 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1289 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1290 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= misc2c
.wxSYS_CAN_DRAW_FRAME_DECORATIONS
1291 wxSYS_CAN_ICONIZE_FRAME
= misc2c
.wxSYS_CAN_ICONIZE_FRAME
1292 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1293 wxLOG_Error
= misc2c
.wxLOG_Error
1294 wxLOG_Warning
= misc2c
.wxLOG_Warning
1295 wxLOG_Message
= misc2c
.wxLOG_Message
1296 wxLOG_Info
= misc2c
.wxLOG_Info
1297 wxLOG_Status
= misc2c
.wxLOG_Status
1298 wxLOG_Debug
= misc2c
.wxLOG_Debug
1299 wxLOG_Trace
= misc2c
.wxLOG_Trace
1300 wxLOG_Progress
= misc2c
.wxLOG_Progress
1301 wxLOG_User
= misc2c
.wxLOG_User
1302 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1303 wxEXEC_ASYNC
= misc2c
.wxEXEC_ASYNC
1304 wxEXEC_SYNC
= misc2c
.wxEXEC_SYNC
1305 wxEXEC_NOHIDE
= misc2c
.wxEXEC_NOHIDE
1306 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1307 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1308 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1309 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1310 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1312 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)