1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
21 wxART_TOOLBAR
= 'wxART_TOOLBAR_C'
22 wxART_MENU
= 'wxART_MENU_C'
23 wxART_FRAME_ICON
= 'wxART_FRAME_ICON_C'
24 wxART_CMN_DIALOG
= 'wxART_CMN_DIALOG_C'
25 wxART_HELP_BROWSER
= 'wxART_HELP_BROWSER_C'
26 wxART_MESSAGE_BOX
= 'wxART_MESSAGE_BOX_C'
27 wxART_OTHER
= 'wxART_OTHER_C'
30 wxART_ADD_BOOKMARK
= 'wxART_ADD_BOOKMARK'
31 wxART_DEL_BOOKMARK
= 'wxART_DEL_BOOKMARK'
32 wxART_HELP_SIDE_PANEL
= 'wxART_HELP_SIDE_PANEL'
33 wxART_HELP_SETTINGS
= 'wxART_HELP_SETTINGS'
34 wxART_HELP_BOOK
= 'wxART_HELP_BOOK'
35 wxART_HELP_FOLDER
= 'wxART_HELP_FOLDER'
36 wxART_HELP_PAGE
= 'wxART_HELP_PAGE'
37 wxART_GO_BACK
= 'wxART_GO_BACK'
38 wxART_GO_FORWARD
= 'wxART_GO_FORWARD'
39 wxART_GO_UP
= 'wxART_GO_UP'
40 wxART_GO_DOWN
= 'wxART_GO_DOWN'
41 wxART_GO_TO_PARENT
= 'wxART_GO_TO_PARENT'
42 wxART_GO_HOME
= 'wxART_GO_HOME'
43 wxART_FILE_OPEN
= 'wxART_FILE_OPEN'
44 wxART_PRINT
= 'wxART_PRINT'
45 wxART_HELP
= 'wxART_HELP'
46 wxART_TIP
= 'wxART_TIP'
47 wxART_REPORT_VIEW
= 'wxART_REPORT_VIEW'
48 wxART_LIST_VIEW
= 'wxART_LIST_VIEW'
49 wxART_NEW_DIR
= 'wxART_NEW_DIR'
50 wxART_FOLDER
= 'wxART_FOLDER'
51 wxART_GO_DIR_UP
= 'wxART_GO_DIR_UP'
52 wxART_EXECUTABLE_FILE
= 'wxART_EXECUTABLE_FILE'
53 wxART_NORMAL_FILE
= 'wxART_NORMAL_FILE'
54 wxART_TICK_MARK
= 'wxART_TICK_MARK'
55 wxART_CROSS_MARK
= 'wxART_CROSS_MARK'
56 wxART_ERROR
= 'wxART_ERROR'
57 wxART_QUESTION
= 'wxART_QUESTION'
58 wxART_WARNING
= 'wxART_WARNING'
59 wxART_INFORMATION
= 'wxART_INFORMATION'
60 wxART_MISSING_IMAGE
= 'wxART_MISSING_IMAGE'
62 class wxSystemSettingsPtr
:
63 def __init__(self
,this
):
67 return "<C wxSystemSettings instance at %s>" % (self
.this
,)
68 class wxSystemSettings(wxSystemSettingsPtr
):
69 def __init__(self
,this
):
75 class wxToolTipPtr(wxObjectPtr
):
76 def __init__(self
,this
):
79 def SetTip(self
, *_args
, **_kwargs
):
80 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
82 def GetTip(self
, *_args
, **_kwargs
):
83 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
85 def GetWindow(self
, *_args
, **_kwargs
):
86 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
89 return "<C wxToolTip instance at %s>" % (self
.this
,)
90 class wxToolTip(wxToolTipPtr
):
91 def __init__(self
,*_args
,**_kwargs
):
92 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
99 def __init__(self
,this
):
102 def __del__(self
, delfunc
=misc2c
.delete_wxCaret
):
103 if self
.thisown
== 1:
108 def IsOk(self
, *_args
, **_kwargs
):
109 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
111 def IsVisible(self
, *_args
, **_kwargs
):
112 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
114 def GetPositionTuple(self
, *_args
, **_kwargs
):
115 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
117 def GetPosition(self
, *_args
, **_kwargs
):
118 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
119 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
121 def GetSizeTuple(self
, *_args
, **_kwargs
):
122 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
124 def GetSize(self
, *_args
, **_kwargs
):
125 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
126 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
128 def GetWindow(self
, *_args
, **_kwargs
):
129 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
131 def MoveXY(self
, *_args
, **_kwargs
):
132 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
134 def Move(self
, *_args
, **_kwargs
):
135 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
137 def SetSizeWH(self
, *_args
, **_kwargs
):
138 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
140 def SetSize(self
, *_args
, **_kwargs
):
141 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
143 def Show(self
, *_args
, **_kwargs
):
144 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
146 def Hide(self
, *_args
, **_kwargs
):
147 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
150 return "<C wxCaret instance at %s>" % (self
.this
,)
151 class wxCaret(wxCaretPtr
):
152 def __init__(self
,*_args
,**_kwargs
):
153 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
159 class wxBusyCursorPtr
:
160 def __init__(self
,this
):
163 def __del__(self
, delfunc
=misc2c
.delete_wxBusyCursor
):
164 if self
.thisown
== 1:
170 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
171 class wxBusyCursor(wxBusyCursorPtr
):
172 def __init__(self
,*_args
,**_kwargs
):
173 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
179 class wxWindowDisablerPtr
:
180 def __init__(self
,this
):
183 def __del__(self
, delfunc
=misc2c
.delete_wxWindowDisabler
):
184 if self
.thisown
== 1:
190 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
191 class wxWindowDisabler(wxWindowDisablerPtr
):
192 def __init__(self
,*_args
,**_kwargs
):
193 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
199 class wxMutexGuiLockerPtr
:
200 def __init__(self
,this
):
203 def __del__(self
, delfunc
=misc2c
.delete_wxMutexGuiLocker
):
204 if self
.thisown
== 1:
210 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
211 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
212 def __init__(self
,*_args
,**_kwargs
):
213 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
219 class wxTipProviderPtr
:
220 def __init__(self
,this
):
223 def __del__(self
, delfunc
=misc2c
.delete_wxTipProvider
):
224 if self
.thisown
== 1:
229 def GetTip(self
, *_args
, **_kwargs
):
230 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
232 def GetCurrentTip(self
, *_args
, **_kwargs
):
233 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
235 def PreprocessTip(self
, *_args
, **_kwargs
):
236 val
= apply(misc2c
.wxTipProvider_PreprocessTip
,(self
,) + _args
, _kwargs
)
239 return "<C wxTipProvider instance at %s>" % (self
.this
,)
240 class wxTipProvider(wxTipProviderPtr
):
241 def __init__(self
,this
):
247 class wxPyTipProviderPtr(wxTipProviderPtr
):
248 def __init__(self
,this
):
251 def _setCallbackInfo(self
, *_args
, **_kwargs
):
252 val
= apply(misc2c
.wxPyTipProvider__setCallbackInfo
,(self
,) + _args
, _kwargs
)
255 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
256 class wxPyTipProvider(wxPyTipProviderPtr
):
257 def __init__(self
,*_args
,**_kwargs
):
258 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
260 self
._setCallbackInfo
(self
, wxPyTipProvider
)
265 class wxDragImagePtr(wxObjectPtr
):
266 def __init__(self
,this
):
269 def __del__(self
, delfunc
=misc2c
.delete_wxDragImage
):
270 if self
.thisown
== 1:
275 def SetBackingBitmap(self
, *_args
, **_kwargs
):
276 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
278 def BeginDrag(self
, *_args
, **_kwargs
):
279 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
281 def BeginDragBounded(self
, *_args
, **_kwargs
):
282 val
= apply(misc2c
.wxDragImage_BeginDragBounded
,(self
,) + _args
, _kwargs
)
284 def EndDrag(self
, *_args
, **_kwargs
):
285 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
287 def Move(self
, *_args
, **_kwargs
):
288 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
290 def Show(self
, *_args
, **_kwargs
):
291 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
293 def Hide(self
, *_args
, **_kwargs
):
294 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
296 def GetImageRect(self
, *_args
, **_kwargs
):
297 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
298 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
300 def RedrawImage(self
, *_args
, **_kwargs
):
301 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
304 return "<C wxDragImage instance at %s>" % (self
.this
,)
305 BeginDrag2
= BeginDragBounded
306 class wxDragImage(wxDragImagePtr
):
307 def __init__(self
,*_args
,**_kwargs
):
308 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
313 def wxDragIcon(*_args
,**_kwargs
):
314 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
318 def wxDragString(*_args
,**_kwargs
):
319 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
323 def wxDragTreeItem(*_args
,**_kwargs
):
324 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
328 def wxDragListItem(*_args
,**_kwargs
):
329 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
334 class wxPyTimerPtr(wxObjectPtr
):
335 def __init__(self
,this
):
338 def __del__(self
, delfunc
=misc2c
.delete_wxPyTimer
):
339 if self
.thisown
== 1:
344 def GetInterval(self
, *_args
, **_kwargs
):
345 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
347 def IsOneShot(self
, *_args
, **_kwargs
):
348 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
350 def IsRunning(self
, *_args
, **_kwargs
):
351 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
353 def SetOwner(self
, *_args
, **_kwargs
):
354 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
356 def Start(self
, *_args
, **_kwargs
):
357 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
359 def Stop(self
, *_args
, **_kwargs
):
360 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
363 return "<C wxPyTimer instance at %s>" % (self
.this
,)
364 class wxPyTimer(wxPyTimerPtr
):
365 def __init__(self
,*_args
,**_kwargs
):
366 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
372 class wxStopWatchPtr
:
373 def __init__(self
,this
):
376 def __del__(self
, delfunc
=misc2c
.delete_wxStopWatch
):
377 if self
.thisown
== 1:
382 def Start(self
, *_args
, **_kwargs
):
383 val
= apply(misc2c
.wxStopWatch_Start
,(self
,) + _args
, _kwargs
)
385 def Pause(self
, *_args
, **_kwargs
):
386 val
= apply(misc2c
.wxStopWatch_Pause
,(self
,) + _args
, _kwargs
)
388 def Resume(self
, *_args
, **_kwargs
):
389 val
= apply(misc2c
.wxStopWatch_Resume
,(self
,) + _args
, _kwargs
)
391 def Time(self
, *_args
, **_kwargs
):
392 val
= apply(misc2c
.wxStopWatch_Time
,(self
,) + _args
, _kwargs
)
395 return "<C wxStopWatch instance at %s>" % (self
.this
,)
396 class wxStopWatch(wxStopWatchPtr
):
397 def __init__(self
,*_args
,**_kwargs
):
398 self
.this
= apply(misc2c
.new_wxStopWatch
,_args
,_kwargs
)
405 def __init__(self
,this
):
408 def Flush(self
, *_args
, **_kwargs
):
409 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
411 def GetVerbose(self
, *_args
, **_kwargs
):
412 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
414 def TimeStamp(self
, *_args
, **_kwargs
):
415 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
418 return "<C wxLog instance at %s>" % (self
.this
,)
419 class wxLog(wxLogPtr
):
420 def __init__(self
,*_args
,**_kwargs
):
421 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
427 class wxLogStderrPtr(wxLogPtr
):
428 def __init__(self
,this
):
432 return "<C wxLogStderr instance at %s>" % (self
.this
,)
433 class wxLogStderr(wxLogStderrPtr
):
434 def __init__(self
,*_args
,**_kwargs
):
435 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
441 class wxLogTextCtrlPtr(wxLogPtr
):
442 def __init__(self
,this
):
446 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
447 class wxLogTextCtrl(wxLogTextCtrlPtr
):
448 def __init__(self
,*_args
,**_kwargs
):
449 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
455 class wxLogGuiPtr(wxLogPtr
):
456 def __init__(self
,this
):
460 return "<C wxLogGui instance at %s>" % (self
.this
,)
461 class wxLogGui(wxLogGuiPtr
):
462 def __init__(self
,*_args
,**_kwargs
):
463 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
469 class wxLogWindowPtr(wxLogPtr
):
470 def __init__(self
,this
):
473 def Show(self
, *_args
, **_kwargs
):
474 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
476 def GetFrame(self
, *_args
, **_kwargs
):
477 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
479 def GetOldLog(self
, *_args
, **_kwargs
):
480 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
481 if val
: val
= wxLogPtr(val
)
483 def IsPassingMessages(self
, *_args
, **_kwargs
):
484 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
486 def PassMessages(self
, *_args
, **_kwargs
):
487 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
490 return "<C wxLogWindow instance at %s>" % (self
.this
,)
491 class wxLogWindow(wxLogWindowPtr
):
492 def __init__(self
,*_args
,**_kwargs
):
493 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
499 class wxLogChainPtr(wxLogPtr
):
500 def __init__(self
,this
):
503 def SetLog(self
, *_args
, **_kwargs
):
504 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
506 def PassMessages(self
, *_args
, **_kwargs
):
507 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
509 def IsPassingMessages(self
, *_args
, **_kwargs
):
510 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
512 def GetOldLog(self
, *_args
, **_kwargs
):
513 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
514 if val
: val
= wxLogPtr(val
)
517 return "<C wxLogChain instance at %s>" % (self
.this
,)
518 class wxLogChain(wxLogChainPtr
):
519 def __init__(self
,*_args
,**_kwargs
):
520 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
527 def __init__(self
,this
):
530 def __del__(self
, delfunc
=misc2c
.delete_wxLogNull
):
531 if self
.thisown
== 1:
537 return "<C wxLogNull instance at %s>" % (self
.this
,)
538 class wxLogNull(wxLogNullPtr
):
539 def __init__(self
,*_args
,**_kwargs
):
540 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
546 class wxPyLogPtr(wxLogPtr
):
547 def __init__(self
,this
):
550 def _setCallbackInfo(self
, *_args
, **_kwargs
):
551 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
553 def Destroy(self
, *_args
, **_kwargs
):
554 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
557 return "<C wxPyLog instance at %s>" % (self
.this
,)
558 class wxPyLog(wxPyLogPtr
):
559 def __init__(self
,*_args
,**_kwargs
):
560 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
562 self
._setCallbackInfo
(self
, wxPyLog
)
567 class wxProcessEventPtr(wxEventPtr
):
568 def __init__(self
,this
):
571 def GetPid(self
, *_args
, **_kwargs
):
572 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
574 def GetExitCode(self
, *_args
, **_kwargs
):
575 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
577 def __setattr__(self
,name
,value
):
579 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
581 if name
== "m_exitcode" :
582 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
584 self
.__dict
__[name
] = value
585 def __getattr__(self
,name
):
587 return misc2c
.wxProcessEvent_m_pid_get(self
)
588 if name
== "m_exitcode" :
589 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
590 raise AttributeError,name
592 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
593 class wxProcessEvent(wxProcessEventPtr
):
594 def __init__(self
,*_args
,**_kwargs
):
595 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
601 class wxProcessPtr(wxEvtHandlerPtr
):
602 def __init__(self
,this
):
605 def Destroy(self
, *_args
, **_kwargs
):
606 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
608 def _setCallbackInfo(self
, *_args
, **_kwargs
):
609 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
611 def base_OnTerminate(self
, *_args
, **_kwargs
):
612 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
614 def Redirect(self
, *_args
, **_kwargs
):
615 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
617 def IsRedirected(self
, *_args
, **_kwargs
):
618 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
620 def Detach(self
, *_args
, **_kwargs
):
621 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
623 def GetInputStream(self
, *_args
, **_kwargs
):
624 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
626 def GetErrorStream(self
, *_args
, **_kwargs
):
627 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
629 def GetOutputStream(self
, *_args
, **_kwargs
):
630 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
631 if val
: val
= wxOutputStreamPtr(val
)
633 def CloseOutput(self
, *_args
, **_kwargs
):
634 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
636 def IsInputOpened(self
, *_args
, **_kwargs
):
637 val
= apply(misc2c
.wxProcess_IsInputOpened
,(self
,) + _args
, _kwargs
)
639 def IsInputAvailable(self
, *_args
, **_kwargs
):
640 val
= apply(misc2c
.wxProcess_IsInputAvailable
,(self
,) + _args
, _kwargs
)
642 def IsErrorAvailable(self
, *_args
, **_kwargs
):
643 val
= apply(misc2c
.wxProcess_IsErrorAvailable
,(self
,) + _args
, _kwargs
)
646 return "<C wxProcess instance at %s>" % (self
.this
,)
647 class wxProcess(wxProcessPtr
):
648 def __init__(self
,*_args
,**_kwargs
):
649 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
651 self
._setCallbackInfo
(self
, wxProcess
)
656 class wxJoystickPtr(wxObjectPtr
):
657 def __init__(self
,this
):
660 def __del__(self
, delfunc
=misc2c
.delete_wxJoystick
):
661 if self
.thisown
== 1:
666 def GetPosition(self
, *_args
, **_kwargs
):
667 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
668 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
670 def GetZPosition(self
, *_args
, **_kwargs
):
671 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
673 def GetButtonState(self
, *_args
, **_kwargs
):
674 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
676 def GetPOVPosition(self
, *_args
, **_kwargs
):
677 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
679 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
680 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
682 def GetRudderPosition(self
, *_args
, **_kwargs
):
683 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
685 def GetUPosition(self
, *_args
, **_kwargs
):
686 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
688 def GetVPosition(self
, *_args
, **_kwargs
):
689 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
691 def GetMovementThreshold(self
, *_args
, **_kwargs
):
692 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
694 def SetMovementThreshold(self
, *_args
, **_kwargs
):
695 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
697 def IsOk(self
, *_args
, **_kwargs
):
698 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
700 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
701 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
703 def GetManufacturerId(self
, *_args
, **_kwargs
):
704 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
706 def GetProductId(self
, *_args
, **_kwargs
):
707 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
709 def GetProductName(self
, *_args
, **_kwargs
):
710 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
712 def GetXMin(self
, *_args
, **_kwargs
):
713 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
715 def GetYMin(self
, *_args
, **_kwargs
):
716 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
718 def GetZMin(self
, *_args
, **_kwargs
):
719 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
721 def GetXMax(self
, *_args
, **_kwargs
):
722 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
724 def GetYMax(self
, *_args
, **_kwargs
):
725 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
727 def GetZMax(self
, *_args
, **_kwargs
):
728 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
730 def GetNumberButtons(self
, *_args
, **_kwargs
):
731 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
733 def GetNumberAxes(self
, *_args
, **_kwargs
):
734 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
736 def GetMaxButtons(self
, *_args
, **_kwargs
):
737 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
739 def GetMaxAxes(self
, *_args
, **_kwargs
):
740 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
742 def GetPollingMin(self
, *_args
, **_kwargs
):
743 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
745 def GetPollingMax(self
, *_args
, **_kwargs
):
746 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
748 def GetRudderMin(self
, *_args
, **_kwargs
):
749 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
751 def GetRudderMax(self
, *_args
, **_kwargs
):
752 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
754 def GetUMin(self
, *_args
, **_kwargs
):
755 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
757 def GetUMax(self
, *_args
, **_kwargs
):
758 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
760 def GetVMin(self
, *_args
, **_kwargs
):
761 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
763 def GetVMax(self
, *_args
, **_kwargs
):
764 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
766 def HasRudder(self
, *_args
, **_kwargs
):
767 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
769 def HasZ(self
, *_args
, **_kwargs
):
770 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
772 def HasU(self
, *_args
, **_kwargs
):
773 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
775 def HasV(self
, *_args
, **_kwargs
):
776 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
778 def HasPOV(self
, *_args
, **_kwargs
):
779 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
781 def HasPOV4Dir(self
, *_args
, **_kwargs
):
782 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
784 def HasPOVCTS(self
, *_args
, **_kwargs
):
785 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
787 def SetCapture(self
, *_args
, **_kwargs
):
788 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
790 def ReleaseCapture(self
, *_args
, **_kwargs
):
791 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
794 return "<C wxJoystick instance at %s>" % (self
.this
,)
795 class wxJoystick(wxJoystickPtr
):
796 def __init__(self
,*_args
,**_kwargs
):
797 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
803 class wxWavePtr(wxObjectPtr
):
804 def __init__(self
,this
):
807 def __del__(self
, delfunc
=misc2c
.delete_wxWave
):
808 if self
.thisown
== 1:
813 def IsOk(self
, *_args
, **_kwargs
):
814 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
816 def Play(self
, *_args
, **_kwargs
):
817 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
820 return "<C wxWave instance at %s>" % (self
.this
,)
821 class wxWave(wxWavePtr
):
822 def __init__(self
,*_args
,**_kwargs
):
823 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
829 class wxFileTypeInfoPtr
:
830 def __init__(self
,this
):
833 def IsValid(self
, *_args
, **_kwargs
):
834 val
= apply(misc2c
.wxFileTypeInfo_IsValid
,(self
,) + _args
, _kwargs
)
836 def SetIcon(self
, *_args
, **_kwargs
):
837 val
= apply(misc2c
.wxFileTypeInfo_SetIcon
,(self
,) + _args
, _kwargs
)
839 def SetShortDesc(self
, *_args
, **_kwargs
):
840 val
= apply(misc2c
.wxFileTypeInfo_SetShortDesc
,(self
,) + _args
, _kwargs
)
842 def GetMimeType(self
, *_args
, **_kwargs
):
843 val
= apply(misc2c
.wxFileTypeInfo_GetMimeType
,(self
,) + _args
, _kwargs
)
845 def GetOpenCommand(self
, *_args
, **_kwargs
):
846 val
= apply(misc2c
.wxFileTypeInfo_GetOpenCommand
,(self
,) + _args
, _kwargs
)
848 def GetPrintCommand(self
, *_args
, **_kwargs
):
849 val
= apply(misc2c
.wxFileTypeInfo_GetPrintCommand
,(self
,) + _args
, _kwargs
)
851 def GetShortDesc(self
, *_args
, **_kwargs
):
852 val
= apply(misc2c
.wxFileTypeInfo_GetShortDesc
,(self
,) + _args
, _kwargs
)
854 def GetDescription(self
, *_args
, **_kwargs
):
855 val
= apply(misc2c
.wxFileTypeInfo_GetDescription
,(self
,) + _args
, _kwargs
)
857 def GetExtensions(self
, *_args
, **_kwargs
):
858 val
= apply(misc2c
.wxFileTypeInfo_GetExtensions
,(self
,) + _args
, _kwargs
)
860 def GetExtensionsCount(self
, *_args
, **_kwargs
):
861 val
= apply(misc2c
.wxFileTypeInfo_GetExtensionsCount
,(self
,) + _args
, _kwargs
)
863 def GetIconFile(self
, *_args
, **_kwargs
):
864 val
= apply(misc2c
.wxFileTypeInfo_GetIconFile
,(self
,) + _args
, _kwargs
)
866 def GetIconIndex(self
, *_args
, **_kwargs
):
867 val
= apply(misc2c
.wxFileTypeInfo_GetIconIndex
,(self
,) + _args
, _kwargs
)
870 return "<C wxFileTypeInfo instance at %s>" % (self
.this
,)
871 class wxFileTypeInfo(wxFileTypeInfoPtr
):
872 def __init__(self
,*_args
,**_kwargs
):
873 self
.this
= apply(misc2c
.new_wxFileTypeInfo
,_args
,_kwargs
)
878 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
879 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxFileTypeInfoSequence
,_args
,_kwargs
))
883 def wxNullFileTypeInfo(*_args
,**_kwargs
):
884 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxNullFileTypeInfo
,_args
,_kwargs
))
889 class wxFileTypePtr
:
890 def __init__(self
,this
):
893 def GetMimeType(self
, *_args
, **_kwargs
):
894 val
= apply(misc2c
.wxFileType_GetMimeType
,(self
,) + _args
, _kwargs
)
896 def GetMimeTypes(self
, *_args
, **_kwargs
):
897 val
= apply(misc2c
.wxFileType_GetMimeTypes
,(self
,) + _args
, _kwargs
)
899 def GetExtensions(self
, *_args
, **_kwargs
):
900 val
= apply(misc2c
.wxFileType_GetExtensions
,(self
,) + _args
, _kwargs
)
902 def GetIcon(self
, *_args
, **_kwargs
):
903 val
= apply(misc2c
.wxFileType_GetIcon
,(self
,) + _args
, _kwargs
)
904 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
906 def GetIconInfo(self
, *_args
, **_kwargs
):
907 val
= apply(misc2c
.wxFileType_GetIconInfo
,(self
,) + _args
, _kwargs
)
909 def GetDescription(self
, *_args
, **_kwargs
):
910 val
= apply(misc2c
.wxFileType_GetDescription
,(self
,) + _args
, _kwargs
)
912 def GetOpenCommand(self
, *_args
, **_kwargs
):
913 val
= apply(misc2c
.wxFileType_GetOpenCommand
,(self
,) + _args
, _kwargs
)
915 def GetPrintCommand(self
, *_args
, **_kwargs
):
916 val
= apply(misc2c
.wxFileType_GetPrintCommand
,(self
,) + _args
, _kwargs
)
918 def GetAllCommands(self
, *_args
, **_kwargs
):
919 val
= apply(misc2c
.wxFileType_GetAllCommands
,(self
,) + _args
, _kwargs
)
921 def SetCommand(self
, *_args
, **_kwargs
):
922 val
= apply(misc2c
.wxFileType_SetCommand
,(self
,) + _args
, _kwargs
)
924 def SetDefaultIcon(self
, *_args
, **_kwargs
):
925 val
= apply(misc2c
.wxFileType_SetDefaultIcon
,(self
,) + _args
, _kwargs
)
927 def Unassociate(self
, *_args
, **_kwargs
):
928 val
= apply(misc2c
.wxFileType_Unassociate
,(self
,) + _args
, _kwargs
)
930 def __del__(self
, delfunc
=misc2c
.delete_wxFileType
):
931 if self
.thisown
== 1:
937 return "<C wxFileType instance at %s>" % (self
.this
,)
938 class wxFileType(wxFileTypePtr
):
939 def __init__(self
,*_args
,**_kwargs
):
940 self
.this
= apply(misc2c
.new_wxFileType
,_args
,_kwargs
)
946 class wxMimeTypesManagerPtr
:
947 def __init__(self
,this
):
950 def Initialize(self
, *_args
, **_kwargs
):
951 val
= apply(misc2c
.wxMimeTypesManager_Initialize
,(self
,) + _args
, _kwargs
)
953 def ClearData(self
, *_args
, **_kwargs
):
954 val
= apply(misc2c
.wxMimeTypesManager_ClearData
,(self
,) + _args
, _kwargs
)
956 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
957 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromExtension
,(self
,) + _args
, _kwargs
)
958 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
960 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
961 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType
,(self
,) + _args
, _kwargs
)
962 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
964 def ReadMailcap(self
, *_args
, **_kwargs
):
965 val
= apply(misc2c
.wxMimeTypesManager_ReadMailcap
,(self
,) + _args
, _kwargs
)
967 def ReadMimeTypes(self
, *_args
, **_kwargs
):
968 val
= apply(misc2c
.wxMimeTypesManager_ReadMimeTypes
,(self
,) + _args
, _kwargs
)
970 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
971 val
= apply(misc2c
.wxMimeTypesManager_EnumAllFileTypes
,(self
,) + _args
, _kwargs
)
973 def AddFallback(self
, *_args
, **_kwargs
):
974 val
= apply(misc2c
.wxMimeTypesManager_AddFallback
,(self
,) + _args
, _kwargs
)
976 def Associate(self
, *_args
, **_kwargs
):
977 val
= apply(misc2c
.wxMimeTypesManager_Associate
,(self
,) + _args
, _kwargs
)
978 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
980 def Unassociate(self
, *_args
, **_kwargs
):
981 val
= apply(misc2c
.wxMimeTypesManager_Unassociate
,(self
,) + _args
, _kwargs
)
983 def __del__(self
, delfunc
=misc2c
.delete_wxMimeTypesManager
):
984 if self
.thisown
== 1:
990 return "<C wxMimeTypesManager instance at %s>" % (self
.this
,)
991 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
992 def __init__(self
,*_args
,**_kwargs
):
993 self
.this
= apply(misc2c
.new_wxMimeTypesManager
,_args
,_kwargs
)
999 class wxArtProviderPtr(wxObjectPtr
):
1000 def __init__(self
,this
):
1003 def _setCallbackInfo(self
, *_args
, **_kwargs
):
1004 val
= apply(misc2c
.wxArtProvider__setCallbackInfo
,(self
,) + _args
, _kwargs
)
1007 return "<C wxArtProvider instance at %s>" % (self
.this
,)
1008 class wxArtProvider(wxArtProviderPtr
):
1009 def __init__(self
,*_args
,**_kwargs
):
1010 self
.this
= apply(misc2c
.new_wxArtProvider
,_args
,_kwargs
)
1012 self
._setCallbackInfo
(self
, wxArtProvider
)
1017 class wxFileHistoryPtr(wxObjectPtr
):
1018 def __init__(self
,this
):
1021 def __del__(self
, delfunc
=misc2c
.delete_wxFileHistory
):
1022 if self
.thisown
== 1:
1027 def AddFileToHistory(self
, *_args
, **_kwargs
):
1028 val
= apply(misc2c
.wxFileHistory_AddFileToHistory
,(self
,) + _args
, _kwargs
)
1030 def RemoveFileFromHistory(self
, *_args
, **_kwargs
):
1031 val
= apply(misc2c
.wxFileHistory_RemoveFileFromHistory
,(self
,) + _args
, _kwargs
)
1033 def GetMaxFiles(self
, *_args
, **_kwargs
):
1034 val
= apply(misc2c
.wxFileHistory_GetMaxFiles
,(self
,) + _args
, _kwargs
)
1036 def UseMenu(self
, *_args
, **_kwargs
):
1037 val
= apply(misc2c
.wxFileHistory_UseMenu
,(self
,) + _args
, _kwargs
)
1039 def RemoveMenu(self
, *_args
, **_kwargs
):
1040 val
= apply(misc2c
.wxFileHistory_RemoveMenu
,(self
,) + _args
, _kwargs
)
1042 def Load(self
, *_args
, **_kwargs
):
1043 val
= apply(misc2c
.wxFileHistory_Load
,(self
,) + _args
, _kwargs
)
1045 def Save(self
, *_args
, **_kwargs
):
1046 val
= apply(misc2c
.wxFileHistory_Save
,(self
,) + _args
, _kwargs
)
1048 def AddFilesToMenu(self
, *_args
, **_kwargs
):
1049 val
= apply(misc2c
.wxFileHistory_AddFilesToMenu
,(self
,) + _args
, _kwargs
)
1051 def AddFilesToThisMenu(self
, *_args
, **_kwargs
):
1052 val
= apply(misc2c
.wxFileHistory_AddFilesToThisMenu
,(self
,) + _args
, _kwargs
)
1054 def GetHistoryFile(self
, *_args
, **_kwargs
):
1055 val
= apply(misc2c
.wxFileHistory_GetHistoryFile
,(self
,) + _args
, _kwargs
)
1057 def GetCount(self
, *_args
, **_kwargs
):
1058 val
= apply(misc2c
.wxFileHistory_GetCount
,(self
,) + _args
, _kwargs
)
1060 def GetNoHistoryFiles(self
, *_args
, **_kwargs
):
1061 val
= apply(misc2c
.wxFileHistory_GetNoHistoryFiles
,(self
,) + _args
, _kwargs
)
1064 return "<C wxFileHistory instance at %s>" % (self
.this
,)
1065 class wxFileHistory(wxFileHistoryPtr
):
1066 def __init__(self
,*_args
,**_kwargs
):
1067 self
.this
= apply(misc2c
.new_wxFileHistory
,_args
,_kwargs
)
1073 class wxEffectsPtr(wxObjectPtr
):
1074 def __init__(self
,this
):
1077 def GetHighlightColour(self
, *_args
, **_kwargs
):
1078 val
= apply(misc2c
.wxEffects_GetHighlightColour
,(self
,) + _args
, _kwargs
)
1079 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1081 def GetLightShadow(self
, *_args
, **_kwargs
):
1082 val
= apply(misc2c
.wxEffects_GetLightShadow
,(self
,) + _args
, _kwargs
)
1083 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1085 def GetFaceColour(self
, *_args
, **_kwargs
):
1086 val
= apply(misc2c
.wxEffects_GetFaceColour
,(self
,) + _args
, _kwargs
)
1087 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1089 def GetMediumShadow(self
, *_args
, **_kwargs
):
1090 val
= apply(misc2c
.wxEffects_GetMediumShadow
,(self
,) + _args
, _kwargs
)
1091 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1093 def GetDarkShadow(self
, *_args
, **_kwargs
):
1094 val
= apply(misc2c
.wxEffects_GetDarkShadow
,(self
,) + _args
, _kwargs
)
1095 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1097 def SetHighlightColour(self
, *_args
, **_kwargs
):
1098 val
= apply(misc2c
.wxEffects_SetHighlightColour
,(self
,) + _args
, _kwargs
)
1100 def SetLightShadow(self
, *_args
, **_kwargs
):
1101 val
= apply(misc2c
.wxEffects_SetLightShadow
,(self
,) + _args
, _kwargs
)
1103 def SetFaceColour(self
, *_args
, **_kwargs
):
1104 val
= apply(misc2c
.wxEffects_SetFaceColour
,(self
,) + _args
, _kwargs
)
1106 def SetMediumShadow(self
, *_args
, **_kwargs
):
1107 val
= apply(misc2c
.wxEffects_SetMediumShadow
,(self
,) + _args
, _kwargs
)
1109 def SetDarkShadow(self
, *_args
, **_kwargs
):
1110 val
= apply(misc2c
.wxEffects_SetDarkShadow
,(self
,) + _args
, _kwargs
)
1112 def Set(self
, *_args
, **_kwargs
):
1113 val
= apply(misc2c
.wxEffects_Set
,(self
,) + _args
, _kwargs
)
1115 def DrawSunkenEdge(self
, *_args
, **_kwargs
):
1116 val
= apply(misc2c
.wxEffects_DrawSunkenEdge
,(self
,) + _args
, _kwargs
)
1118 def TileBitmap(self
, *_args
, **_kwargs
):
1119 val
= apply(misc2c
.wxEffects_TileBitmap
,(self
,) + _args
, _kwargs
)
1122 return "<C wxEffects instance at %s>" % (self
.this
,)
1123 class wxEffects(wxEffectsPtr
):
1124 def __init__(self
,*_args
,**_kwargs
):
1125 self
.this
= apply(misc2c
.new_wxEffects
,_args
,_kwargs
)
1131 class wxSingleInstanceCheckerPtr
:
1132 def __init__(self
,this
):
1135 def __del__(self
, delfunc
=misc2c
.delete_wxSingleInstanceChecker
):
1136 if self
.thisown
== 1:
1141 def Create(self
, *_args
, **_kwargs
):
1142 val
= apply(misc2c
.wxSingleInstanceChecker_Create
,(self
,) + _args
, _kwargs
)
1144 def IsAnotherRunning(self
, *_args
, **_kwargs
):
1145 val
= apply(misc2c
.wxSingleInstanceChecker_IsAnotherRunning
,(self
,) + _args
, _kwargs
)
1148 return "<C wxSingleInstanceChecker instance at %s>" % (self
.this
,)
1149 class wxSingleInstanceChecker(wxSingleInstanceCheckerPtr
):
1150 def __init__(self
,*_args
,**_kwargs
):
1151 self
.this
= apply(misc2c
.new_wxSingleInstanceChecker
,_args
,_kwargs
)
1156 def wxPreSingleInstanceChecker(*_args
,**_kwargs
):
1157 val
= wxSingleInstanceCheckerPtr(apply(misc2c
.new_wxPreSingleInstanceChecker
,_args
,_kwargs
))
1164 #-------------- FUNCTION WRAPPERS ------------------
1166 wxFileSelector
= misc2c
.wxFileSelector
1168 wxLoadFileSelector
= misc2c
.wxLoadFileSelector
1170 wxSaveFileSelector
= misc2c
.wxSaveFileSelector
1172 wxDirSelector
= misc2c
.wxDirSelector
1174 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
1176 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
1178 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
1180 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
1182 wxMessageBox
= misc2c
.wxMessageBox
1184 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
1186 wxColourDisplay
= misc2c
.wxColourDisplay
1188 wxDisplayDepth
= misc2c
.wxDisplayDepth
1190 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
1192 wxDisplaySize
= misc2c
.wxDisplaySize
1194 def wxGetDisplaySize(*_args
, **_kwargs
):
1195 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
1196 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1199 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
1201 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
1202 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
1203 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1206 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
1208 def wxGetClientDisplayRect(*_args
, **_kwargs
):
1209 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
1210 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
1213 wxSetCursor
= misc2c
.wxSetCursor
1215 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
1217 def wxGetActiveWindow(*_args
, **_kwargs
):
1218 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
1221 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
1222 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
1225 def wxFindWindowAtPoint(*_args
, **_kwargs
):
1226 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
1229 def wxGetTopLevelParent(*_args
, **_kwargs
):
1230 val
= apply(misc2c
.wxGetTopLevelParent
,_args
,_kwargs
)
1233 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1235 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1237 wxSafeYield
= misc2c
.wxSafeYield
1239 wxPostEvent
= misc2c
.wxPostEvent
1241 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1243 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1245 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1247 wxThread_IsMain
= misc2c
.wxThread_IsMain
1249 wxShowTip
= misc2c
.wxShowTip
1251 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1252 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
1253 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1256 wxSysErrorCode
= misc2c
.wxSysErrorCode
1258 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1260 wxLogFatalError
= misc2c
.wxLogFatalError
1262 wxLogError
= misc2c
.wxLogError
1264 wxLogWarning
= misc2c
.wxLogWarning
1266 wxLogMessage
= misc2c
.wxLogMessage
1268 wxLogInfo
= misc2c
.wxLogInfo
1270 wxLogDebug
= misc2c
.wxLogDebug
1272 wxLogVerbose
= misc2c
.wxLogVerbose
1274 wxLogStatus
= misc2c
.wxLogStatus
1276 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1278 wxLogSysError
= misc2c
.wxLogSysError
1280 wxLogTrace
= misc2c
.wxLogTrace
1282 wxLogTraceMask
= misc2c
.wxLogTraceMask
1284 wxLogGeneric
= misc2c
.wxLogGeneric
1286 wxSafeShowMessage
= misc2c
.wxSafeShowMessage
1288 wxExecute
= misc2c
.wxExecute
1290 def wxWaveData(*_args
, **_kwargs
):
1291 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
1292 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1295 def wxSystemSettings_GetColour(*_args
, **_kwargs
):
1296 val
= apply(misc2c
.wxSystemSettings_GetColour
,_args
,_kwargs
)
1297 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1300 def wxSystemSettings_GetFont(*_args
, **_kwargs
):
1301 val
= apply(misc2c
.wxSystemSettings_GetFont
,_args
,_kwargs
)
1302 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1305 wxSystemSettings_GetMetric
= misc2c
.wxSystemSettings_GetMetric
1307 wxSystemSettings_HasFeature
= misc2c
.wxSystemSettings_HasFeature
1309 wxSystemSettings_GetScreenType
= misc2c
.wxSystemSettings_GetScreenType
1311 wxSystemSettings_SetScreenType
= misc2c
.wxSystemSettings_SetScreenType
1313 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1315 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1317 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1319 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1321 wxLog_OnLog
= misc2c
.wxLog_OnLog
1323 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1325 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1326 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
1327 if val
: val
= wxLogPtr(val
)
1330 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1331 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
1332 if val
: val
= wxLogPtr(val
)
1335 wxLog_Suspend
= misc2c
.wxLog_Suspend
1337 wxLog_Resume
= misc2c
.wxLog_Resume
1339 wxLog_SetVerbose
= misc2c
.wxLog_SetVerbose
1341 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1343 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1345 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1347 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1349 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1351 wxLog_GetTraceMasks
= misc2c
.wxLog_GetTraceMasks
1353 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1355 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1357 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1359 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1361 wxLog_SetLogLevel
= misc2c
.wxLog_SetLogLevel
1363 wxLog_GetLogLevel
= misc2c
.wxLog_GetLogLevel
1365 wxProcess_Kill
= misc2c
.wxProcess_Kill
1367 wxProcess_Exists
= misc2c
.wxProcess_Exists
1369 def wxProcess_Open(*_args
, **_kwargs
):
1370 val
= apply(misc2c
.wxProcess_Open
,_args
,_kwargs
)
1371 if val
: val
= wxProcessPtr(val
)
1374 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1376 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1378 wxArtProvider_PushProvider
= misc2c
.wxArtProvider_PushProvider
1380 wxArtProvider_PopProvider
= misc2c
.wxArtProvider_PopProvider
1382 wxArtProvider_RemoveProvider
= misc2c
.wxArtProvider_RemoveProvider
1384 def wxArtProvider_GetBitmap(*_args
, **_kwargs
):
1385 val
= apply(misc2c
.wxArtProvider_GetBitmap
,_args
,_kwargs
)
1386 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1389 def wxArtProvider_GetIcon(*_args
, **_kwargs
):
1390 val
= apply(misc2c
.wxArtProvider_GetIcon
,_args
,_kwargs
)
1391 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1396 #-------------- VARIABLE WRAPPERS ------------------
1398 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1399 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1400 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1401 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1402 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1403 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1404 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1405 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1406 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1407 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1408 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1409 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1410 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1411 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1412 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1413 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1414 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1415 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1416 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1417 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1418 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1419 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1420 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1421 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1422 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1423 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1424 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1425 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1426 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1427 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1428 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1429 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1430 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1431 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1432 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1433 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1434 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1435 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1436 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1437 wxSYS_COLOUR_LISTBOX
= misc2c
.wxSYS_COLOUR_LISTBOX
1438 wxSYS_COLOUR_HOTLIGHT
= misc2c
.wxSYS_COLOUR_HOTLIGHT
1439 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTACTIVECAPTION
1440 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTINACTIVECAPTION
1441 wxSYS_COLOUR_MENUHILIGHT
= misc2c
.wxSYS_COLOUR_MENUHILIGHT
1442 wxSYS_COLOUR_MENUBAR
= misc2c
.wxSYS_COLOUR_MENUBAR
1443 wxSYS_COLOUR_MAX
= misc2c
.wxSYS_COLOUR_MAX
1444 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1445 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1446 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1447 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1448 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1449 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1450 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1451 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1452 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1453 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1454 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1455 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1456 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1457 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1458 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1459 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1460 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1461 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1462 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1463 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1464 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1465 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1466 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1467 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1468 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1469 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1470 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1471 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1472 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1473 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1474 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1475 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1476 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1477 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1478 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1479 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1480 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1481 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= misc2c
.wxSYS_CAN_DRAW_FRAME_DECORATIONS
1482 wxSYS_CAN_ICONIZE_FRAME
= misc2c
.wxSYS_CAN_ICONIZE_FRAME
1483 wxSYS_SCREEN_NONE
= misc2c
.wxSYS_SCREEN_NONE
1484 wxSYS_SCREEN_TINY
= misc2c
.wxSYS_SCREEN_TINY
1485 wxSYS_SCREEN_PDA
= misc2c
.wxSYS_SCREEN_PDA
1486 wxSYS_SCREEN_SMALL
= misc2c
.wxSYS_SCREEN_SMALL
1487 wxSYS_SCREEN_DESKTOP
= misc2c
.wxSYS_SCREEN_DESKTOP
1488 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1489 wxLOG_Error
= misc2c
.wxLOG_Error
1490 wxLOG_Warning
= misc2c
.wxLOG_Warning
1491 wxLOG_Message
= misc2c
.wxLOG_Message
1492 wxLOG_Info
= misc2c
.wxLOG_Info
1493 wxLOG_Status
= misc2c
.wxLOG_Status
1494 wxLOG_Debug
= misc2c
.wxLOG_Debug
1495 wxLOG_Trace
= misc2c
.wxLOG_Trace
1496 wxLOG_Progress
= misc2c
.wxLOG_Progress
1497 wxLOG_User
= misc2c
.wxLOG_User
1498 wxTRACE_MemAlloc
= misc2c
.wxTRACE_MemAlloc
1499 wxTRACE_Messages
= misc2c
.wxTRACE_Messages
1500 wxTRACE_ResAlloc
= misc2c
.wxTRACE_ResAlloc
1501 wxTRACE_RefCount
= misc2c
.wxTRACE_RefCount
1502 wxTraceMemAlloc
= misc2c
.wxTraceMemAlloc
1503 wxTraceMessages
= misc2c
.wxTraceMessages
1504 wxTraceResAlloc
= misc2c
.wxTraceResAlloc
1505 wxTraceRefCount
= misc2c
.wxTraceRefCount
1506 wxKILL_OK
= misc2c
.wxKILL_OK
1507 wxKILL_BAD_SIGNAL
= misc2c
.wxKILL_BAD_SIGNAL
1508 wxKILL_ACCESS_DENIED
= misc2c
.wxKILL_ACCESS_DENIED
1509 wxKILL_NO_PROCESS
= misc2c
.wxKILL_NO_PROCESS
1510 wxKILL_ERROR
= misc2c
.wxKILL_ERROR
1511 wxSIGNONE
= misc2c
.wxSIGNONE
1512 wxSIGHUP
= misc2c
.wxSIGHUP
1513 wxSIGINT
= misc2c
.wxSIGINT
1514 wxSIGQUIT
= misc2c
.wxSIGQUIT
1515 wxSIGILL
= misc2c
.wxSIGILL
1516 wxSIGTRAP
= misc2c
.wxSIGTRAP
1517 wxSIGABRT
= misc2c
.wxSIGABRT
1518 wxSIGIOT
= misc2c
.wxSIGIOT
1519 wxSIGEMT
= misc2c
.wxSIGEMT
1520 wxSIGFPE
= misc2c
.wxSIGFPE
1521 wxSIGKILL
= misc2c
.wxSIGKILL
1522 wxSIGBUS
= misc2c
.wxSIGBUS
1523 wxSIGSEGV
= misc2c
.wxSIGSEGV
1524 wxSIGSYS
= misc2c
.wxSIGSYS
1525 wxSIGPIPE
= misc2c
.wxSIGPIPE
1526 wxSIGALRM
= misc2c
.wxSIGALRM
1527 wxSIGTERM
= misc2c
.wxSIGTERM
1528 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1529 wxEXEC_ASYNC
= misc2c
.wxEXEC_ASYNC
1530 wxEXEC_SYNC
= misc2c
.wxEXEC_SYNC
1531 wxEXEC_NOHIDE
= misc2c
.wxEXEC_NOHIDE
1532 wxEXEC_MAKE_GROUP_LEADER
= misc2c
.wxEXEC_MAKE_GROUP_LEADER
1533 wxJOYSTICK1
= misc2c
.wxJOYSTICK1
1534 wxJOYSTICK2
= misc2c
.wxJOYSTICK2
1535 wxJOY_BUTTON_ANY
= misc2c
.wxJOY_BUTTON_ANY
1536 wxJOY_BUTTON1
= misc2c
.wxJOY_BUTTON1
1537 wxJOY_BUTTON2
= misc2c
.wxJOY_BUTTON2
1538 wxJOY_BUTTON3
= misc2c
.wxJOY_BUTTON3
1539 wxJOY_BUTTON4
= misc2c
.wxJOY_BUTTON4
1540 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1541 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1542 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1543 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1544 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1546 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)