1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
19 class wxSystemSettingsPtr
:
20 def __init__(self
,this
):
24 return "<C wxSystemSettings instance at %s>" % (self
.this
,)
25 class wxSystemSettings(wxSystemSettingsPtr
):
26 def __init__(self
,this
):
32 class wxToolTipPtr(wxObjectPtr
):
33 def __init__(self
,this
):
36 def SetTip(self
, *_args
, **_kwargs
):
37 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
39 def GetTip(self
, *_args
, **_kwargs
):
40 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
42 def GetWindow(self
, *_args
, **_kwargs
):
43 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
46 return "<C wxToolTip instance at %s>" % (self
.this
,)
47 class wxToolTip(wxToolTipPtr
):
48 def __init__(self
,*_args
,**_kwargs
):
49 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
56 def __init__(self
,this
):
59 def __del__(self
,misc2c
=misc2c
):
60 if self
.thisown
== 1 :
61 misc2c
.delete_wxCaret(self
)
62 def IsOk(self
, *_args
, **_kwargs
):
63 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
65 def IsVisible(self
, *_args
, **_kwargs
):
66 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
68 def GetPositionTuple(self
, *_args
, **_kwargs
):
69 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
71 def GetPosition(self
, *_args
, **_kwargs
):
72 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
73 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
75 def GetSizeTuple(self
, *_args
, **_kwargs
):
76 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
78 def GetSize(self
, *_args
, **_kwargs
):
79 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
80 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
82 def GetWindow(self
, *_args
, **_kwargs
):
83 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
85 def MoveXY(self
, *_args
, **_kwargs
):
86 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
88 def Move(self
, *_args
, **_kwargs
):
89 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
91 def SetSizeWH(self
, *_args
, **_kwargs
):
92 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
94 def SetSize(self
, *_args
, **_kwargs
):
95 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
97 def Show(self
, *_args
, **_kwargs
):
98 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
100 def Hide(self
, *_args
, **_kwargs
):
101 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
104 return "<C wxCaret instance at %s>" % (self
.this
,)
105 class wxCaret(wxCaretPtr
):
106 def __init__(self
,*_args
,**_kwargs
):
107 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
113 class wxBusyCursorPtr
:
114 def __init__(self
,this
):
117 def __del__(self
,misc2c
=misc2c
):
118 if self
.thisown
== 1 :
119 misc2c
.delete_wxBusyCursor(self
)
121 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
122 class wxBusyCursor(wxBusyCursorPtr
):
123 def __init__(self
,*_args
,**_kwargs
):
124 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
130 class wxWindowDisablerPtr
:
131 def __init__(self
,this
):
134 def __del__(self
,misc2c
=misc2c
):
135 if self
.thisown
== 1 :
136 misc2c
.delete_wxWindowDisabler(self
)
138 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
139 class wxWindowDisabler(wxWindowDisablerPtr
):
140 def __init__(self
,*_args
,**_kwargs
):
141 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
147 class wxMutexGuiLockerPtr
:
148 def __init__(self
,this
):
151 def __del__(self
,misc2c
=misc2c
):
152 if self
.thisown
== 1 :
153 misc2c
.delete_wxMutexGuiLocker(self
)
155 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
156 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
157 def __init__(self
,*_args
,**_kwargs
):
158 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
164 class wxTipProviderPtr
:
165 def __init__(self
,this
):
168 def __del__(self
,misc2c
=misc2c
):
169 if self
.thisown
== 1 :
170 misc2c
.delete_wxTipProvider(self
)
171 def GetTip(self
, *_args
, **_kwargs
):
172 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
174 def GetCurrentTip(self
, *_args
, **_kwargs
):
175 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
178 return "<C wxTipProvider instance at %s>" % (self
.this
,)
179 class wxTipProvider(wxTipProviderPtr
):
180 def __init__(self
,this
):
186 class wxPyTipProviderPtr(wxTipProviderPtr
):
187 def __init__(self
,this
):
191 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
192 class wxPyTipProvider(wxPyTipProviderPtr
):
193 def __init__(self
,*_args
,**_kwargs
):
194 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
200 class wxDragImagePtr(wxObjectPtr
):
201 def __init__(self
,this
):
204 def __del__(self
,misc2c
=misc2c
):
205 if self
.thisown
== 1 :
206 misc2c
.delete_wxDragImage(self
)
207 def SetBackingBitmap(self
, *_args
, **_kwargs
):
208 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
210 def BeginDrag(self
, *_args
, **_kwargs
):
211 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
213 def BeginDrag2(self
, *_args
, **_kwargs
):
214 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
216 def EndDrag(self
, *_args
, **_kwargs
):
217 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
219 def Move(self
, *_args
, **_kwargs
):
220 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
222 def Show(self
, *_args
, **_kwargs
):
223 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
225 def Hide(self
, *_args
, **_kwargs
):
226 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
228 def GetImageRect(self
, *_args
, **_kwargs
):
229 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
230 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
232 def RedrawImage(self
, *_args
, **_kwargs
):
233 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
236 return "<C wxDragImage instance at %s>" % (self
.this
,)
237 class wxDragImage(wxDragImagePtr
):
238 def __init__(self
,*_args
,**_kwargs
):
239 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
244 def wxDragIcon(*_args
,**_kwargs
):
245 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
249 def wxDragString(*_args
,**_kwargs
):
250 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
254 def wxDragTreeItem(*_args
,**_kwargs
):
255 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
259 def wxDragListItem(*_args
,**_kwargs
):
260 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
265 class wxPyTimerPtr(wxObjectPtr
):
266 def __init__(self
,this
):
269 def __del__(self
,misc2c
=misc2c
):
270 if self
.thisown
== 1 :
271 misc2c
.delete_wxPyTimer(self
)
272 def GetInterval(self
, *_args
, **_kwargs
):
273 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
275 def IsOneShot(self
, *_args
, **_kwargs
):
276 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
278 def IsRunning(self
, *_args
, **_kwargs
):
279 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
281 def SetOwner(self
, *_args
, **_kwargs
):
282 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
284 def Start(self
, *_args
, **_kwargs
):
285 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
287 def Stop(self
, *_args
, **_kwargs
):
288 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
291 return "<C wxPyTimer instance at %s>" % (self
.this
,)
292 class wxPyTimer(wxPyTimerPtr
):
293 def __init__(self
,*_args
,**_kwargs
):
294 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
300 class wxStopWatchPtr
:
301 def __init__(self
,this
):
304 def __del__(self
,misc2c
=misc2c
):
305 if self
.thisown
== 1 :
306 misc2c
.delete_wxStopWatch(self
)
307 def Start(self
, *_args
, **_kwargs
):
308 val
= apply(misc2c
.wxStopWatch_Start
,(self
,) + _args
, _kwargs
)
310 def Pause(self
, *_args
, **_kwargs
):
311 val
= apply(misc2c
.wxStopWatch_Pause
,(self
,) + _args
, _kwargs
)
313 def Resume(self
, *_args
, **_kwargs
):
314 val
= apply(misc2c
.wxStopWatch_Resume
,(self
,) + _args
, _kwargs
)
316 def Time(self
, *_args
, **_kwargs
):
317 val
= apply(misc2c
.wxStopWatch_Time
,(self
,) + _args
, _kwargs
)
320 return "<C wxStopWatch instance at %s>" % (self
.this
,)
321 class wxStopWatch(wxStopWatchPtr
):
322 def __init__(self
,*_args
,**_kwargs
):
323 self
.this
= apply(misc2c
.new_wxStopWatch
,_args
,_kwargs
)
330 def __init__(self
,this
):
333 def Flush(self
, *_args
, **_kwargs
):
334 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
336 def HasPendingMessages(self
, *_args
, **_kwargs
):
337 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
339 def GetVerbose(self
, *_args
, **_kwargs
):
340 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
342 def TimeStamp(self
, *_args
, **_kwargs
):
343 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
346 return "<C wxLog instance at %s>" % (self
.this
,)
347 class wxLog(wxLogPtr
):
348 def __init__(self
,*_args
,**_kwargs
):
349 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
355 class wxLogStderrPtr(wxLogPtr
):
356 def __init__(self
,this
):
360 return "<C wxLogStderr instance at %s>" % (self
.this
,)
361 class wxLogStderr(wxLogStderrPtr
):
362 def __init__(self
,*_args
,**_kwargs
):
363 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
369 class wxLogTextCtrlPtr(wxLogPtr
):
370 def __init__(self
,this
):
374 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
375 class wxLogTextCtrl(wxLogTextCtrlPtr
):
376 def __init__(self
,*_args
,**_kwargs
):
377 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
383 class wxLogGuiPtr(wxLogPtr
):
384 def __init__(self
,this
):
388 return "<C wxLogGui instance at %s>" % (self
.this
,)
389 class wxLogGui(wxLogGuiPtr
):
390 def __init__(self
,*_args
,**_kwargs
):
391 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
397 class wxLogWindowPtr(wxLogPtr
):
398 def __init__(self
,this
):
401 def Show(self
, *_args
, **_kwargs
):
402 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
404 def GetFrame(self
, *_args
, **_kwargs
):
405 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
407 def GetOldLog(self
, *_args
, **_kwargs
):
408 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
409 if val
: val
= wxLogPtr(val
)
411 def IsPassingMessages(self
, *_args
, **_kwargs
):
412 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
414 def PassMessages(self
, *_args
, **_kwargs
):
415 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
418 return "<C wxLogWindow instance at %s>" % (self
.this
,)
419 class wxLogWindow(wxLogWindowPtr
):
420 def __init__(self
,*_args
,**_kwargs
):
421 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
427 class wxLogChainPtr(wxLogPtr
):
428 def __init__(self
,this
):
431 def SetLog(self
, *_args
, **_kwargs
):
432 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
434 def PassMessages(self
, *_args
, **_kwargs
):
435 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
437 def IsPassingMessages(self
, *_args
, **_kwargs
):
438 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
440 def GetOldLog(self
, *_args
, **_kwargs
):
441 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
442 if val
: val
= wxLogPtr(val
)
445 return "<C wxLogChain instance at %s>" % (self
.this
,)
446 class wxLogChain(wxLogChainPtr
):
447 def __init__(self
,*_args
,**_kwargs
):
448 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
455 def __init__(self
,this
):
458 def __del__(self
,misc2c
=misc2c
):
459 if self
.thisown
== 1 :
460 misc2c
.delete_wxLogNull(self
)
462 return "<C wxLogNull instance at %s>" % (self
.this
,)
463 class wxLogNull(wxLogNullPtr
):
464 def __init__(self
,*_args
,**_kwargs
):
465 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
471 class wxPyLogPtr(wxLogPtr
):
472 def __init__(self
,this
):
475 def _setCallbackInfo(self
, *_args
, **_kwargs
):
476 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
478 def Destroy(self
, *_args
, **_kwargs
):
479 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
482 return "<C wxPyLog instance at %s>" % (self
.this
,)
483 class wxPyLog(wxPyLogPtr
):
484 def __init__(self
,*_args
,**_kwargs
):
485 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
487 self
._setCallbackInfo
(self
, wxPyLog
)
492 class wxProcessEventPtr(wxEventPtr
):
493 def __init__(self
,this
):
496 def GetPid(self
, *_args
, **_kwargs
):
497 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
499 def GetExitCode(self
, *_args
, **_kwargs
):
500 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
502 def __setattr__(self
,name
,value
):
504 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
506 if name
== "m_exitcode" :
507 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
509 self
.__dict
__[name
] = value
510 def __getattr__(self
,name
):
512 return misc2c
.wxProcessEvent_m_pid_get(self
)
513 if name
== "m_exitcode" :
514 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
515 raise AttributeError,name
517 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
518 class wxProcessEvent(wxProcessEventPtr
):
519 def __init__(self
,*_args
,**_kwargs
):
520 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
526 class wxProcessPtr(wxEvtHandlerPtr
):
527 def __init__(self
,this
):
530 def Destroy(self
, *_args
, **_kwargs
):
531 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
533 def _setCallbackInfo(self
, *_args
, **_kwargs
):
534 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
536 def base_OnTerminate(self
, *_args
, **_kwargs
):
537 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
539 def Redirect(self
, *_args
, **_kwargs
):
540 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
542 def IsRedirected(self
, *_args
, **_kwargs
):
543 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
545 def Detach(self
, *_args
, **_kwargs
):
546 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
548 def GetInputStream(self
, *_args
, **_kwargs
):
549 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
551 def GetErrorStream(self
, *_args
, **_kwargs
):
552 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
554 def GetOutputStream(self
, *_args
, **_kwargs
):
555 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
556 if val
: val
= wxOutputStreamPtr(val
)
558 def CloseOutput(self
, *_args
, **_kwargs
):
559 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
562 return "<C wxProcess instance at %s>" % (self
.this
,)
563 class wxProcess(wxProcessPtr
):
564 def __init__(self
,*_args
,**_kwargs
):
565 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
567 self
._setCallbackInfo
(self
, wxProcess
)
572 class wxJoystickPtr(wxObjectPtr
):
573 def __init__(self
,this
):
576 def __del__(self
,misc2c
=misc2c
):
577 if self
.thisown
== 1 :
578 misc2c
.delete_wxJoystick(self
)
579 def GetPosition(self
, *_args
, **_kwargs
):
580 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
581 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
583 def GetZPosition(self
, *_args
, **_kwargs
):
584 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
586 def GetButtonState(self
, *_args
, **_kwargs
):
587 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
589 def GetPOVPosition(self
, *_args
, **_kwargs
):
590 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
592 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
593 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
595 def GetRudderPosition(self
, *_args
, **_kwargs
):
596 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
598 def GetUPosition(self
, *_args
, **_kwargs
):
599 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
601 def GetVPosition(self
, *_args
, **_kwargs
):
602 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
604 def GetMovementThreshold(self
, *_args
, **_kwargs
):
605 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
607 def SetMovementThreshold(self
, *_args
, **_kwargs
):
608 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
610 def IsOk(self
, *_args
, **_kwargs
):
611 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
613 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
614 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
616 def GetManufacturerId(self
, *_args
, **_kwargs
):
617 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
619 def GetProductId(self
, *_args
, **_kwargs
):
620 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
622 def GetProductName(self
, *_args
, **_kwargs
):
623 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
625 def GetXMin(self
, *_args
, **_kwargs
):
626 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
628 def GetYMin(self
, *_args
, **_kwargs
):
629 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
631 def GetZMin(self
, *_args
, **_kwargs
):
632 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
634 def GetXMax(self
, *_args
, **_kwargs
):
635 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
637 def GetYMax(self
, *_args
, **_kwargs
):
638 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
640 def GetZMax(self
, *_args
, **_kwargs
):
641 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
643 def GetNumberButtons(self
, *_args
, **_kwargs
):
644 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
646 def GetNumberAxes(self
, *_args
, **_kwargs
):
647 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
649 def GetMaxButtons(self
, *_args
, **_kwargs
):
650 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
652 def GetMaxAxes(self
, *_args
, **_kwargs
):
653 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
655 def GetPollingMin(self
, *_args
, **_kwargs
):
656 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
658 def GetPollingMax(self
, *_args
, **_kwargs
):
659 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
661 def GetRudderMin(self
, *_args
, **_kwargs
):
662 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
664 def GetRudderMax(self
, *_args
, **_kwargs
):
665 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
667 def GetUMin(self
, *_args
, **_kwargs
):
668 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
670 def GetUMax(self
, *_args
, **_kwargs
):
671 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
673 def GetVMin(self
, *_args
, **_kwargs
):
674 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
676 def GetVMax(self
, *_args
, **_kwargs
):
677 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
679 def HasRudder(self
, *_args
, **_kwargs
):
680 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
682 def HasZ(self
, *_args
, **_kwargs
):
683 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
685 def HasU(self
, *_args
, **_kwargs
):
686 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
688 def HasV(self
, *_args
, **_kwargs
):
689 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
691 def HasPOV(self
, *_args
, **_kwargs
):
692 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
694 def HasPOV4Dir(self
, *_args
, **_kwargs
):
695 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
697 def HasPOVCTS(self
, *_args
, **_kwargs
):
698 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
700 def SetCapture(self
, *_args
, **_kwargs
):
701 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
703 def ReleaseCapture(self
, *_args
, **_kwargs
):
704 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
707 return "<C wxJoystick instance at %s>" % (self
.this
,)
708 class wxJoystick(wxJoystickPtr
):
709 def __init__(self
,*_args
,**_kwargs
):
710 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
716 class wxWavePtr(wxObjectPtr
):
717 def __init__(self
,this
):
720 def __del__(self
,misc2c
=misc2c
):
721 if self
.thisown
== 1 :
722 misc2c
.delete_wxWave(self
)
723 def IsOk(self
, *_args
, **_kwargs
):
724 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
726 def Play(self
, *_args
, **_kwargs
):
727 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
730 return "<C wxWave instance at %s>" % (self
.this
,)
731 class wxWave(wxWavePtr
):
732 def __init__(self
,*_args
,**_kwargs
):
733 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
739 class wxFileTypeInfoPtr
:
740 def __init__(self
,this
):
743 def IsValid(self
, *_args
, **_kwargs
):
744 val
= apply(misc2c
.wxFileTypeInfo_IsValid
,(self
,) + _args
, _kwargs
)
746 def SetIcon(self
, *_args
, **_kwargs
):
747 val
= apply(misc2c
.wxFileTypeInfo_SetIcon
,(self
,) + _args
, _kwargs
)
749 def SetShortDesc(self
, *_args
, **_kwargs
):
750 val
= apply(misc2c
.wxFileTypeInfo_SetShortDesc
,(self
,) + _args
, _kwargs
)
752 def GetMimeType(self
, *_args
, **_kwargs
):
753 val
= apply(misc2c
.wxFileTypeInfo_GetMimeType
,(self
,) + _args
, _kwargs
)
755 def GetOpenCommand(self
, *_args
, **_kwargs
):
756 val
= apply(misc2c
.wxFileTypeInfo_GetOpenCommand
,(self
,) + _args
, _kwargs
)
758 def GetPrintCommand(self
, *_args
, **_kwargs
):
759 val
= apply(misc2c
.wxFileTypeInfo_GetPrintCommand
,(self
,) + _args
, _kwargs
)
761 def GetShortDesc(self
, *_args
, **_kwargs
):
762 val
= apply(misc2c
.wxFileTypeInfo_GetShortDesc
,(self
,) + _args
, _kwargs
)
764 def GetDescription(self
, *_args
, **_kwargs
):
765 val
= apply(misc2c
.wxFileTypeInfo_GetDescription
,(self
,) + _args
, _kwargs
)
767 def GetExtensions(self
, *_args
, **_kwargs
):
768 val
= apply(misc2c
.wxFileTypeInfo_GetExtensions
,(self
,) + _args
, _kwargs
)
770 def GetExtensionsCount(self
, *_args
, **_kwargs
):
771 val
= apply(misc2c
.wxFileTypeInfo_GetExtensionsCount
,(self
,) + _args
, _kwargs
)
773 def GetIconFile(self
, *_args
, **_kwargs
):
774 val
= apply(misc2c
.wxFileTypeInfo_GetIconFile
,(self
,) + _args
, _kwargs
)
776 def GetIconIndex(self
, *_args
, **_kwargs
):
777 val
= apply(misc2c
.wxFileTypeInfo_GetIconIndex
,(self
,) + _args
, _kwargs
)
780 return "<C wxFileTypeInfo instance at %s>" % (self
.this
,)
781 class wxFileTypeInfo(wxFileTypeInfoPtr
):
782 def __init__(self
,*_args
,**_kwargs
):
783 self
.this
= apply(misc2c
.new_wxFileTypeInfo
,_args
,_kwargs
)
788 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
789 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxFileTypeInfoSequence
,_args
,_kwargs
))
793 def wxNullFileTypeInfo(*_args
,**_kwargs
):
794 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxNullFileTypeInfo
,_args
,_kwargs
))
799 class wxFileTypePtr
:
800 def __init__(self
,this
):
803 def GetMimeType(self
, *_args
, **_kwargs
):
804 val
= apply(misc2c
.wxFileType_GetMimeType
,(self
,) + _args
, _kwargs
)
806 def GetMimeTypes(self
, *_args
, **_kwargs
):
807 val
= apply(misc2c
.wxFileType_GetMimeTypes
,(self
,) + _args
, _kwargs
)
809 def GetExtensions(self
, *_args
, **_kwargs
):
810 val
= apply(misc2c
.wxFileType_GetExtensions
,(self
,) + _args
, _kwargs
)
812 def GetIcon(self
, *_args
, **_kwargs
):
813 val
= apply(misc2c
.wxFileType_GetIcon
,(self
,) + _args
, _kwargs
)
814 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
816 def GetIconInfo(self
, *_args
, **_kwargs
):
817 val
= apply(misc2c
.wxFileType_GetIconInfo
,(self
,) + _args
, _kwargs
)
819 def GetDescription(self
, *_args
, **_kwargs
):
820 val
= apply(misc2c
.wxFileType_GetDescription
,(self
,) + _args
, _kwargs
)
822 def GetOpenCommand(self
, *_args
, **_kwargs
):
823 val
= apply(misc2c
.wxFileType_GetOpenCommand
,(self
,) + _args
, _kwargs
)
825 def GetPrintCommand(self
, *_args
, **_kwargs
):
826 val
= apply(misc2c
.wxFileType_GetPrintCommand
,(self
,) + _args
, _kwargs
)
828 def GetAllCommands(self
, *_args
, **_kwargs
):
829 val
= apply(misc2c
.wxFileType_GetAllCommands
,(self
,) + _args
, _kwargs
)
831 def SetCommand(self
, *_args
, **_kwargs
):
832 val
= apply(misc2c
.wxFileType_SetCommand
,(self
,) + _args
, _kwargs
)
834 def SetDefaultIcon(self
, *_args
, **_kwargs
):
835 val
= apply(misc2c
.wxFileType_SetDefaultIcon
,(self
,) + _args
, _kwargs
)
837 def Unassociate(self
, *_args
, **_kwargs
):
838 val
= apply(misc2c
.wxFileType_Unassociate
,(self
,) + _args
, _kwargs
)
840 def __del__(self
,misc2c
=misc2c
):
841 if self
.thisown
== 1 :
842 misc2c
.delete_wxFileType(self
)
844 return "<C wxFileType instance at %s>" % (self
.this
,)
845 class wxFileType(wxFileTypePtr
):
846 def __init__(self
,*_args
,**_kwargs
):
847 self
.this
= apply(misc2c
.new_wxFileType
,_args
,_kwargs
)
853 class wxMimeTypesManagerPtr
:
854 def __init__(self
,this
):
857 def Initialize(self
, *_args
, **_kwargs
):
858 val
= apply(misc2c
.wxMimeTypesManager_Initialize
,(self
,) + _args
, _kwargs
)
860 def ClearData(self
, *_args
, **_kwargs
):
861 val
= apply(misc2c
.wxMimeTypesManager_ClearData
,(self
,) + _args
, _kwargs
)
863 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
864 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromExtension
,(self
,) + _args
, _kwargs
)
865 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
867 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
868 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType
,(self
,) + _args
, _kwargs
)
869 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
871 def ReadMailcap(self
, *_args
, **_kwargs
):
872 val
= apply(misc2c
.wxMimeTypesManager_ReadMailcap
,(self
,) + _args
, _kwargs
)
874 def ReadMimeTypes(self
, *_args
, **_kwargs
):
875 val
= apply(misc2c
.wxMimeTypesManager_ReadMimeTypes
,(self
,) + _args
, _kwargs
)
877 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
878 val
= apply(misc2c
.wxMimeTypesManager_EnumAllFileTypes
,(self
,) + _args
, _kwargs
)
880 def AddFallback(self
, *_args
, **_kwargs
):
881 val
= apply(misc2c
.wxMimeTypesManager_AddFallback
,(self
,) + _args
, _kwargs
)
883 def Associate(self
, *_args
, **_kwargs
):
884 val
= apply(misc2c
.wxMimeTypesManager_Associate
,(self
,) + _args
, _kwargs
)
885 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
887 def Unassociate(self
, *_args
, **_kwargs
):
888 val
= apply(misc2c
.wxMimeTypesManager_Unassociate
,(self
,) + _args
, _kwargs
)
890 def __del__(self
,misc2c
=misc2c
):
891 if self
.thisown
== 1 :
892 misc2c
.delete_wxMimeTypesManager(self
)
894 return "<C wxMimeTypesManager instance at %s>" % (self
.this
,)
895 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
896 def __init__(self
,*_args
,**_kwargs
):
897 self
.this
= apply(misc2c
.new_wxMimeTypesManager
,_args
,_kwargs
)
903 class wxFileHistoryPtr(wxObjectPtr
):
904 def __init__(self
,this
):
907 def __del__(self
,misc2c
=misc2c
):
908 if self
.thisown
== 1 :
909 misc2c
.delete_wxFileHistory(self
)
910 def AddFileToHistory(self
, *_args
, **_kwargs
):
911 val
= apply(misc2c
.wxFileHistory_AddFileToHistory
,(self
,) + _args
, _kwargs
)
913 def RemoveFileFromHistory(self
, *_args
, **_kwargs
):
914 val
= apply(misc2c
.wxFileHistory_RemoveFileFromHistory
,(self
,) + _args
, _kwargs
)
916 def GetMaxFiles(self
, *_args
, **_kwargs
):
917 val
= apply(misc2c
.wxFileHistory_GetMaxFiles
,(self
,) + _args
, _kwargs
)
919 def UseMenu(self
, *_args
, **_kwargs
):
920 val
= apply(misc2c
.wxFileHistory_UseMenu
,(self
,) + _args
, _kwargs
)
922 def RemoveMenu(self
, *_args
, **_kwargs
):
923 val
= apply(misc2c
.wxFileHistory_RemoveMenu
,(self
,) + _args
, _kwargs
)
925 def Load(self
, *_args
, **_kwargs
):
926 val
= apply(misc2c
.wxFileHistory_Load
,(self
,) + _args
, _kwargs
)
928 def Save(self
, *_args
, **_kwargs
):
929 val
= apply(misc2c
.wxFileHistory_Save
,(self
,) + _args
, _kwargs
)
931 def AddFilesToMenu(self
, *_args
, **_kwargs
):
932 val
= apply(misc2c
.wxFileHistory_AddFilesToMenu
,(self
,) + _args
, _kwargs
)
934 def AddFilesToThisMenu(self
, *_args
, **_kwargs
):
935 val
= apply(misc2c
.wxFileHistory_AddFilesToThisMenu
,(self
,) + _args
, _kwargs
)
937 def GetHistoryFile(self
, *_args
, **_kwargs
):
938 val
= apply(misc2c
.wxFileHistory_GetHistoryFile
,(self
,) + _args
, _kwargs
)
940 def GetCount(self
, *_args
, **_kwargs
):
941 val
= apply(misc2c
.wxFileHistory_GetCount
,(self
,) + _args
, _kwargs
)
943 def GetNoHistoryFiles(self
, *_args
, **_kwargs
):
944 val
= apply(misc2c
.wxFileHistory_GetNoHistoryFiles
,(self
,) + _args
, _kwargs
)
947 return "<C wxFileHistory instance at %s>" % (self
.this
,)
948 class wxFileHistory(wxFileHistoryPtr
):
949 def __init__(self
,*_args
,**_kwargs
):
950 self
.this
= apply(misc2c
.new_wxFileHistory
,_args
,_kwargs
)
958 #-------------- FUNCTION WRAPPERS ------------------
960 wxFileSelector
= misc2c
.wxFileSelector
962 wxLoadFileSelector
= misc2c
.wxLoadFileSelector
964 wxSaveFileSelector
= misc2c
.wxSaveFileSelector
966 wxDirSelector
= misc2c
.wxDirSelector
968 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
970 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
972 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
974 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
976 wxMessageBox
= misc2c
.wxMessageBox
978 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
980 wxColourDisplay
= misc2c
.wxColourDisplay
982 wxDisplayDepth
= misc2c
.wxDisplayDepth
984 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
986 wxDisplaySize
= misc2c
.wxDisplaySize
988 def wxGetDisplaySize(*_args
, **_kwargs
):
989 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
990 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
993 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
995 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
996 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
997 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1000 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
1002 def wxGetClientDisplayRect(*_args
, **_kwargs
):
1003 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
1004 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
1007 wxSetCursor
= misc2c
.wxSetCursor
1009 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
1011 def wxGetActiveWindow(*_args
, **_kwargs
):
1012 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
1015 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
1016 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
1019 def wxFindWindowAtPoint(*_args
, **_kwargs
):
1020 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
1023 def wxGetTopLevelParent(*_args
, **_kwargs
):
1024 val
= apply(misc2c
.wxGetTopLevelParent
,_args
,_kwargs
)
1027 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
1029 wxResourceClear
= misc2c
.wxResourceClear
1031 def wxResourceCreateBitmap(*_args
, **_kwargs
):
1032 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
1033 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1036 def wxResourceCreateIcon(*_args
, **_kwargs
):
1037 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
1038 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1041 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
1042 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
1045 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
1047 wxResourceParseData
= misc2c
.wxResourceParseData
1049 wxResourceParseFile
= misc2c
.wxResourceParseFile
1051 wxResourceParseString
= misc2c
.wxResourceParseString
1053 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1055 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1057 wxSafeYield
= misc2c
.wxSafeYield
1059 wxPostEvent
= misc2c
.wxPostEvent
1061 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1063 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1065 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1067 wxThread_IsMain
= misc2c
.wxThread_IsMain
1069 wxShowTip
= misc2c
.wxShowTip
1071 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1072 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
1073 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1076 wxSysErrorCode
= misc2c
.wxSysErrorCode
1078 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1080 wxLogFatalError
= misc2c
.wxLogFatalError
1082 wxLogError
= misc2c
.wxLogError
1084 wxLogWarning
= misc2c
.wxLogWarning
1086 wxLogMessage
= misc2c
.wxLogMessage
1088 wxLogInfo
= misc2c
.wxLogInfo
1090 wxLogVerbose
= misc2c
.wxLogVerbose
1092 wxLogStatus
= misc2c
.wxLogStatus
1094 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1096 wxLogSysError
= misc2c
.wxLogSysError
1098 wxSafeShowMessage
= misc2c
.wxSafeShowMessage
1100 wxExecute
= misc2c
.wxExecute
1102 def wxWaveData(*_args
, **_kwargs
):
1103 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
1104 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1107 def wxSystemSettings_GetColour(*_args
, **_kwargs
):
1108 val
= apply(misc2c
.wxSystemSettings_GetColour
,_args
,_kwargs
)
1109 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1112 def wxSystemSettings_GetFont(*_args
, **_kwargs
):
1113 val
= apply(misc2c
.wxSystemSettings_GetFont
,_args
,_kwargs
)
1114 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1117 wxSystemSettings_GetMetric
= misc2c
.wxSystemSettings_GetMetric
1119 wxSystemSettings_HasFeature
= misc2c
.wxSystemSettings_HasFeature
1121 wxSystemSettings_GetScreenType
= misc2c
.wxSystemSettings_GetScreenType
1123 wxSystemSettings_SetScreenType
= misc2c
.wxSystemSettings_SetScreenType
1125 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1127 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1129 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1131 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1133 wxLog_OnLog
= misc2c
.wxLog_OnLog
1135 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1137 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1138 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
1139 if val
: val
= wxLogPtr(val
)
1142 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1143 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
1144 if val
: val
= wxLogPtr(val
)
1147 wxLog_Suspend
= misc2c
.wxLog_Suspend
1149 wxLog_Resume
= misc2c
.wxLog_Resume
1151 wxLog_SetVerbose
= misc2c
.wxLog_SetVerbose
1153 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1155 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1157 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1159 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1161 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1163 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1165 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1167 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1169 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1171 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1173 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1177 #-------------- VARIABLE WRAPPERS ------------------
1179 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1180 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1181 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1182 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1183 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1184 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1185 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1186 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1187 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1188 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1189 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1190 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1191 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1192 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1193 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1194 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1195 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1196 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1197 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1198 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1199 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1200 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1201 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1202 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1203 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1204 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1205 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1206 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1207 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1208 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1209 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1210 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1211 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1212 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1213 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1214 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1215 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1216 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1217 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1218 wxSYS_COLOUR_LISTBOX
= misc2c
.wxSYS_COLOUR_LISTBOX
1219 wxSYS_COLOUR_HOTLIGHT
= misc2c
.wxSYS_COLOUR_HOTLIGHT
1220 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTACTIVECAPTION
1221 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTINACTIVECAPTION
1222 wxSYS_COLOUR_MENUHILIGHT
= misc2c
.wxSYS_COLOUR_MENUHILIGHT
1223 wxSYS_COLOUR_MENUBAR
= misc2c
.wxSYS_COLOUR_MENUBAR
1224 wxSYS_COLOUR_MAX
= misc2c
.wxSYS_COLOUR_MAX
1225 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1226 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1227 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1228 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1229 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1230 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1231 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1232 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1233 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1234 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1235 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1236 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1237 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1238 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1239 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1240 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1241 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1242 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1243 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1244 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1245 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1246 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1247 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1248 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1249 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1250 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1251 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1252 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1253 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1254 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1255 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1256 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1257 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1258 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1259 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1260 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1261 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1262 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= misc2c
.wxSYS_CAN_DRAW_FRAME_DECORATIONS
1263 wxSYS_CAN_ICONIZE_FRAME
= misc2c
.wxSYS_CAN_ICONIZE_FRAME
1264 wxSYS_SCREEN_NONE
= misc2c
.wxSYS_SCREEN_NONE
1265 wxSYS_SCREEN_TINY
= misc2c
.wxSYS_SCREEN_TINY
1266 wxSYS_SCREEN_PDA
= misc2c
.wxSYS_SCREEN_PDA
1267 wxSYS_SCREEN_SMALL
= misc2c
.wxSYS_SCREEN_SMALL
1268 wxSYS_SCREEN_DESKTOP
= misc2c
.wxSYS_SCREEN_DESKTOP
1269 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1270 wxLOG_Error
= misc2c
.wxLOG_Error
1271 wxLOG_Warning
= misc2c
.wxLOG_Warning
1272 wxLOG_Message
= misc2c
.wxLOG_Message
1273 wxLOG_Info
= misc2c
.wxLOG_Info
1274 wxLOG_Status
= misc2c
.wxLOG_Status
1275 wxLOG_Debug
= misc2c
.wxLOG_Debug
1276 wxLOG_Trace
= misc2c
.wxLOG_Trace
1277 wxLOG_Progress
= misc2c
.wxLOG_Progress
1278 wxLOG_User
= misc2c
.wxLOG_User
1279 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1280 wxEXEC_ASYNC
= misc2c
.wxEXEC_ASYNC
1281 wxEXEC_SYNC
= misc2c
.wxEXEC_SYNC
1282 wxEXEC_NOHIDE
= misc2c
.wxEXEC_NOHIDE
1283 wxEXEC_MAKE_GROUP_LEADER
= misc2c
.wxEXEC_MAKE_GROUP_LEADER
1284 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1285 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1286 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1287 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1288 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1290 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)