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'
61 class wxSystemSettingsPtr
:
62 def __init__(self
,this
):
66 return "<C wxSystemSettings instance at %s>" % (self
.this
,)
67 class wxSystemSettings(wxSystemSettingsPtr
):
68 def __init__(self
,this
):
74 class wxToolTipPtr(wxObjectPtr
):
75 def __init__(self
,this
):
78 def SetTip(self
, *_args
, **_kwargs
):
79 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
81 def GetTip(self
, *_args
, **_kwargs
):
82 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
84 def GetWindow(self
, *_args
, **_kwargs
):
85 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
88 return "<C wxToolTip instance at %s>" % (self
.this
,)
89 class wxToolTip(wxToolTipPtr
):
90 def __init__(self
,*_args
,**_kwargs
):
91 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
98 def __init__(self
,this
):
101 def __del__(self
,misc2c
=misc2c
):
102 if self
.thisown
== 1 :
103 misc2c
.delete_wxCaret(self
)
104 def IsOk(self
, *_args
, **_kwargs
):
105 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
107 def IsVisible(self
, *_args
, **_kwargs
):
108 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
110 def GetPositionTuple(self
, *_args
, **_kwargs
):
111 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
113 def GetPosition(self
, *_args
, **_kwargs
):
114 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
115 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
117 def GetSizeTuple(self
, *_args
, **_kwargs
):
118 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
120 def GetSize(self
, *_args
, **_kwargs
):
121 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
122 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
124 def GetWindow(self
, *_args
, **_kwargs
):
125 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
127 def MoveXY(self
, *_args
, **_kwargs
):
128 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
130 def Move(self
, *_args
, **_kwargs
):
131 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
133 def SetSizeWH(self
, *_args
, **_kwargs
):
134 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
136 def SetSize(self
, *_args
, **_kwargs
):
137 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
139 def Show(self
, *_args
, **_kwargs
):
140 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
142 def Hide(self
, *_args
, **_kwargs
):
143 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
146 return "<C wxCaret instance at %s>" % (self
.this
,)
147 class wxCaret(wxCaretPtr
):
148 def __init__(self
,*_args
,**_kwargs
):
149 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
155 class wxBusyCursorPtr
:
156 def __init__(self
,this
):
159 def __del__(self
,misc2c
=misc2c
):
160 if self
.thisown
== 1 :
161 misc2c
.delete_wxBusyCursor(self
)
163 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
164 class wxBusyCursor(wxBusyCursorPtr
):
165 def __init__(self
,*_args
,**_kwargs
):
166 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
172 class wxWindowDisablerPtr
:
173 def __init__(self
,this
):
176 def __del__(self
,misc2c
=misc2c
):
177 if self
.thisown
== 1 :
178 misc2c
.delete_wxWindowDisabler(self
)
180 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
181 class wxWindowDisabler(wxWindowDisablerPtr
):
182 def __init__(self
,*_args
,**_kwargs
):
183 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
189 class wxMutexGuiLockerPtr
:
190 def __init__(self
,this
):
193 def __del__(self
,misc2c
=misc2c
):
194 if self
.thisown
== 1 :
195 misc2c
.delete_wxMutexGuiLocker(self
)
197 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
198 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
199 def __init__(self
,*_args
,**_kwargs
):
200 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
206 class wxTipProviderPtr
:
207 def __init__(self
,this
):
210 def __del__(self
,misc2c
=misc2c
):
211 if self
.thisown
== 1 :
212 misc2c
.delete_wxTipProvider(self
)
213 def GetTip(self
, *_args
, **_kwargs
):
214 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
216 def GetCurrentTip(self
, *_args
, **_kwargs
):
217 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
219 def PreprocessTip(self
, *_args
, **_kwargs
):
220 val
= apply(misc2c
.wxTipProvider_PreprocessTip
,(self
,) + _args
, _kwargs
)
223 return "<C wxTipProvider instance at %s>" % (self
.this
,)
224 class wxTipProvider(wxTipProviderPtr
):
225 def __init__(self
,this
):
231 class wxPyTipProviderPtr(wxTipProviderPtr
):
232 def __init__(self
,this
):
235 def _setCallbackInfo(self
, *_args
, **_kwargs
):
236 val
= apply(misc2c
.wxPyTipProvider__setCallbackInfo
,(self
,) + _args
, _kwargs
)
239 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
240 class wxPyTipProvider(wxPyTipProviderPtr
):
241 def __init__(self
,*_args
,**_kwargs
):
242 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
244 self
._setCallbackInfo
(self
, wxPyTipProvider
)
249 class wxDragImagePtr(wxObjectPtr
):
250 def __init__(self
,this
):
253 def __del__(self
,misc2c
=misc2c
):
254 if self
.thisown
== 1 :
255 misc2c
.delete_wxDragImage(self
)
256 def SetBackingBitmap(self
, *_args
, **_kwargs
):
257 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
259 def BeginDrag(self
, *_args
, **_kwargs
):
260 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
262 def BeginDrag2(self
, *_args
, **_kwargs
):
263 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
265 def EndDrag(self
, *_args
, **_kwargs
):
266 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
268 def Move(self
, *_args
, **_kwargs
):
269 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
271 def Show(self
, *_args
, **_kwargs
):
272 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
274 def Hide(self
, *_args
, **_kwargs
):
275 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
277 def GetImageRect(self
, *_args
, **_kwargs
):
278 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
279 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
281 def RedrawImage(self
, *_args
, **_kwargs
):
282 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
285 return "<C wxDragImage instance at %s>" % (self
.this
,)
286 class wxDragImage(wxDragImagePtr
):
287 def __init__(self
,*_args
,**_kwargs
):
288 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
293 def wxDragIcon(*_args
,**_kwargs
):
294 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
298 def wxDragString(*_args
,**_kwargs
):
299 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
303 def wxDragTreeItem(*_args
,**_kwargs
):
304 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
308 def wxDragListItem(*_args
,**_kwargs
):
309 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
314 class wxPyTimerPtr(wxObjectPtr
):
315 def __init__(self
,this
):
318 def __del__(self
,misc2c
=misc2c
):
319 if self
.thisown
== 1 :
320 misc2c
.delete_wxPyTimer(self
)
321 def GetInterval(self
, *_args
, **_kwargs
):
322 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
324 def IsOneShot(self
, *_args
, **_kwargs
):
325 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
327 def IsRunning(self
, *_args
, **_kwargs
):
328 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
330 def SetOwner(self
, *_args
, **_kwargs
):
331 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
333 def Start(self
, *_args
, **_kwargs
):
334 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
336 def Stop(self
, *_args
, **_kwargs
):
337 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
340 return "<C wxPyTimer instance at %s>" % (self
.this
,)
341 class wxPyTimer(wxPyTimerPtr
):
342 def __init__(self
,*_args
,**_kwargs
):
343 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
349 class wxStopWatchPtr
:
350 def __init__(self
,this
):
353 def __del__(self
,misc2c
=misc2c
):
354 if self
.thisown
== 1 :
355 misc2c
.delete_wxStopWatch(self
)
356 def Start(self
, *_args
, **_kwargs
):
357 val
= apply(misc2c
.wxStopWatch_Start
,(self
,) + _args
, _kwargs
)
359 def Pause(self
, *_args
, **_kwargs
):
360 val
= apply(misc2c
.wxStopWatch_Pause
,(self
,) + _args
, _kwargs
)
362 def Resume(self
, *_args
, **_kwargs
):
363 val
= apply(misc2c
.wxStopWatch_Resume
,(self
,) + _args
, _kwargs
)
365 def Time(self
, *_args
, **_kwargs
):
366 val
= apply(misc2c
.wxStopWatch_Time
,(self
,) + _args
, _kwargs
)
369 return "<C wxStopWatch instance at %s>" % (self
.this
,)
370 class wxStopWatch(wxStopWatchPtr
):
371 def __init__(self
,*_args
,**_kwargs
):
372 self
.this
= apply(misc2c
.new_wxStopWatch
,_args
,_kwargs
)
379 def __init__(self
,this
):
382 def Flush(self
, *_args
, **_kwargs
):
383 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
385 def HasPendingMessages(self
, *_args
, **_kwargs
):
386 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
388 def GetVerbose(self
, *_args
, **_kwargs
):
389 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
391 def TimeStamp(self
, *_args
, **_kwargs
):
392 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
395 return "<C wxLog instance at %s>" % (self
.this
,)
396 class wxLog(wxLogPtr
):
397 def __init__(self
,*_args
,**_kwargs
):
398 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
404 class wxLogStderrPtr(wxLogPtr
):
405 def __init__(self
,this
):
409 return "<C wxLogStderr instance at %s>" % (self
.this
,)
410 class wxLogStderr(wxLogStderrPtr
):
411 def __init__(self
,*_args
,**_kwargs
):
412 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
418 class wxLogTextCtrlPtr(wxLogPtr
):
419 def __init__(self
,this
):
423 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
424 class wxLogTextCtrl(wxLogTextCtrlPtr
):
425 def __init__(self
,*_args
,**_kwargs
):
426 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
432 class wxLogGuiPtr(wxLogPtr
):
433 def __init__(self
,this
):
437 return "<C wxLogGui instance at %s>" % (self
.this
,)
438 class wxLogGui(wxLogGuiPtr
):
439 def __init__(self
,*_args
,**_kwargs
):
440 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
446 class wxLogWindowPtr(wxLogPtr
):
447 def __init__(self
,this
):
450 def Show(self
, *_args
, **_kwargs
):
451 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
453 def GetFrame(self
, *_args
, **_kwargs
):
454 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
456 def GetOldLog(self
, *_args
, **_kwargs
):
457 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
458 if val
: val
= wxLogPtr(val
)
460 def IsPassingMessages(self
, *_args
, **_kwargs
):
461 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
463 def PassMessages(self
, *_args
, **_kwargs
):
464 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
467 return "<C wxLogWindow instance at %s>" % (self
.this
,)
468 class wxLogWindow(wxLogWindowPtr
):
469 def __init__(self
,*_args
,**_kwargs
):
470 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
476 class wxLogChainPtr(wxLogPtr
):
477 def __init__(self
,this
):
480 def SetLog(self
, *_args
, **_kwargs
):
481 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
483 def PassMessages(self
, *_args
, **_kwargs
):
484 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
486 def IsPassingMessages(self
, *_args
, **_kwargs
):
487 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
489 def GetOldLog(self
, *_args
, **_kwargs
):
490 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
491 if val
: val
= wxLogPtr(val
)
494 return "<C wxLogChain instance at %s>" % (self
.this
,)
495 class wxLogChain(wxLogChainPtr
):
496 def __init__(self
,*_args
,**_kwargs
):
497 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
504 def __init__(self
,this
):
507 def __del__(self
,misc2c
=misc2c
):
508 if self
.thisown
== 1 :
509 misc2c
.delete_wxLogNull(self
)
511 return "<C wxLogNull instance at %s>" % (self
.this
,)
512 class wxLogNull(wxLogNullPtr
):
513 def __init__(self
,*_args
,**_kwargs
):
514 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
520 class wxPyLogPtr(wxLogPtr
):
521 def __init__(self
,this
):
524 def _setCallbackInfo(self
, *_args
, **_kwargs
):
525 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
527 def Destroy(self
, *_args
, **_kwargs
):
528 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
531 return "<C wxPyLog instance at %s>" % (self
.this
,)
532 class wxPyLog(wxPyLogPtr
):
533 def __init__(self
,*_args
,**_kwargs
):
534 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
536 self
._setCallbackInfo
(self
, wxPyLog
)
541 class wxProcessEventPtr(wxEventPtr
):
542 def __init__(self
,this
):
545 def GetPid(self
, *_args
, **_kwargs
):
546 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
548 def GetExitCode(self
, *_args
, **_kwargs
):
549 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
551 def __setattr__(self
,name
,value
):
553 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
555 if name
== "m_exitcode" :
556 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
558 self
.__dict
__[name
] = value
559 def __getattr__(self
,name
):
561 return misc2c
.wxProcessEvent_m_pid_get(self
)
562 if name
== "m_exitcode" :
563 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
564 raise AttributeError,name
566 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
567 class wxProcessEvent(wxProcessEventPtr
):
568 def __init__(self
,*_args
,**_kwargs
):
569 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
575 class wxProcessPtr(wxEvtHandlerPtr
):
576 def __init__(self
,this
):
579 def Destroy(self
, *_args
, **_kwargs
):
580 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
582 def _setCallbackInfo(self
, *_args
, **_kwargs
):
583 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
585 def base_OnTerminate(self
, *_args
, **_kwargs
):
586 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
588 def Redirect(self
, *_args
, **_kwargs
):
589 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
591 def IsRedirected(self
, *_args
, **_kwargs
):
592 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
594 def Detach(self
, *_args
, **_kwargs
):
595 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
597 def GetInputStream(self
, *_args
, **_kwargs
):
598 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
600 def GetErrorStream(self
, *_args
, **_kwargs
):
601 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
603 def GetOutputStream(self
, *_args
, **_kwargs
):
604 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
605 if val
: val
= wxOutputStreamPtr(val
)
607 def CloseOutput(self
, *_args
, **_kwargs
):
608 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
610 def IsInputOpened(self
, *_args
, **_kwargs
):
611 val
= apply(misc2c
.wxProcess_IsInputOpened
,(self
,) + _args
, _kwargs
)
613 def IsInputAvailable(self
, *_args
, **_kwargs
):
614 val
= apply(misc2c
.wxProcess_IsInputAvailable
,(self
,) + _args
, _kwargs
)
616 def IsErrorAvailable(self
, *_args
, **_kwargs
):
617 val
= apply(misc2c
.wxProcess_IsErrorAvailable
,(self
,) + _args
, _kwargs
)
620 return "<C wxProcess instance at %s>" % (self
.this
,)
621 class wxProcess(wxProcessPtr
):
622 def __init__(self
,*_args
,**_kwargs
):
623 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
625 self
._setCallbackInfo
(self
, wxProcess
)
630 class wxJoystickPtr(wxObjectPtr
):
631 def __init__(self
,this
):
634 def __del__(self
,misc2c
=misc2c
):
635 if self
.thisown
== 1 :
636 misc2c
.delete_wxJoystick(self
)
637 def GetPosition(self
, *_args
, **_kwargs
):
638 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
639 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
641 def GetZPosition(self
, *_args
, **_kwargs
):
642 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
644 def GetButtonState(self
, *_args
, **_kwargs
):
645 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
647 def GetPOVPosition(self
, *_args
, **_kwargs
):
648 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
650 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
651 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
653 def GetRudderPosition(self
, *_args
, **_kwargs
):
654 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
656 def GetUPosition(self
, *_args
, **_kwargs
):
657 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
659 def GetVPosition(self
, *_args
, **_kwargs
):
660 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
662 def GetMovementThreshold(self
, *_args
, **_kwargs
):
663 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
665 def SetMovementThreshold(self
, *_args
, **_kwargs
):
666 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
668 def IsOk(self
, *_args
, **_kwargs
):
669 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
671 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
672 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
674 def GetManufacturerId(self
, *_args
, **_kwargs
):
675 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
677 def GetProductId(self
, *_args
, **_kwargs
):
678 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
680 def GetProductName(self
, *_args
, **_kwargs
):
681 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
683 def GetXMin(self
, *_args
, **_kwargs
):
684 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
686 def GetYMin(self
, *_args
, **_kwargs
):
687 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
689 def GetZMin(self
, *_args
, **_kwargs
):
690 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
692 def GetXMax(self
, *_args
, **_kwargs
):
693 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
695 def GetYMax(self
, *_args
, **_kwargs
):
696 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
698 def GetZMax(self
, *_args
, **_kwargs
):
699 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
701 def GetNumberButtons(self
, *_args
, **_kwargs
):
702 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
704 def GetNumberAxes(self
, *_args
, **_kwargs
):
705 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
707 def GetMaxButtons(self
, *_args
, **_kwargs
):
708 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
710 def GetMaxAxes(self
, *_args
, **_kwargs
):
711 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
713 def GetPollingMin(self
, *_args
, **_kwargs
):
714 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
716 def GetPollingMax(self
, *_args
, **_kwargs
):
717 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
719 def GetRudderMin(self
, *_args
, **_kwargs
):
720 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
722 def GetRudderMax(self
, *_args
, **_kwargs
):
723 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
725 def GetUMin(self
, *_args
, **_kwargs
):
726 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
728 def GetUMax(self
, *_args
, **_kwargs
):
729 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
731 def GetVMin(self
, *_args
, **_kwargs
):
732 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
734 def GetVMax(self
, *_args
, **_kwargs
):
735 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
737 def HasRudder(self
, *_args
, **_kwargs
):
738 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
740 def HasZ(self
, *_args
, **_kwargs
):
741 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
743 def HasU(self
, *_args
, **_kwargs
):
744 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
746 def HasV(self
, *_args
, **_kwargs
):
747 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
749 def HasPOV(self
, *_args
, **_kwargs
):
750 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
752 def HasPOV4Dir(self
, *_args
, **_kwargs
):
753 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
755 def HasPOVCTS(self
, *_args
, **_kwargs
):
756 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
758 def SetCapture(self
, *_args
, **_kwargs
):
759 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
761 def ReleaseCapture(self
, *_args
, **_kwargs
):
762 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
765 return "<C wxJoystick instance at %s>" % (self
.this
,)
766 class wxJoystick(wxJoystickPtr
):
767 def __init__(self
,*_args
,**_kwargs
):
768 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
774 class wxWavePtr(wxObjectPtr
):
775 def __init__(self
,this
):
778 def __del__(self
,misc2c
=misc2c
):
779 if self
.thisown
== 1 :
780 misc2c
.delete_wxWave(self
)
781 def IsOk(self
, *_args
, **_kwargs
):
782 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
784 def Play(self
, *_args
, **_kwargs
):
785 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
788 return "<C wxWave instance at %s>" % (self
.this
,)
789 class wxWave(wxWavePtr
):
790 def __init__(self
,*_args
,**_kwargs
):
791 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
797 class wxFileTypeInfoPtr
:
798 def __init__(self
,this
):
801 def IsValid(self
, *_args
, **_kwargs
):
802 val
= apply(misc2c
.wxFileTypeInfo_IsValid
,(self
,) + _args
, _kwargs
)
804 def SetIcon(self
, *_args
, **_kwargs
):
805 val
= apply(misc2c
.wxFileTypeInfo_SetIcon
,(self
,) + _args
, _kwargs
)
807 def SetShortDesc(self
, *_args
, **_kwargs
):
808 val
= apply(misc2c
.wxFileTypeInfo_SetShortDesc
,(self
,) + _args
, _kwargs
)
810 def GetMimeType(self
, *_args
, **_kwargs
):
811 val
= apply(misc2c
.wxFileTypeInfo_GetMimeType
,(self
,) + _args
, _kwargs
)
813 def GetOpenCommand(self
, *_args
, **_kwargs
):
814 val
= apply(misc2c
.wxFileTypeInfo_GetOpenCommand
,(self
,) + _args
, _kwargs
)
816 def GetPrintCommand(self
, *_args
, **_kwargs
):
817 val
= apply(misc2c
.wxFileTypeInfo_GetPrintCommand
,(self
,) + _args
, _kwargs
)
819 def GetShortDesc(self
, *_args
, **_kwargs
):
820 val
= apply(misc2c
.wxFileTypeInfo_GetShortDesc
,(self
,) + _args
, _kwargs
)
822 def GetDescription(self
, *_args
, **_kwargs
):
823 val
= apply(misc2c
.wxFileTypeInfo_GetDescription
,(self
,) + _args
, _kwargs
)
825 def GetExtensions(self
, *_args
, **_kwargs
):
826 val
= apply(misc2c
.wxFileTypeInfo_GetExtensions
,(self
,) + _args
, _kwargs
)
828 def GetExtensionsCount(self
, *_args
, **_kwargs
):
829 val
= apply(misc2c
.wxFileTypeInfo_GetExtensionsCount
,(self
,) + _args
, _kwargs
)
831 def GetIconFile(self
, *_args
, **_kwargs
):
832 val
= apply(misc2c
.wxFileTypeInfo_GetIconFile
,(self
,) + _args
, _kwargs
)
834 def GetIconIndex(self
, *_args
, **_kwargs
):
835 val
= apply(misc2c
.wxFileTypeInfo_GetIconIndex
,(self
,) + _args
, _kwargs
)
838 return "<C wxFileTypeInfo instance at %s>" % (self
.this
,)
839 class wxFileTypeInfo(wxFileTypeInfoPtr
):
840 def __init__(self
,*_args
,**_kwargs
):
841 self
.this
= apply(misc2c
.new_wxFileTypeInfo
,_args
,_kwargs
)
846 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
847 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxFileTypeInfoSequence
,_args
,_kwargs
))
851 def wxNullFileTypeInfo(*_args
,**_kwargs
):
852 val
= wxFileTypeInfoPtr(apply(misc2c
.new_wxNullFileTypeInfo
,_args
,_kwargs
))
857 class wxFileTypePtr
:
858 def __init__(self
,this
):
861 def GetMimeType(self
, *_args
, **_kwargs
):
862 val
= apply(misc2c
.wxFileType_GetMimeType
,(self
,) + _args
, _kwargs
)
864 def GetMimeTypes(self
, *_args
, **_kwargs
):
865 val
= apply(misc2c
.wxFileType_GetMimeTypes
,(self
,) + _args
, _kwargs
)
867 def GetExtensions(self
, *_args
, **_kwargs
):
868 val
= apply(misc2c
.wxFileType_GetExtensions
,(self
,) + _args
, _kwargs
)
870 def GetIcon(self
, *_args
, **_kwargs
):
871 val
= apply(misc2c
.wxFileType_GetIcon
,(self
,) + _args
, _kwargs
)
872 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
874 def GetIconInfo(self
, *_args
, **_kwargs
):
875 val
= apply(misc2c
.wxFileType_GetIconInfo
,(self
,) + _args
, _kwargs
)
877 def GetDescription(self
, *_args
, **_kwargs
):
878 val
= apply(misc2c
.wxFileType_GetDescription
,(self
,) + _args
, _kwargs
)
880 def GetOpenCommand(self
, *_args
, **_kwargs
):
881 val
= apply(misc2c
.wxFileType_GetOpenCommand
,(self
,) + _args
, _kwargs
)
883 def GetPrintCommand(self
, *_args
, **_kwargs
):
884 val
= apply(misc2c
.wxFileType_GetPrintCommand
,(self
,) + _args
, _kwargs
)
886 def GetAllCommands(self
, *_args
, **_kwargs
):
887 val
= apply(misc2c
.wxFileType_GetAllCommands
,(self
,) + _args
, _kwargs
)
889 def SetCommand(self
, *_args
, **_kwargs
):
890 val
= apply(misc2c
.wxFileType_SetCommand
,(self
,) + _args
, _kwargs
)
892 def SetDefaultIcon(self
, *_args
, **_kwargs
):
893 val
= apply(misc2c
.wxFileType_SetDefaultIcon
,(self
,) + _args
, _kwargs
)
895 def Unassociate(self
, *_args
, **_kwargs
):
896 val
= apply(misc2c
.wxFileType_Unassociate
,(self
,) + _args
, _kwargs
)
898 def __del__(self
,misc2c
=misc2c
):
899 if self
.thisown
== 1 :
900 misc2c
.delete_wxFileType(self
)
902 return "<C wxFileType instance at %s>" % (self
.this
,)
903 class wxFileType(wxFileTypePtr
):
904 def __init__(self
,*_args
,**_kwargs
):
905 self
.this
= apply(misc2c
.new_wxFileType
,_args
,_kwargs
)
911 class wxMimeTypesManagerPtr
:
912 def __init__(self
,this
):
915 def Initialize(self
, *_args
, **_kwargs
):
916 val
= apply(misc2c
.wxMimeTypesManager_Initialize
,(self
,) + _args
, _kwargs
)
918 def ClearData(self
, *_args
, **_kwargs
):
919 val
= apply(misc2c
.wxMimeTypesManager_ClearData
,(self
,) + _args
, _kwargs
)
921 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
922 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromExtension
,(self
,) + _args
, _kwargs
)
923 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
925 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
926 val
= apply(misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType
,(self
,) + _args
, _kwargs
)
927 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
929 def ReadMailcap(self
, *_args
, **_kwargs
):
930 val
= apply(misc2c
.wxMimeTypesManager_ReadMailcap
,(self
,) + _args
, _kwargs
)
932 def ReadMimeTypes(self
, *_args
, **_kwargs
):
933 val
= apply(misc2c
.wxMimeTypesManager_ReadMimeTypes
,(self
,) + _args
, _kwargs
)
935 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
936 val
= apply(misc2c
.wxMimeTypesManager_EnumAllFileTypes
,(self
,) + _args
, _kwargs
)
938 def AddFallback(self
, *_args
, **_kwargs
):
939 val
= apply(misc2c
.wxMimeTypesManager_AddFallback
,(self
,) + _args
, _kwargs
)
941 def Associate(self
, *_args
, **_kwargs
):
942 val
= apply(misc2c
.wxMimeTypesManager_Associate
,(self
,) + _args
, _kwargs
)
943 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
945 def Unassociate(self
, *_args
, **_kwargs
):
946 val
= apply(misc2c
.wxMimeTypesManager_Unassociate
,(self
,) + _args
, _kwargs
)
948 def __del__(self
,misc2c
=misc2c
):
949 if self
.thisown
== 1 :
950 misc2c
.delete_wxMimeTypesManager(self
)
952 return "<C wxMimeTypesManager instance at %s>" % (self
.this
,)
953 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
954 def __init__(self
,*_args
,**_kwargs
):
955 self
.this
= apply(misc2c
.new_wxMimeTypesManager
,_args
,_kwargs
)
961 class wxArtProviderPtr(wxObjectPtr
):
962 def __init__(self
,this
):
965 def _setCallbackInfo(self
, *_args
, **_kwargs
):
966 val
= apply(misc2c
.wxArtProvider__setCallbackInfo
,(self
,) + _args
, _kwargs
)
969 return "<C wxArtProvider instance at %s>" % (self
.this
,)
970 class wxArtProvider(wxArtProviderPtr
):
971 def __init__(self
,*_args
,**_kwargs
):
972 self
.this
= apply(misc2c
.new_wxArtProvider
,_args
,_kwargs
)
974 self
._setCallbackInfo
(self
, wxArtProvider
)
979 class wxFileHistoryPtr(wxObjectPtr
):
980 def __init__(self
,this
):
983 def __del__(self
,misc2c
=misc2c
):
984 if self
.thisown
== 1 :
985 misc2c
.delete_wxFileHistory(self
)
986 def AddFileToHistory(self
, *_args
, **_kwargs
):
987 val
= apply(misc2c
.wxFileHistory_AddFileToHistory
,(self
,) + _args
, _kwargs
)
989 def RemoveFileFromHistory(self
, *_args
, **_kwargs
):
990 val
= apply(misc2c
.wxFileHistory_RemoveFileFromHistory
,(self
,) + _args
, _kwargs
)
992 def GetMaxFiles(self
, *_args
, **_kwargs
):
993 val
= apply(misc2c
.wxFileHistory_GetMaxFiles
,(self
,) + _args
, _kwargs
)
995 def UseMenu(self
, *_args
, **_kwargs
):
996 val
= apply(misc2c
.wxFileHistory_UseMenu
,(self
,) + _args
, _kwargs
)
998 def RemoveMenu(self
, *_args
, **_kwargs
):
999 val
= apply(misc2c
.wxFileHistory_RemoveMenu
,(self
,) + _args
, _kwargs
)
1001 def Load(self
, *_args
, **_kwargs
):
1002 val
= apply(misc2c
.wxFileHistory_Load
,(self
,) + _args
, _kwargs
)
1004 def Save(self
, *_args
, **_kwargs
):
1005 val
= apply(misc2c
.wxFileHistory_Save
,(self
,) + _args
, _kwargs
)
1007 def AddFilesToMenu(self
, *_args
, **_kwargs
):
1008 val
= apply(misc2c
.wxFileHistory_AddFilesToMenu
,(self
,) + _args
, _kwargs
)
1010 def AddFilesToThisMenu(self
, *_args
, **_kwargs
):
1011 val
= apply(misc2c
.wxFileHistory_AddFilesToThisMenu
,(self
,) + _args
, _kwargs
)
1013 def GetHistoryFile(self
, *_args
, **_kwargs
):
1014 val
= apply(misc2c
.wxFileHistory_GetHistoryFile
,(self
,) + _args
, _kwargs
)
1016 def GetCount(self
, *_args
, **_kwargs
):
1017 val
= apply(misc2c
.wxFileHistory_GetCount
,(self
,) + _args
, _kwargs
)
1019 def GetNoHistoryFiles(self
, *_args
, **_kwargs
):
1020 val
= apply(misc2c
.wxFileHistory_GetNoHistoryFiles
,(self
,) + _args
, _kwargs
)
1023 return "<C wxFileHistory instance at %s>" % (self
.this
,)
1024 class wxFileHistory(wxFileHistoryPtr
):
1025 def __init__(self
,*_args
,**_kwargs
):
1026 self
.this
= apply(misc2c
.new_wxFileHistory
,_args
,_kwargs
)
1032 class wxEffectsPtr(wxObjectPtr
):
1033 def __init__(self
,this
):
1036 def GetHighlightColour(self
, *_args
, **_kwargs
):
1037 val
= apply(misc2c
.wxEffects_GetHighlightColour
,(self
,) + _args
, _kwargs
)
1038 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1040 def GetLightShadow(self
, *_args
, **_kwargs
):
1041 val
= apply(misc2c
.wxEffects_GetLightShadow
,(self
,) + _args
, _kwargs
)
1042 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1044 def GetFaceColour(self
, *_args
, **_kwargs
):
1045 val
= apply(misc2c
.wxEffects_GetFaceColour
,(self
,) + _args
, _kwargs
)
1046 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1048 def GetMediumShadow(self
, *_args
, **_kwargs
):
1049 val
= apply(misc2c
.wxEffects_GetMediumShadow
,(self
,) + _args
, _kwargs
)
1050 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1052 def GetDarkShadow(self
, *_args
, **_kwargs
):
1053 val
= apply(misc2c
.wxEffects_GetDarkShadow
,(self
,) + _args
, _kwargs
)
1054 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1056 def SetHighlightColour(self
, *_args
, **_kwargs
):
1057 val
= apply(misc2c
.wxEffects_SetHighlightColour
,(self
,) + _args
, _kwargs
)
1059 def SetLightShadow(self
, *_args
, **_kwargs
):
1060 val
= apply(misc2c
.wxEffects_SetLightShadow
,(self
,) + _args
, _kwargs
)
1062 def SetFaceColour(self
, *_args
, **_kwargs
):
1063 val
= apply(misc2c
.wxEffects_SetFaceColour
,(self
,) + _args
, _kwargs
)
1065 def SetMediumShadow(self
, *_args
, **_kwargs
):
1066 val
= apply(misc2c
.wxEffects_SetMediumShadow
,(self
,) + _args
, _kwargs
)
1068 def SetDarkShadow(self
, *_args
, **_kwargs
):
1069 val
= apply(misc2c
.wxEffects_SetDarkShadow
,(self
,) + _args
, _kwargs
)
1071 def Set(self
, *_args
, **_kwargs
):
1072 val
= apply(misc2c
.wxEffects_Set
,(self
,) + _args
, _kwargs
)
1074 def DrawSunkenEdge(self
, *_args
, **_kwargs
):
1075 val
= apply(misc2c
.wxEffects_DrawSunkenEdge
,(self
,) + _args
, _kwargs
)
1077 def TileBitmap(self
, *_args
, **_kwargs
):
1078 val
= apply(misc2c
.wxEffects_TileBitmap
,(self
,) + _args
, _kwargs
)
1081 return "<C wxEffects instance at %s>" % (self
.this
,)
1082 class wxEffects(wxEffectsPtr
):
1083 def __init__(self
,*_args
,**_kwargs
):
1084 self
.this
= apply(misc2c
.new_wxEffects
,_args
,_kwargs
)
1090 class wxSingleInstanceCheckerPtr
:
1091 def __init__(self
,this
):
1094 def __del__(self
,misc2c
=misc2c
):
1095 if self
.thisown
== 1 :
1096 misc2c
.delete_wxSingleInstanceChecker(self
)
1097 def Create(self
, *_args
, **_kwargs
):
1098 val
= apply(misc2c
.wxSingleInstanceChecker_Create
,(self
,) + _args
, _kwargs
)
1100 def IsAnotherRunning(self
, *_args
, **_kwargs
):
1101 val
= apply(misc2c
.wxSingleInstanceChecker_IsAnotherRunning
,(self
,) + _args
, _kwargs
)
1104 return "<C wxSingleInstanceChecker instance at %s>" % (self
.this
,)
1105 class wxSingleInstanceChecker(wxSingleInstanceCheckerPtr
):
1106 def __init__(self
,*_args
,**_kwargs
):
1107 self
.this
= apply(misc2c
.new_wxSingleInstanceChecker
,_args
,_kwargs
)
1112 def wxPreSingleInstanceChecker(*_args
,**_kwargs
):
1113 val
= wxSingleInstanceCheckerPtr(apply(misc2c
.new_wxPreSingleInstanceChecker
,_args
,_kwargs
))
1120 #-------------- FUNCTION WRAPPERS ------------------
1122 wxFileSelector
= misc2c
.wxFileSelector
1124 wxLoadFileSelector
= misc2c
.wxLoadFileSelector
1126 wxSaveFileSelector
= misc2c
.wxSaveFileSelector
1128 wxDirSelector
= misc2c
.wxDirSelector
1130 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
1132 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
1134 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
1136 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
1138 wxMessageBox
= misc2c
.wxMessageBox
1140 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
1142 wxColourDisplay
= misc2c
.wxColourDisplay
1144 wxDisplayDepth
= misc2c
.wxDisplayDepth
1146 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
1148 wxDisplaySize
= misc2c
.wxDisplaySize
1150 def wxGetDisplaySize(*_args
, **_kwargs
):
1151 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
1152 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1155 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
1157 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
1158 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
1159 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1162 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
1164 def wxGetClientDisplayRect(*_args
, **_kwargs
):
1165 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
1166 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
1169 wxSetCursor
= misc2c
.wxSetCursor
1171 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
1173 def wxGetActiveWindow(*_args
, **_kwargs
):
1174 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
1177 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
1178 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
1181 def wxFindWindowAtPoint(*_args
, **_kwargs
):
1182 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
1185 def wxGetTopLevelParent(*_args
, **_kwargs
):
1186 val
= apply(misc2c
.wxGetTopLevelParent
,_args
,_kwargs
)
1189 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
1191 wxResourceClear
= misc2c
.wxResourceClear
1193 def wxResourceCreateBitmap(*_args
, **_kwargs
):
1194 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
1195 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1198 def wxResourceCreateIcon(*_args
, **_kwargs
):
1199 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
1200 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1203 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
1204 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
1207 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
1209 wxResourceParseData
= misc2c
.wxResourceParseData
1211 wxResourceParseFile
= misc2c
.wxResourceParseFile
1213 wxResourceParseString
= misc2c
.wxResourceParseString
1215 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1217 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1219 wxSafeYield
= misc2c
.wxSafeYield
1221 wxPostEvent
= misc2c
.wxPostEvent
1223 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1225 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1227 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1229 wxThread_IsMain
= misc2c
.wxThread_IsMain
1231 wxShowTip
= misc2c
.wxShowTip
1233 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1234 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
1235 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1238 wxSysErrorCode
= misc2c
.wxSysErrorCode
1240 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1242 wxLogFatalError
= misc2c
.wxLogFatalError
1244 wxLogError
= misc2c
.wxLogError
1246 wxLogWarning
= misc2c
.wxLogWarning
1248 wxLogMessage
= misc2c
.wxLogMessage
1250 wxLogInfo
= misc2c
.wxLogInfo
1252 wxLogVerbose
= misc2c
.wxLogVerbose
1254 wxLogStatus
= misc2c
.wxLogStatus
1256 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1258 wxLogSysError
= misc2c
.wxLogSysError
1260 wxLogTrace
= misc2c
.wxLogTrace
1262 wxLogTraceMask
= misc2c
.wxLogTraceMask
1264 wxLogGeneric
= misc2c
.wxLogGeneric
1266 wxSafeShowMessage
= misc2c
.wxSafeShowMessage
1268 wxExecute
= misc2c
.wxExecute
1270 def wxWaveData(*_args
, **_kwargs
):
1271 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
1272 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1275 def wxSystemSettings_GetColour(*_args
, **_kwargs
):
1276 val
= apply(misc2c
.wxSystemSettings_GetColour
,_args
,_kwargs
)
1277 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1280 def wxSystemSettings_GetFont(*_args
, **_kwargs
):
1281 val
= apply(misc2c
.wxSystemSettings_GetFont
,_args
,_kwargs
)
1282 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1285 wxSystemSettings_GetMetric
= misc2c
.wxSystemSettings_GetMetric
1287 wxSystemSettings_HasFeature
= misc2c
.wxSystemSettings_HasFeature
1289 wxSystemSettings_GetScreenType
= misc2c
.wxSystemSettings_GetScreenType
1291 wxSystemSettings_SetScreenType
= misc2c
.wxSystemSettings_SetScreenType
1293 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1295 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1297 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1299 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1301 wxLog_OnLog
= misc2c
.wxLog_OnLog
1303 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1305 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1306 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
1307 if val
: val
= wxLogPtr(val
)
1310 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1311 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
1312 if val
: val
= wxLogPtr(val
)
1315 wxLog_Suspend
= misc2c
.wxLog_Suspend
1317 wxLog_Resume
= misc2c
.wxLog_Resume
1319 wxLog_SetVerbose
= misc2c
.wxLog_SetVerbose
1321 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1323 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1325 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1327 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1329 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1331 wxLog_GetTraceMasks
= misc2c
.wxLog_GetTraceMasks
1333 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1335 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1337 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1339 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1341 wxProcess_Kill
= misc2c
.wxProcess_Kill
1343 wxProcess_Exists
= misc2c
.wxProcess_Exists
1345 def wxProcess_Open(*_args
, **_kwargs
):
1346 val
= apply(misc2c
.wxProcess_Open
,_args
,_kwargs
)
1347 if val
: val
= wxProcessPtr(val
)
1350 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1352 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1354 wxArtProvider_PushProvider
= misc2c
.wxArtProvider_PushProvider
1356 wxArtProvider_PopProvider
= misc2c
.wxArtProvider_PopProvider
1358 wxArtProvider_RemoveProvider
= misc2c
.wxArtProvider_RemoveProvider
1360 def wxArtProvider_GetBitmap(*_args
, **_kwargs
):
1361 val
= apply(misc2c
.wxArtProvider_GetBitmap
,_args
,_kwargs
)
1362 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1365 def wxArtProvider_GetIcon(*_args
, **_kwargs
):
1366 val
= apply(misc2c
.wxArtProvider_GetIcon
,_args
,_kwargs
)
1367 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1370 wxArtProvider_CleanUpProviders
= misc2c
.wxArtProvider_CleanUpProviders
1374 #-------------- VARIABLE WRAPPERS ------------------
1376 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1377 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1378 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1379 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1380 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1381 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1382 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1383 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1384 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1385 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1386 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1387 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1388 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1389 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1390 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1391 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1392 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1393 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1394 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1395 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1396 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1397 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1398 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1399 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1400 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1401 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1402 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1403 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1404 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1405 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1406 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1407 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1408 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1409 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1410 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1411 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1412 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1413 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1414 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1415 wxSYS_COLOUR_LISTBOX
= misc2c
.wxSYS_COLOUR_LISTBOX
1416 wxSYS_COLOUR_HOTLIGHT
= misc2c
.wxSYS_COLOUR_HOTLIGHT
1417 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTACTIVECAPTION
1418 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTINACTIVECAPTION
1419 wxSYS_COLOUR_MENUHILIGHT
= misc2c
.wxSYS_COLOUR_MENUHILIGHT
1420 wxSYS_COLOUR_MENUBAR
= misc2c
.wxSYS_COLOUR_MENUBAR
1421 wxSYS_COLOUR_MAX
= misc2c
.wxSYS_COLOUR_MAX
1422 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1423 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1424 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1425 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1426 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1427 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1428 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1429 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1430 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1431 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1432 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1433 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1434 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1435 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1436 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1437 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1438 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1439 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1440 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1441 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1442 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1443 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1444 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1445 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1446 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1447 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1448 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1449 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1450 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1451 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1452 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1453 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1454 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1455 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1456 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1457 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1458 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1459 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= misc2c
.wxSYS_CAN_DRAW_FRAME_DECORATIONS
1460 wxSYS_CAN_ICONIZE_FRAME
= misc2c
.wxSYS_CAN_ICONIZE_FRAME
1461 wxSYS_SCREEN_NONE
= misc2c
.wxSYS_SCREEN_NONE
1462 wxSYS_SCREEN_TINY
= misc2c
.wxSYS_SCREEN_TINY
1463 wxSYS_SCREEN_PDA
= misc2c
.wxSYS_SCREEN_PDA
1464 wxSYS_SCREEN_SMALL
= misc2c
.wxSYS_SCREEN_SMALL
1465 wxSYS_SCREEN_DESKTOP
= misc2c
.wxSYS_SCREEN_DESKTOP
1466 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1467 wxLOG_Error
= misc2c
.wxLOG_Error
1468 wxLOG_Warning
= misc2c
.wxLOG_Warning
1469 wxLOG_Message
= misc2c
.wxLOG_Message
1470 wxLOG_Info
= misc2c
.wxLOG_Info
1471 wxLOG_Status
= misc2c
.wxLOG_Status
1472 wxLOG_Debug
= misc2c
.wxLOG_Debug
1473 wxLOG_Trace
= misc2c
.wxLOG_Trace
1474 wxLOG_Progress
= misc2c
.wxLOG_Progress
1475 wxLOG_User
= misc2c
.wxLOG_User
1476 wxTRACE_MemAlloc
= misc2c
.wxTRACE_MemAlloc
1477 wxTRACE_Messages
= misc2c
.wxTRACE_Messages
1478 wxTRACE_ResAlloc
= misc2c
.wxTRACE_ResAlloc
1479 wxTRACE_RefCount
= misc2c
.wxTRACE_RefCount
1480 wxTraceMemAlloc
= misc2c
.wxTraceMemAlloc
1481 wxTraceMessages
= misc2c
.wxTraceMessages
1482 wxTraceResAlloc
= misc2c
.wxTraceResAlloc
1483 wxTraceRefCount
= misc2c
.wxTraceRefCount
1484 wxKILL_OK
= misc2c
.wxKILL_OK
1485 wxKILL_BAD_SIGNAL
= misc2c
.wxKILL_BAD_SIGNAL
1486 wxKILL_ACCESS_DENIED
= misc2c
.wxKILL_ACCESS_DENIED
1487 wxKILL_NO_PROCESS
= misc2c
.wxKILL_NO_PROCESS
1488 wxKILL_ERROR
= misc2c
.wxKILL_ERROR
1489 wxSIGNONE
= misc2c
.wxSIGNONE
1490 wxSIGHUP
= misc2c
.wxSIGHUP
1491 wxSIGINT
= misc2c
.wxSIGINT
1492 wxSIGQUIT
= misc2c
.wxSIGQUIT
1493 wxSIGILL
= misc2c
.wxSIGILL
1494 wxSIGTRAP
= misc2c
.wxSIGTRAP
1495 wxSIGABRT
= misc2c
.wxSIGABRT
1496 wxSIGIOT
= misc2c
.wxSIGIOT
1497 wxSIGEMT
= misc2c
.wxSIGEMT
1498 wxSIGFPE
= misc2c
.wxSIGFPE
1499 wxSIGKILL
= misc2c
.wxSIGKILL
1500 wxSIGBUS
= misc2c
.wxSIGBUS
1501 wxSIGSEGV
= misc2c
.wxSIGSEGV
1502 wxSIGSYS
= misc2c
.wxSIGSYS
1503 wxSIGPIPE
= misc2c
.wxSIGPIPE
1504 wxSIGALRM
= misc2c
.wxSIGALRM
1505 wxSIGTERM
= misc2c
.wxSIGTERM
1506 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1507 wxEXEC_ASYNC
= misc2c
.wxEXEC_ASYNC
1508 wxEXEC_SYNC
= misc2c
.wxEXEC_SYNC
1509 wxEXEC_NOHIDE
= misc2c
.wxEXEC_NOHIDE
1510 wxEXEC_MAKE_GROUP_LEADER
= misc2c
.wxEXEC_MAKE_GROUP_LEADER
1511 wxJOYSTICK1
= misc2c
.wxJOYSTICK1
1512 wxJOYSTICK2
= misc2c
.wxJOYSTICK2
1513 wxJOY_BUTTON_ANY
= misc2c
.wxJOY_BUTTON_ANY
1514 wxJOY_BUTTON1
= misc2c
.wxJOY_BUTTON1
1515 wxJOY_BUTTON2
= misc2c
.wxJOY_BUTTON2
1516 wxJOY_BUTTON3
= misc2c
.wxJOY_BUTTON3
1517 wxJOY_BUTTON4
= misc2c
.wxJOY_BUTTON4
1518 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1519 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1520 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1521 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1522 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1524 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)