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 "<%s.%s instance; proxy of C++ wxSystemSettings instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, 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
= misc2c
.wxToolTip_SetTip(self
, *_args
, **_kwargs
)
82 def GetTip(self
, *_args
, **_kwargs
):
83 val
= misc2c
.wxToolTip_GetTip(self
, *_args
, **_kwargs
)
85 def GetWindow(self
, *_args
, **_kwargs
):
86 val
= misc2c
.wxToolTip_GetWindow(self
, *_args
, **_kwargs
)
89 return "<%s.%s instance; proxy of C++ wxToolTip instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
90 class wxToolTip(wxToolTipPtr
):
91 def __init__(self
,*_args
,**_kwargs
):
92 self
.this
= 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
= misc2c
.wxCaret_IsOk(self
, *_args
, **_kwargs
)
111 def IsVisible(self
, *_args
, **_kwargs
):
112 val
= misc2c
.wxCaret_IsVisible(self
, *_args
, **_kwargs
)
114 def GetPositionTuple(self
, *_args
, **_kwargs
):
115 val
= misc2c
.wxCaret_GetPositionTuple(self
, *_args
, **_kwargs
)
117 def GetPosition(self
, *_args
, **_kwargs
):
118 val
= misc2c
.wxCaret_GetPosition(self
, *_args
, **_kwargs
)
119 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
121 def GetSizeTuple(self
, *_args
, **_kwargs
):
122 val
= misc2c
.wxCaret_GetSizeTuple(self
, *_args
, **_kwargs
)
124 def GetSize(self
, *_args
, **_kwargs
):
125 val
= misc2c
.wxCaret_GetSize(self
, *_args
, **_kwargs
)
126 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
128 def GetWindow(self
, *_args
, **_kwargs
):
129 val
= misc2c
.wxCaret_GetWindow(self
, *_args
, **_kwargs
)
131 def MoveXY(self
, *_args
, **_kwargs
):
132 val
= misc2c
.wxCaret_MoveXY(self
, *_args
, **_kwargs
)
134 def Move(self
, *_args
, **_kwargs
):
135 val
= misc2c
.wxCaret_Move(self
, *_args
, **_kwargs
)
137 def SetSizeWH(self
, *_args
, **_kwargs
):
138 val
= misc2c
.wxCaret_SetSizeWH(self
, *_args
, **_kwargs
)
140 def SetSize(self
, *_args
, **_kwargs
):
141 val
= misc2c
.wxCaret_SetSize(self
, *_args
, **_kwargs
)
143 def Show(self
, *_args
, **_kwargs
):
144 val
= misc2c
.wxCaret_Show(self
, *_args
, **_kwargs
)
146 def Hide(self
, *_args
, **_kwargs
):
147 val
= misc2c
.wxCaret_Hide(self
, *_args
, **_kwargs
)
150 return "<%s.%s instance; proxy of C++ wxCaret instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
151 def __nonzero__(self
): return self
.IsOk()
152 class wxCaret(wxCaretPtr
):
153 def __init__(self
,*_args
,**_kwargs
):
154 self
.this
= misc2c
.new_wxCaret(*_args
,**_kwargs
)
160 class wxBusyCursorPtr
:
161 def __init__(self
,this
):
164 def __del__(self
, delfunc
=misc2c
.delete_wxBusyCursor
):
165 if self
.thisown
== 1:
171 return "<%s.%s instance; proxy of C++ wxBusyCursor instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
172 class wxBusyCursor(wxBusyCursorPtr
):
173 def __init__(self
,*_args
,**_kwargs
):
174 self
.this
= misc2c
.new_wxBusyCursor(*_args
,**_kwargs
)
180 class wxWindowDisablerPtr
:
181 def __init__(self
,this
):
184 def __del__(self
, delfunc
=misc2c
.delete_wxWindowDisabler
):
185 if self
.thisown
== 1:
191 return "<%s.%s instance; proxy of C++ wxWindowDisabler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
192 class wxWindowDisabler(wxWindowDisablerPtr
):
193 def __init__(self
,*_args
,**_kwargs
):
194 self
.this
= misc2c
.new_wxWindowDisabler(*_args
,**_kwargs
)
200 class wxMutexGuiLockerPtr
:
201 def __init__(self
,this
):
204 def __del__(self
, delfunc
=misc2c
.delete_wxMutexGuiLocker
):
205 if self
.thisown
== 1:
211 return "<%s.%s instance; proxy of C++ wxMutexGuiLocker instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
212 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
213 def __init__(self
,*_args
,**_kwargs
):
214 self
.this
= misc2c
.new_wxMutexGuiLocker(*_args
,**_kwargs
)
220 class wxTipProviderPtr
:
221 def __init__(self
,this
):
224 def __del__(self
, delfunc
=misc2c
.delete_wxTipProvider
):
225 if self
.thisown
== 1:
230 def GetTip(self
, *_args
, **_kwargs
):
231 val
= misc2c
.wxTipProvider_GetTip(self
, *_args
, **_kwargs
)
233 def GetCurrentTip(self
, *_args
, **_kwargs
):
234 val
= misc2c
.wxTipProvider_GetCurrentTip(self
, *_args
, **_kwargs
)
236 def PreprocessTip(self
, *_args
, **_kwargs
):
237 val
= misc2c
.wxTipProvider_PreprocessTip(self
, *_args
, **_kwargs
)
240 return "<%s.%s instance; proxy of C++ wxTipProvider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
241 class wxTipProvider(wxTipProviderPtr
):
242 def __init__(self
,this
):
248 class wxPyTipProviderPtr(wxTipProviderPtr
):
249 def __init__(self
,this
):
252 def _setCallbackInfo(self
, *_args
, **_kwargs
):
253 val
= misc2c
.wxPyTipProvider__setCallbackInfo(self
, *_args
, **_kwargs
)
256 return "<%s.%s instance; proxy of C++ wxPyTipProvider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
257 class wxPyTipProvider(wxPyTipProviderPtr
):
258 def __init__(self
,*_args
,**_kwargs
):
259 self
.this
= misc2c
.new_wxPyTipProvider(*_args
,**_kwargs
)
261 self
._setCallbackInfo
(self
, wxPyTipProvider
)
266 class wxDragImagePtr(wxObjectPtr
):
267 def __init__(self
,this
):
270 def __del__(self
, delfunc
=misc2c
.delete_wxDragImage
):
271 if self
.thisown
== 1:
276 def SetBackingBitmap(self
, *_args
, **_kwargs
):
277 val
= misc2c
.wxDragImage_SetBackingBitmap(self
, *_args
, **_kwargs
)
279 def BeginDrag(self
, *_args
, **_kwargs
):
280 val
= misc2c
.wxDragImage_BeginDrag(self
, *_args
, **_kwargs
)
282 def BeginDragBounded(self
, *_args
, **_kwargs
):
283 val
= misc2c
.wxDragImage_BeginDragBounded(self
, *_args
, **_kwargs
)
285 def EndDrag(self
, *_args
, **_kwargs
):
286 val
= misc2c
.wxDragImage_EndDrag(self
, *_args
, **_kwargs
)
288 def Move(self
, *_args
, **_kwargs
):
289 val
= misc2c
.wxDragImage_Move(self
, *_args
, **_kwargs
)
291 def Show(self
, *_args
, **_kwargs
):
292 val
= misc2c
.wxDragImage_Show(self
, *_args
, **_kwargs
)
294 def Hide(self
, *_args
, **_kwargs
):
295 val
= misc2c
.wxDragImage_Hide(self
, *_args
, **_kwargs
)
297 def GetImageRect(self
, *_args
, **_kwargs
):
298 val
= misc2c
.wxDragImage_GetImageRect(self
, *_args
, **_kwargs
)
299 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
301 def RedrawImage(self
, *_args
, **_kwargs
):
302 val
= misc2c
.wxDragImage_RedrawImage(self
, *_args
, **_kwargs
)
305 return "<%s.%s instance; proxy of C++ wxDragImage instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
306 BeginDrag2
= BeginDragBounded
307 class wxDragImage(wxDragImagePtr
):
308 def __init__(self
,*_args
,**_kwargs
):
309 self
.this
= misc2c
.new_wxDragImage(*_args
,**_kwargs
)
314 def wxDragIcon(*_args
,**_kwargs
):
315 val
= wxDragImagePtr(misc2c
.new_wxDragIcon(*_args
,**_kwargs
))
319 def wxDragString(*_args
,**_kwargs
):
320 val
= wxDragImagePtr(misc2c
.new_wxDragString(*_args
,**_kwargs
))
324 def wxDragTreeItem(*_args
,**_kwargs
):
325 val
= wxDragImagePtr(misc2c
.new_wxDragTreeItem(*_args
,**_kwargs
))
329 def wxDragListItem(*_args
,**_kwargs
):
330 val
= wxDragImagePtr(misc2c
.new_wxDragListItem(*_args
,**_kwargs
))
335 class wxPyTimerPtr(wxObjectPtr
):
336 def __init__(self
,this
):
339 def __del__(self
, delfunc
=misc2c
.delete_wxPyTimer
):
340 if self
.thisown
== 1:
345 def GetInterval(self
, *_args
, **_kwargs
):
346 val
= misc2c
.wxPyTimer_GetInterval(self
, *_args
, **_kwargs
)
348 def IsOneShot(self
, *_args
, **_kwargs
):
349 val
= misc2c
.wxPyTimer_IsOneShot(self
, *_args
, **_kwargs
)
351 def IsRunning(self
, *_args
, **_kwargs
):
352 val
= misc2c
.wxPyTimer_IsRunning(self
, *_args
, **_kwargs
)
354 def SetOwner(self
, *_args
, **_kwargs
):
355 val
= misc2c
.wxPyTimer_SetOwner(self
, *_args
, **_kwargs
)
357 def Start(self
, *_args
, **_kwargs
):
358 val
= misc2c
.wxPyTimer_Start(self
, *_args
, **_kwargs
)
360 def Stop(self
, *_args
, **_kwargs
):
361 val
= misc2c
.wxPyTimer_Stop(self
, *_args
, **_kwargs
)
364 return "<%s.%s instance; proxy of C++ wxPyTimer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
365 class wxPyTimer(wxPyTimerPtr
):
366 def __init__(self
,*_args
,**_kwargs
):
367 self
.this
= misc2c
.new_wxPyTimer(*_args
,**_kwargs
)
373 class wxStopWatchPtr
:
374 def __init__(self
,this
):
377 def __del__(self
, delfunc
=misc2c
.delete_wxStopWatch
):
378 if self
.thisown
== 1:
383 def Start(self
, *_args
, **_kwargs
):
384 val
= misc2c
.wxStopWatch_Start(self
, *_args
, **_kwargs
)
386 def Pause(self
, *_args
, **_kwargs
):
387 val
= misc2c
.wxStopWatch_Pause(self
, *_args
, **_kwargs
)
389 def Resume(self
, *_args
, **_kwargs
):
390 val
= misc2c
.wxStopWatch_Resume(self
, *_args
, **_kwargs
)
392 def Time(self
, *_args
, **_kwargs
):
393 val
= misc2c
.wxStopWatch_Time(self
, *_args
, **_kwargs
)
396 return "<%s.%s instance; proxy of C++ wxStopWatch instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
397 class wxStopWatch(wxStopWatchPtr
):
398 def __init__(self
,*_args
,**_kwargs
):
399 self
.this
= misc2c
.new_wxStopWatch(*_args
,**_kwargs
)
406 def __init__(self
,this
):
409 def Flush(self
, *_args
, **_kwargs
):
410 val
= misc2c
.wxLog_Flush(self
, *_args
, **_kwargs
)
412 def GetVerbose(self
, *_args
, **_kwargs
):
413 val
= misc2c
.wxLog_GetVerbose(self
, *_args
, **_kwargs
)
415 def TimeStamp(self
, *_args
, **_kwargs
):
416 val
= misc2c
.wxLog_TimeStamp(self
, *_args
, **_kwargs
)
419 return "<%s.%s instance; proxy of C++ wxLog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
420 class wxLog(wxLogPtr
):
421 def __init__(self
,*_args
,**_kwargs
):
422 self
.this
= misc2c
.new_wxLog(*_args
,**_kwargs
)
428 class wxLogStderrPtr(wxLogPtr
):
429 def __init__(self
,this
):
433 return "<%s.%s instance; proxy of C++ wxLogStderr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
434 class wxLogStderr(wxLogStderrPtr
):
435 def __init__(self
,*_args
,**_kwargs
):
436 self
.this
= misc2c
.new_wxLogStderr(*_args
,**_kwargs
)
442 class wxLogTextCtrlPtr(wxLogPtr
):
443 def __init__(self
,this
):
447 return "<%s.%s instance; proxy of C++ wxLogTextCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
448 class wxLogTextCtrl(wxLogTextCtrlPtr
):
449 def __init__(self
,*_args
,**_kwargs
):
450 self
.this
= misc2c
.new_wxLogTextCtrl(*_args
,**_kwargs
)
456 class wxLogGuiPtr(wxLogPtr
):
457 def __init__(self
,this
):
461 return "<%s.%s instance; proxy of C++ wxLogGui instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
462 class wxLogGui(wxLogGuiPtr
):
463 def __init__(self
,*_args
,**_kwargs
):
464 self
.this
= misc2c
.new_wxLogGui(*_args
,**_kwargs
)
470 class wxLogWindowPtr(wxLogPtr
):
471 def __init__(self
,this
):
474 def Show(self
, *_args
, **_kwargs
):
475 val
= misc2c
.wxLogWindow_Show(self
, *_args
, **_kwargs
)
477 def GetFrame(self
, *_args
, **_kwargs
):
478 val
= misc2c
.wxLogWindow_GetFrame(self
, *_args
, **_kwargs
)
480 def GetOldLog(self
, *_args
, **_kwargs
):
481 val
= misc2c
.wxLogWindow_GetOldLog(self
, *_args
, **_kwargs
)
482 if val
: val
= wxLogPtr(val
)
484 def IsPassingMessages(self
, *_args
, **_kwargs
):
485 val
= misc2c
.wxLogWindow_IsPassingMessages(self
, *_args
, **_kwargs
)
487 def PassMessages(self
, *_args
, **_kwargs
):
488 val
= misc2c
.wxLogWindow_PassMessages(self
, *_args
, **_kwargs
)
491 return "<%s.%s instance; proxy of C++ wxLogWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
492 class wxLogWindow(wxLogWindowPtr
):
493 def __init__(self
,*_args
,**_kwargs
):
494 self
.this
= misc2c
.new_wxLogWindow(*_args
,**_kwargs
)
500 class wxLogChainPtr(wxLogPtr
):
501 def __init__(self
,this
):
504 def SetLog(self
, *_args
, **_kwargs
):
505 val
= misc2c
.wxLogChain_SetLog(self
, *_args
, **_kwargs
)
507 def PassMessages(self
, *_args
, **_kwargs
):
508 val
= misc2c
.wxLogChain_PassMessages(self
, *_args
, **_kwargs
)
510 def IsPassingMessages(self
, *_args
, **_kwargs
):
511 val
= misc2c
.wxLogChain_IsPassingMessages(self
, *_args
, **_kwargs
)
513 def GetOldLog(self
, *_args
, **_kwargs
):
514 val
= misc2c
.wxLogChain_GetOldLog(self
, *_args
, **_kwargs
)
515 if val
: val
= wxLogPtr(val
)
518 return "<%s.%s instance; proxy of C++ wxLogChain instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
519 class wxLogChain(wxLogChainPtr
):
520 def __init__(self
,*_args
,**_kwargs
):
521 self
.this
= misc2c
.new_wxLogChain(*_args
,**_kwargs
)
528 def __init__(self
,this
):
531 def __del__(self
, delfunc
=misc2c
.delete_wxLogNull
):
532 if self
.thisown
== 1:
538 return "<%s.%s instance; proxy of C++ wxLogNull instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
539 class wxLogNull(wxLogNullPtr
):
540 def __init__(self
,*_args
,**_kwargs
):
541 self
.this
= misc2c
.new_wxLogNull(*_args
,**_kwargs
)
547 class wxPyLogPtr(wxLogPtr
):
548 def __init__(self
,this
):
551 def _setCallbackInfo(self
, *_args
, **_kwargs
):
552 val
= misc2c
.wxPyLog__setCallbackInfo(self
, *_args
, **_kwargs
)
554 def Destroy(self
, *_args
, **_kwargs
):
555 val
= misc2c
.wxPyLog_Destroy(self
, *_args
, **_kwargs
)
558 return "<%s.%s instance; proxy of C++ wxPyLog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
559 class wxPyLog(wxPyLogPtr
):
560 def __init__(self
,*_args
,**_kwargs
):
561 self
.this
= misc2c
.new_wxPyLog(*_args
,**_kwargs
)
563 self
._setCallbackInfo
(self
, wxPyLog
)
568 class wxProcessEventPtr(wxEventPtr
):
569 def __init__(self
,this
):
572 def GetPid(self
, *_args
, **_kwargs
):
573 val
= misc2c
.wxProcessEvent_GetPid(self
, *_args
, **_kwargs
)
575 def GetExitCode(self
, *_args
, **_kwargs
):
576 val
= misc2c
.wxProcessEvent_GetExitCode(self
, *_args
, **_kwargs
)
578 def __setattr__(self
,name
,value
):
580 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
582 if name
== "m_exitcode" :
583 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
585 self
.__dict
__[name
] = value
586 def __getattr__(self
,name
):
588 return misc2c
.wxProcessEvent_m_pid_get(self
)
589 if name
== "m_exitcode" :
590 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
591 raise AttributeError,name
593 return "<%s.%s instance; proxy of C++ wxProcessEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
594 class wxProcessEvent(wxProcessEventPtr
):
595 def __init__(self
,*_args
,**_kwargs
):
596 self
.this
= misc2c
.new_wxProcessEvent(*_args
,**_kwargs
)
602 class wxProcessPtr(wxEvtHandlerPtr
):
603 def __init__(self
,this
):
606 def Destroy(self
, *_args
, **_kwargs
):
607 val
= misc2c
.wxProcess_Destroy(self
, *_args
, **_kwargs
)
609 def _setCallbackInfo(self
, *_args
, **_kwargs
):
610 val
= misc2c
.wxProcess__setCallbackInfo(self
, *_args
, **_kwargs
)
612 def base_OnTerminate(self
, *_args
, **_kwargs
):
613 val
= misc2c
.wxProcess_base_OnTerminate(self
, *_args
, **_kwargs
)
615 def Redirect(self
, *_args
, **_kwargs
):
616 val
= misc2c
.wxProcess_Redirect(self
, *_args
, **_kwargs
)
618 def IsRedirected(self
, *_args
, **_kwargs
):
619 val
= misc2c
.wxProcess_IsRedirected(self
, *_args
, **_kwargs
)
621 def Detach(self
, *_args
, **_kwargs
):
622 val
= misc2c
.wxProcess_Detach(self
, *_args
, **_kwargs
)
624 def GetInputStream(self
, *_args
, **_kwargs
):
625 val
= misc2c
.wxProcess_GetInputStream(self
, *_args
, **_kwargs
)
627 def GetErrorStream(self
, *_args
, **_kwargs
):
628 val
= misc2c
.wxProcess_GetErrorStream(self
, *_args
, **_kwargs
)
630 def GetOutputStream(self
, *_args
, **_kwargs
):
631 val
= misc2c
.wxProcess_GetOutputStream(self
, *_args
, **_kwargs
)
632 if val
: val
= wxOutputStreamPtr(val
)
634 def CloseOutput(self
, *_args
, **_kwargs
):
635 val
= misc2c
.wxProcess_CloseOutput(self
, *_args
, **_kwargs
)
637 def IsInputOpened(self
, *_args
, **_kwargs
):
638 val
= misc2c
.wxProcess_IsInputOpened(self
, *_args
, **_kwargs
)
640 def IsInputAvailable(self
, *_args
, **_kwargs
):
641 val
= misc2c
.wxProcess_IsInputAvailable(self
, *_args
, **_kwargs
)
643 def IsErrorAvailable(self
, *_args
, **_kwargs
):
644 val
= misc2c
.wxProcess_IsErrorAvailable(self
, *_args
, **_kwargs
)
647 return "<%s.%s instance; proxy of C++ wxProcess instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
648 class wxProcess(wxProcessPtr
):
649 def __init__(self
,*_args
,**_kwargs
):
650 self
.this
= misc2c
.new_wxProcess(*_args
,**_kwargs
)
652 self
._setCallbackInfo
(self
, wxProcess
)
657 class wxJoystickPtr(wxObjectPtr
):
658 def __init__(self
,this
):
661 def __del__(self
, delfunc
=misc2c
.delete_wxJoystick
):
662 if self
.thisown
== 1:
667 def GetPosition(self
, *_args
, **_kwargs
):
668 val
= misc2c
.wxJoystick_GetPosition(self
, *_args
, **_kwargs
)
669 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
671 def GetZPosition(self
, *_args
, **_kwargs
):
672 val
= misc2c
.wxJoystick_GetZPosition(self
, *_args
, **_kwargs
)
674 def GetButtonState(self
, *_args
, **_kwargs
):
675 val
= misc2c
.wxJoystick_GetButtonState(self
, *_args
, **_kwargs
)
677 def GetPOVPosition(self
, *_args
, **_kwargs
):
678 val
= misc2c
.wxJoystick_GetPOVPosition(self
, *_args
, **_kwargs
)
680 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
681 val
= misc2c
.wxJoystick_GetPOVCTSPosition(self
, *_args
, **_kwargs
)
683 def GetRudderPosition(self
, *_args
, **_kwargs
):
684 val
= misc2c
.wxJoystick_GetRudderPosition(self
, *_args
, **_kwargs
)
686 def GetUPosition(self
, *_args
, **_kwargs
):
687 val
= misc2c
.wxJoystick_GetUPosition(self
, *_args
, **_kwargs
)
689 def GetVPosition(self
, *_args
, **_kwargs
):
690 val
= misc2c
.wxJoystick_GetVPosition(self
, *_args
, **_kwargs
)
692 def GetMovementThreshold(self
, *_args
, **_kwargs
):
693 val
= misc2c
.wxJoystick_GetMovementThreshold(self
, *_args
, **_kwargs
)
695 def SetMovementThreshold(self
, *_args
, **_kwargs
):
696 val
= misc2c
.wxJoystick_SetMovementThreshold(self
, *_args
, **_kwargs
)
698 def IsOk(self
, *_args
, **_kwargs
):
699 val
= misc2c
.wxJoystick_IsOk(self
, *_args
, **_kwargs
)
701 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
702 val
= misc2c
.wxJoystick_GetNumberJoysticks(self
, *_args
, **_kwargs
)
704 def GetManufacturerId(self
, *_args
, **_kwargs
):
705 val
= misc2c
.wxJoystick_GetManufacturerId(self
, *_args
, **_kwargs
)
707 def GetProductId(self
, *_args
, **_kwargs
):
708 val
= misc2c
.wxJoystick_GetProductId(self
, *_args
, **_kwargs
)
710 def GetProductName(self
, *_args
, **_kwargs
):
711 val
= misc2c
.wxJoystick_GetProductName(self
, *_args
, **_kwargs
)
713 def GetXMin(self
, *_args
, **_kwargs
):
714 val
= misc2c
.wxJoystick_GetXMin(self
, *_args
, **_kwargs
)
716 def GetYMin(self
, *_args
, **_kwargs
):
717 val
= misc2c
.wxJoystick_GetYMin(self
, *_args
, **_kwargs
)
719 def GetZMin(self
, *_args
, **_kwargs
):
720 val
= misc2c
.wxJoystick_GetZMin(self
, *_args
, **_kwargs
)
722 def GetXMax(self
, *_args
, **_kwargs
):
723 val
= misc2c
.wxJoystick_GetXMax(self
, *_args
, **_kwargs
)
725 def GetYMax(self
, *_args
, **_kwargs
):
726 val
= misc2c
.wxJoystick_GetYMax(self
, *_args
, **_kwargs
)
728 def GetZMax(self
, *_args
, **_kwargs
):
729 val
= misc2c
.wxJoystick_GetZMax(self
, *_args
, **_kwargs
)
731 def GetNumberButtons(self
, *_args
, **_kwargs
):
732 val
= misc2c
.wxJoystick_GetNumberButtons(self
, *_args
, **_kwargs
)
734 def GetNumberAxes(self
, *_args
, **_kwargs
):
735 val
= misc2c
.wxJoystick_GetNumberAxes(self
, *_args
, **_kwargs
)
737 def GetMaxButtons(self
, *_args
, **_kwargs
):
738 val
= misc2c
.wxJoystick_GetMaxButtons(self
, *_args
, **_kwargs
)
740 def GetMaxAxes(self
, *_args
, **_kwargs
):
741 val
= misc2c
.wxJoystick_GetMaxAxes(self
, *_args
, **_kwargs
)
743 def GetPollingMin(self
, *_args
, **_kwargs
):
744 val
= misc2c
.wxJoystick_GetPollingMin(self
, *_args
, **_kwargs
)
746 def GetPollingMax(self
, *_args
, **_kwargs
):
747 val
= misc2c
.wxJoystick_GetPollingMax(self
, *_args
, **_kwargs
)
749 def GetRudderMin(self
, *_args
, **_kwargs
):
750 val
= misc2c
.wxJoystick_GetRudderMin(self
, *_args
, **_kwargs
)
752 def GetRudderMax(self
, *_args
, **_kwargs
):
753 val
= misc2c
.wxJoystick_GetRudderMax(self
, *_args
, **_kwargs
)
755 def GetUMin(self
, *_args
, **_kwargs
):
756 val
= misc2c
.wxJoystick_GetUMin(self
, *_args
, **_kwargs
)
758 def GetUMax(self
, *_args
, **_kwargs
):
759 val
= misc2c
.wxJoystick_GetUMax(self
, *_args
, **_kwargs
)
761 def GetVMin(self
, *_args
, **_kwargs
):
762 val
= misc2c
.wxJoystick_GetVMin(self
, *_args
, **_kwargs
)
764 def GetVMax(self
, *_args
, **_kwargs
):
765 val
= misc2c
.wxJoystick_GetVMax(self
, *_args
, **_kwargs
)
767 def HasRudder(self
, *_args
, **_kwargs
):
768 val
= misc2c
.wxJoystick_HasRudder(self
, *_args
, **_kwargs
)
770 def HasZ(self
, *_args
, **_kwargs
):
771 val
= misc2c
.wxJoystick_HasZ(self
, *_args
, **_kwargs
)
773 def HasU(self
, *_args
, **_kwargs
):
774 val
= misc2c
.wxJoystick_HasU(self
, *_args
, **_kwargs
)
776 def HasV(self
, *_args
, **_kwargs
):
777 val
= misc2c
.wxJoystick_HasV(self
, *_args
, **_kwargs
)
779 def HasPOV(self
, *_args
, **_kwargs
):
780 val
= misc2c
.wxJoystick_HasPOV(self
, *_args
, **_kwargs
)
782 def HasPOV4Dir(self
, *_args
, **_kwargs
):
783 val
= misc2c
.wxJoystick_HasPOV4Dir(self
, *_args
, **_kwargs
)
785 def HasPOVCTS(self
, *_args
, **_kwargs
):
786 val
= misc2c
.wxJoystick_HasPOVCTS(self
, *_args
, **_kwargs
)
788 def SetCapture(self
, *_args
, **_kwargs
):
789 val
= misc2c
.wxJoystick_SetCapture(self
, *_args
, **_kwargs
)
791 def ReleaseCapture(self
, *_args
, **_kwargs
):
792 val
= misc2c
.wxJoystick_ReleaseCapture(self
, *_args
, **_kwargs
)
795 return "<%s.%s instance; proxy of C++ wxJoystick instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
796 def __nonzero__(self
): return self
.IsOk()
797 class wxJoystick(wxJoystickPtr
):
798 def __init__(self
,*_args
,**_kwargs
):
799 self
.this
= misc2c
.new_wxJoystick(*_args
,**_kwargs
)
805 class wxWavePtr(wxObjectPtr
):
806 def __init__(self
,this
):
809 def __del__(self
, delfunc
=misc2c
.delete_wxWave
):
810 if self
.thisown
== 1:
815 def IsOk(self
, *_args
, **_kwargs
):
816 val
= misc2c
.wxWave_IsOk(self
, *_args
, **_kwargs
)
818 def Play(self
, *_args
, **_kwargs
):
819 val
= misc2c
.wxWave_Play(self
, *_args
, **_kwargs
)
822 return "<%s.%s instance; proxy of C++ wxWave instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
823 def __nonzero__(self
): return self
.IsOk()
824 class wxWave(wxWavePtr
):
825 def __init__(self
,*_args
,**_kwargs
):
826 self
.this
= misc2c
.new_wxWave(*_args
,**_kwargs
)
832 class wxFileTypeInfoPtr
:
833 def __init__(self
,this
):
836 def IsValid(self
, *_args
, **_kwargs
):
837 val
= misc2c
.wxFileTypeInfo_IsValid(self
, *_args
, **_kwargs
)
839 def SetIcon(self
, *_args
, **_kwargs
):
840 val
= misc2c
.wxFileTypeInfo_SetIcon(self
, *_args
, **_kwargs
)
842 def SetShortDesc(self
, *_args
, **_kwargs
):
843 val
= misc2c
.wxFileTypeInfo_SetShortDesc(self
, *_args
, **_kwargs
)
845 def GetMimeType(self
, *_args
, **_kwargs
):
846 val
= misc2c
.wxFileTypeInfo_GetMimeType(self
, *_args
, **_kwargs
)
848 def GetOpenCommand(self
, *_args
, **_kwargs
):
849 val
= misc2c
.wxFileTypeInfo_GetOpenCommand(self
, *_args
, **_kwargs
)
851 def GetPrintCommand(self
, *_args
, **_kwargs
):
852 val
= misc2c
.wxFileTypeInfo_GetPrintCommand(self
, *_args
, **_kwargs
)
854 def GetShortDesc(self
, *_args
, **_kwargs
):
855 val
= misc2c
.wxFileTypeInfo_GetShortDesc(self
, *_args
, **_kwargs
)
857 def GetDescription(self
, *_args
, **_kwargs
):
858 val
= misc2c
.wxFileTypeInfo_GetDescription(self
, *_args
, **_kwargs
)
860 def GetExtensions(self
, *_args
, **_kwargs
):
861 val
= misc2c
.wxFileTypeInfo_GetExtensions(self
, *_args
, **_kwargs
)
863 def GetExtensionsCount(self
, *_args
, **_kwargs
):
864 val
= misc2c
.wxFileTypeInfo_GetExtensionsCount(self
, *_args
, **_kwargs
)
866 def GetIconFile(self
, *_args
, **_kwargs
):
867 val
= misc2c
.wxFileTypeInfo_GetIconFile(self
, *_args
, **_kwargs
)
869 def GetIconIndex(self
, *_args
, **_kwargs
):
870 val
= misc2c
.wxFileTypeInfo_GetIconIndex(self
, *_args
, **_kwargs
)
873 return "<%s.%s instance; proxy of C++ wxFileTypeInfo instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
874 class wxFileTypeInfo(wxFileTypeInfoPtr
):
875 def __init__(self
,*_args
,**_kwargs
):
876 self
.this
= misc2c
.new_wxFileTypeInfo(*_args
,**_kwargs
)
881 def wxFileTypeInfoSequence(*_args
,**_kwargs
):
882 val
= wxFileTypeInfoPtr(misc2c
.new_wxFileTypeInfoSequence(*_args
,**_kwargs
))
886 def wxNullFileTypeInfo(*_args
,**_kwargs
):
887 val
= wxFileTypeInfoPtr(misc2c
.new_wxNullFileTypeInfo(*_args
,**_kwargs
))
892 class wxFileTypePtr
:
893 def __init__(self
,this
):
896 def GetMimeType(self
, *_args
, **_kwargs
):
897 val
= misc2c
.wxFileType_GetMimeType(self
, *_args
, **_kwargs
)
899 def GetMimeTypes(self
, *_args
, **_kwargs
):
900 val
= misc2c
.wxFileType_GetMimeTypes(self
, *_args
, **_kwargs
)
902 def GetExtensions(self
, *_args
, **_kwargs
):
903 val
= misc2c
.wxFileType_GetExtensions(self
, *_args
, **_kwargs
)
905 def GetIcon(self
, *_args
, **_kwargs
):
906 val
= misc2c
.wxFileType_GetIcon(self
, *_args
, **_kwargs
)
907 if val
: val
= wxIconPtr(val
) ; val
.thisown
= 1
909 def GetIconInfo(self
, *_args
, **_kwargs
):
910 val
= misc2c
.wxFileType_GetIconInfo(self
, *_args
, **_kwargs
)
912 def GetDescription(self
, *_args
, **_kwargs
):
913 val
= misc2c
.wxFileType_GetDescription(self
, *_args
, **_kwargs
)
915 def GetOpenCommand(self
, *_args
, **_kwargs
):
916 val
= misc2c
.wxFileType_GetOpenCommand(self
, *_args
, **_kwargs
)
918 def GetPrintCommand(self
, *_args
, **_kwargs
):
919 val
= misc2c
.wxFileType_GetPrintCommand(self
, *_args
, **_kwargs
)
921 def GetAllCommands(self
, *_args
, **_kwargs
):
922 val
= misc2c
.wxFileType_GetAllCommands(self
, *_args
, **_kwargs
)
924 def SetCommand(self
, *_args
, **_kwargs
):
925 val
= misc2c
.wxFileType_SetCommand(self
, *_args
, **_kwargs
)
927 def SetDefaultIcon(self
, *_args
, **_kwargs
):
928 val
= misc2c
.wxFileType_SetDefaultIcon(self
, *_args
, **_kwargs
)
930 def Unassociate(self
, *_args
, **_kwargs
):
931 val
= misc2c
.wxFileType_Unassociate(self
, *_args
, **_kwargs
)
933 def __del__(self
, delfunc
=misc2c
.delete_wxFileType
):
934 if self
.thisown
== 1:
940 return "<%s.%s instance; proxy of C++ wxFileType instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
941 class wxFileType(wxFileTypePtr
):
942 def __init__(self
,*_args
,**_kwargs
):
943 self
.this
= misc2c
.new_wxFileType(*_args
,**_kwargs
)
949 class wxMimeTypesManagerPtr
:
950 def __init__(self
,this
):
953 def Initialize(self
, *_args
, **_kwargs
):
954 val
= misc2c
.wxMimeTypesManager_Initialize(self
, *_args
, **_kwargs
)
956 def ClearData(self
, *_args
, **_kwargs
):
957 val
= misc2c
.wxMimeTypesManager_ClearData(self
, *_args
, **_kwargs
)
959 def GetFileTypeFromExtension(self
, *_args
, **_kwargs
):
960 val
= misc2c
.wxMimeTypesManager_GetFileTypeFromExtension(self
, *_args
, **_kwargs
)
961 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
963 def GetFileTypeFromMimeType(self
, *_args
, **_kwargs
):
964 val
= misc2c
.wxMimeTypesManager_GetFileTypeFromMimeType(self
, *_args
, **_kwargs
)
965 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
967 def ReadMailcap(self
, *_args
, **_kwargs
):
968 val
= misc2c
.wxMimeTypesManager_ReadMailcap(self
, *_args
, **_kwargs
)
970 def ReadMimeTypes(self
, *_args
, **_kwargs
):
971 val
= misc2c
.wxMimeTypesManager_ReadMimeTypes(self
, *_args
, **_kwargs
)
973 def EnumAllFileTypes(self
, *_args
, **_kwargs
):
974 val
= misc2c
.wxMimeTypesManager_EnumAllFileTypes(self
, *_args
, **_kwargs
)
976 def AddFallback(self
, *_args
, **_kwargs
):
977 val
= misc2c
.wxMimeTypesManager_AddFallback(self
, *_args
, **_kwargs
)
979 def Associate(self
, *_args
, **_kwargs
):
980 val
= misc2c
.wxMimeTypesManager_Associate(self
, *_args
, **_kwargs
)
981 if val
: val
= wxFileTypePtr(val
) ; val
.thisown
= 1
983 def Unassociate(self
, *_args
, **_kwargs
):
984 val
= misc2c
.wxMimeTypesManager_Unassociate(self
, *_args
, **_kwargs
)
986 def __del__(self
, delfunc
=misc2c
.delete_wxMimeTypesManager
):
987 if self
.thisown
== 1:
993 return "<%s.%s instance; proxy of C++ wxMimeTypesManager instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
994 class wxMimeTypesManager(wxMimeTypesManagerPtr
):
995 def __init__(self
,*_args
,**_kwargs
):
996 self
.this
= misc2c
.new_wxMimeTypesManager(*_args
,**_kwargs
)
1002 class wxArtProviderPtr(wxObjectPtr
):
1003 def __init__(self
,this
):
1006 def _setCallbackInfo(self
, *_args
, **_kwargs
):
1007 val
= misc2c
.wxArtProvider__setCallbackInfo(self
, *_args
, **_kwargs
)
1010 return "<%s.%s instance; proxy of C++ wxArtProvider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1011 class wxArtProvider(wxArtProviderPtr
):
1012 def __init__(self
,*_args
,**_kwargs
):
1013 self
.this
= misc2c
.new_wxArtProvider(*_args
,**_kwargs
)
1015 self
._setCallbackInfo
(self
, wxArtProvider
)
1020 class wxFileHistoryPtr(wxObjectPtr
):
1021 def __init__(self
,this
):
1024 def __del__(self
, delfunc
=misc2c
.delete_wxFileHistory
):
1025 if self
.thisown
== 1:
1030 def AddFileToHistory(self
, *_args
, **_kwargs
):
1031 val
= misc2c
.wxFileHistory_AddFileToHistory(self
, *_args
, **_kwargs
)
1033 def RemoveFileFromHistory(self
, *_args
, **_kwargs
):
1034 val
= misc2c
.wxFileHistory_RemoveFileFromHistory(self
, *_args
, **_kwargs
)
1036 def GetMaxFiles(self
, *_args
, **_kwargs
):
1037 val
= misc2c
.wxFileHistory_GetMaxFiles(self
, *_args
, **_kwargs
)
1039 def UseMenu(self
, *_args
, **_kwargs
):
1040 val
= misc2c
.wxFileHistory_UseMenu(self
, *_args
, **_kwargs
)
1042 def RemoveMenu(self
, *_args
, **_kwargs
):
1043 val
= misc2c
.wxFileHistory_RemoveMenu(self
, *_args
, **_kwargs
)
1045 def Load(self
, *_args
, **_kwargs
):
1046 val
= misc2c
.wxFileHistory_Load(self
, *_args
, **_kwargs
)
1048 def Save(self
, *_args
, **_kwargs
):
1049 val
= misc2c
.wxFileHistory_Save(self
, *_args
, **_kwargs
)
1051 def AddFilesToMenu(self
, *_args
, **_kwargs
):
1052 val
= misc2c
.wxFileHistory_AddFilesToMenu(self
, *_args
, **_kwargs
)
1054 def AddFilesToThisMenu(self
, *_args
, **_kwargs
):
1055 val
= misc2c
.wxFileHistory_AddFilesToThisMenu(self
, *_args
, **_kwargs
)
1057 def GetHistoryFile(self
, *_args
, **_kwargs
):
1058 val
= misc2c
.wxFileHistory_GetHistoryFile(self
, *_args
, **_kwargs
)
1060 def GetCount(self
, *_args
, **_kwargs
):
1061 val
= misc2c
.wxFileHistory_GetCount(self
, *_args
, **_kwargs
)
1063 def GetNoHistoryFiles(self
, *_args
, **_kwargs
):
1064 val
= misc2c
.wxFileHistory_GetNoHistoryFiles(self
, *_args
, **_kwargs
)
1067 return "<%s.%s instance; proxy of C++ wxFileHistory instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1068 class wxFileHistory(wxFileHistoryPtr
):
1069 def __init__(self
,*_args
,**_kwargs
):
1070 self
.this
= misc2c
.new_wxFileHistory(*_args
,**_kwargs
)
1076 class wxEffectsPtr(wxObjectPtr
):
1077 def __init__(self
,this
):
1080 def GetHighlightColour(self
, *_args
, **_kwargs
):
1081 val
= misc2c
.wxEffects_GetHighlightColour(self
, *_args
, **_kwargs
)
1082 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1084 def GetLightShadow(self
, *_args
, **_kwargs
):
1085 val
= misc2c
.wxEffects_GetLightShadow(self
, *_args
, **_kwargs
)
1086 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1088 def GetFaceColour(self
, *_args
, **_kwargs
):
1089 val
= misc2c
.wxEffects_GetFaceColour(self
, *_args
, **_kwargs
)
1090 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1092 def GetMediumShadow(self
, *_args
, **_kwargs
):
1093 val
= misc2c
.wxEffects_GetMediumShadow(self
, *_args
, **_kwargs
)
1094 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1096 def GetDarkShadow(self
, *_args
, **_kwargs
):
1097 val
= misc2c
.wxEffects_GetDarkShadow(self
, *_args
, **_kwargs
)
1098 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1100 def SetHighlightColour(self
, *_args
, **_kwargs
):
1101 val
= misc2c
.wxEffects_SetHighlightColour(self
, *_args
, **_kwargs
)
1103 def SetLightShadow(self
, *_args
, **_kwargs
):
1104 val
= misc2c
.wxEffects_SetLightShadow(self
, *_args
, **_kwargs
)
1106 def SetFaceColour(self
, *_args
, **_kwargs
):
1107 val
= misc2c
.wxEffects_SetFaceColour(self
, *_args
, **_kwargs
)
1109 def SetMediumShadow(self
, *_args
, **_kwargs
):
1110 val
= misc2c
.wxEffects_SetMediumShadow(self
, *_args
, **_kwargs
)
1112 def SetDarkShadow(self
, *_args
, **_kwargs
):
1113 val
= misc2c
.wxEffects_SetDarkShadow(self
, *_args
, **_kwargs
)
1115 def Set(self
, *_args
, **_kwargs
):
1116 val
= misc2c
.wxEffects_Set(self
, *_args
, **_kwargs
)
1118 def DrawSunkenEdge(self
, *_args
, **_kwargs
):
1119 val
= misc2c
.wxEffects_DrawSunkenEdge(self
, *_args
, **_kwargs
)
1121 def TileBitmap(self
, *_args
, **_kwargs
):
1122 val
= misc2c
.wxEffects_TileBitmap(self
, *_args
, **_kwargs
)
1125 return "<%s.%s instance; proxy of C++ wxEffects instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1126 class wxEffects(wxEffectsPtr
):
1127 def __init__(self
,*_args
,**_kwargs
):
1128 self
.this
= misc2c
.new_wxEffects(*_args
,**_kwargs
)
1134 class wxSingleInstanceCheckerPtr
:
1135 def __init__(self
,this
):
1138 def __del__(self
, delfunc
=misc2c
.delete_wxSingleInstanceChecker
):
1139 if self
.thisown
== 1:
1144 def Create(self
, *_args
, **_kwargs
):
1145 val
= misc2c
.wxSingleInstanceChecker_Create(self
, *_args
, **_kwargs
)
1147 def IsAnotherRunning(self
, *_args
, **_kwargs
):
1148 val
= misc2c
.wxSingleInstanceChecker_IsAnotherRunning(self
, *_args
, **_kwargs
)
1151 return "<%s.%s instance; proxy of C++ wxSingleInstanceChecker instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1152 class wxSingleInstanceChecker(wxSingleInstanceCheckerPtr
):
1153 def __init__(self
,*_args
,**_kwargs
):
1154 self
.this
= misc2c
.new_wxSingleInstanceChecker(*_args
,**_kwargs
)
1159 def wxPreSingleInstanceChecker(*_args
,**_kwargs
):
1160 val
= wxSingleInstanceCheckerPtr(misc2c
.new_wxPreSingleInstanceChecker(*_args
,**_kwargs
))
1167 #-------------- FUNCTION WRAPPERS ------------------
1169 wxFileSelector
= misc2c
.wxFileSelector
1171 wxLoadFileSelector
= misc2c
.wxLoadFileSelector
1173 wxSaveFileSelector
= misc2c
.wxSaveFileSelector
1175 wxDirSelector
= misc2c
.wxDirSelector
1177 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
1179 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
1181 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
1183 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
1185 wxMessageBox
= misc2c
.wxMessageBox
1187 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
1189 wxColourDisplay
= misc2c
.wxColourDisplay
1191 wxDisplayDepth
= misc2c
.wxDisplayDepth
1193 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
1195 wxDisplaySize
= misc2c
.wxDisplaySize
1197 def wxGetDisplaySize(*_args
, **_kwargs
):
1198 val
= misc2c
.wxGetDisplaySize(*_args
,**_kwargs
)
1199 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1202 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
1204 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
1205 val
= misc2c
.wxGetDisplaySizeMM(*_args
,**_kwargs
)
1206 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1209 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
1211 def wxGetClientDisplayRect(*_args
, **_kwargs
):
1212 val
= misc2c
.wxGetClientDisplayRect(*_args
,**_kwargs
)
1213 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
1216 wxSetCursor
= misc2c
.wxSetCursor
1218 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
1220 def wxGetActiveWindow(*_args
, **_kwargs
):
1221 val
= misc2c
.wxGetActiveWindow(*_args
,**_kwargs
)
1224 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
1225 val
= misc2c
.wxGenericFindWindowAtPoint(*_args
,**_kwargs
)
1228 def wxFindWindowAtPoint(*_args
, **_kwargs
):
1229 val
= misc2c
.wxFindWindowAtPoint(*_args
,**_kwargs
)
1232 def wxGetTopLevelParent(*_args
, **_kwargs
):
1233 val
= misc2c
.wxGetTopLevelParent(*_args
,**_kwargs
)
1236 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
1238 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
1240 wxSafeYield
= misc2c
.wxSafeYield
1242 wxPostEvent
= misc2c
.wxPostEvent
1244 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
1246 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
1248 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
1250 wxThread_IsMain
= misc2c
.wxThread_IsMain
1252 wxShowTip
= misc2c
.wxShowTip
1254 def wxCreateFileTipProvider(*_args
, **_kwargs
):
1255 val
= misc2c
.wxCreateFileTipProvider(*_args
,**_kwargs
)
1256 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
1259 wxSysErrorCode
= misc2c
.wxSysErrorCode
1261 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
1263 wxLogFatalError
= misc2c
.wxLogFatalError
1265 wxLogError
= misc2c
.wxLogError
1267 wxLogWarning
= misc2c
.wxLogWarning
1269 wxLogMessage
= misc2c
.wxLogMessage
1271 wxLogInfo
= misc2c
.wxLogInfo
1273 wxLogDebug
= misc2c
.wxLogDebug
1275 wxLogVerbose
= misc2c
.wxLogVerbose
1277 wxLogStatus
= misc2c
.wxLogStatus
1279 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
1281 wxLogSysError
= misc2c
.wxLogSysError
1283 wxLogTrace
= misc2c
.wxLogTrace
1285 wxLogTraceMask
= misc2c
.wxLogTraceMask
1287 wxLogGeneric
= misc2c
.wxLogGeneric
1289 wxSafeShowMessage
= misc2c
.wxSafeShowMessage
1291 wxExecute
= misc2c
.wxExecute
1293 def wxWaveData(*_args
, **_kwargs
):
1294 val
= misc2c
.wxWaveData(*_args
,**_kwargs
)
1295 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
1298 def wxSystemSettings_GetColour(*_args
, **_kwargs
):
1299 val
= misc2c
.wxSystemSettings_GetColour(*_args
,**_kwargs
)
1300 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
1303 def wxSystemSettings_GetFont(*_args
, **_kwargs
):
1304 val
= misc2c
.wxSystemSettings_GetFont(*_args
,**_kwargs
)
1305 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
1308 wxSystemSettings_GetMetric
= misc2c
.wxSystemSettings_GetMetric
1310 wxSystemSettings_HasFeature
= misc2c
.wxSystemSettings_HasFeature
1312 wxSystemSettings_GetScreenType
= misc2c
.wxSystemSettings_GetScreenType
1314 wxSystemSettings_SetScreenType
= misc2c
.wxSystemSettings_SetScreenType
1316 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
1318 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
1320 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
1322 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
1324 wxLog_OnLog
= misc2c
.wxLog_OnLog
1326 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
1328 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
1329 val
= misc2c
.wxLog_GetActiveTarget(*_args
,**_kwargs
)
1330 if val
: val
= wxLogPtr(val
)
1333 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
1334 val
= misc2c
.wxLog_SetActiveTarget(*_args
,**_kwargs
)
1335 if val
: val
= wxLogPtr(val
)
1338 wxLog_Suspend
= misc2c
.wxLog_Suspend
1340 wxLog_Resume
= misc2c
.wxLog_Resume
1342 wxLog_SetVerbose
= misc2c
.wxLog_SetVerbose
1344 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
1346 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
1348 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
1350 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
1352 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
1354 wxLog_GetTraceMasks
= misc2c
.wxLog_GetTraceMasks
1356 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
1358 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
1360 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
1362 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
1364 wxLog_SetLogLevel
= misc2c
.wxLog_SetLogLevel
1366 wxLog_GetLogLevel
= misc2c
.wxLog_GetLogLevel
1368 wxProcess_Kill
= misc2c
.wxProcess_Kill
1370 wxProcess_Exists
= misc2c
.wxProcess_Exists
1372 def wxProcess_Open(*_args
, **_kwargs
):
1373 val
= misc2c
.wxProcess_Open(*_args
,**_kwargs
)
1374 if val
: val
= wxProcessPtr(val
)
1377 wxFileType_ExpandCommand
= misc2c
.wxFileType_ExpandCommand
1379 wxMimeTypesManager_IsOfType
= misc2c
.wxMimeTypesManager_IsOfType
1381 wxArtProvider_PushProvider
= misc2c
.wxArtProvider_PushProvider
1383 wxArtProvider_PopProvider
= misc2c
.wxArtProvider_PopProvider
1385 wxArtProvider_RemoveProvider
= misc2c
.wxArtProvider_RemoveProvider
1387 def wxArtProvider_GetBitmap(*_args
, **_kwargs
):
1388 val
= misc2c
.wxArtProvider_GetBitmap(*_args
,**_kwargs
)
1389 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
1392 def wxArtProvider_GetIcon(*_args
, **_kwargs
):
1393 val
= misc2c
.wxArtProvider_GetIcon(*_args
,**_kwargs
)
1394 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
1399 #-------------- VARIABLE WRAPPERS ------------------
1401 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
1402 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
1403 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
1404 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
1405 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
1406 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
1407 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
1408 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
1409 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
1410 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
1411 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
1412 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
1413 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
1414 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
1415 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
1416 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
1417 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
1418 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
1419 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
1420 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
1421 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
1422 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
1423 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
1424 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
1425 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
1426 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
1427 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
1428 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
1429 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
1430 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
1431 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
1432 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
1433 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
1434 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
1435 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
1436 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
1437 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
1438 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
1439 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
1440 wxSYS_COLOUR_LISTBOX
= misc2c
.wxSYS_COLOUR_LISTBOX
1441 wxSYS_COLOUR_HOTLIGHT
= misc2c
.wxSYS_COLOUR_HOTLIGHT
1442 wxSYS_COLOUR_GRADIENTACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTACTIVECAPTION
1443 wxSYS_COLOUR_GRADIENTINACTIVECAPTION
= misc2c
.wxSYS_COLOUR_GRADIENTINACTIVECAPTION
1444 wxSYS_COLOUR_MENUHILIGHT
= misc2c
.wxSYS_COLOUR_MENUHILIGHT
1445 wxSYS_COLOUR_MENUBAR
= misc2c
.wxSYS_COLOUR_MENUBAR
1446 wxSYS_COLOUR_MAX
= misc2c
.wxSYS_COLOUR_MAX
1447 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
1448 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
1449 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
1450 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
1451 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
1452 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
1453 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
1454 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
1455 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
1456 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
1457 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
1458 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
1459 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
1460 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
1461 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1462 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1463 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1464 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1465 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1466 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1467 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1468 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1469 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1470 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1471 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1472 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1473 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1474 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1475 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1476 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1477 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1478 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1479 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1480 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1481 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1482 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1483 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1484 wxSYS_CAN_DRAW_FRAME_DECORATIONS
= misc2c
.wxSYS_CAN_DRAW_FRAME_DECORATIONS
1485 wxSYS_CAN_ICONIZE_FRAME
= misc2c
.wxSYS_CAN_ICONIZE_FRAME
1486 wxSYS_SCREEN_NONE
= misc2c
.wxSYS_SCREEN_NONE
1487 wxSYS_SCREEN_TINY
= misc2c
.wxSYS_SCREEN_TINY
1488 wxSYS_SCREEN_PDA
= misc2c
.wxSYS_SCREEN_PDA
1489 wxSYS_SCREEN_SMALL
= misc2c
.wxSYS_SCREEN_SMALL
1490 wxSYS_SCREEN_DESKTOP
= misc2c
.wxSYS_SCREEN_DESKTOP
1491 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1492 wxLOG_Error
= misc2c
.wxLOG_Error
1493 wxLOG_Warning
= misc2c
.wxLOG_Warning
1494 wxLOG_Message
= misc2c
.wxLOG_Message
1495 wxLOG_Info
= misc2c
.wxLOG_Info
1496 wxLOG_Status
= misc2c
.wxLOG_Status
1497 wxLOG_Debug
= misc2c
.wxLOG_Debug
1498 wxLOG_Trace
= misc2c
.wxLOG_Trace
1499 wxLOG_Progress
= misc2c
.wxLOG_Progress
1500 wxLOG_User
= misc2c
.wxLOG_User
1501 wxTRACE_MemAlloc
= misc2c
.wxTRACE_MemAlloc
1502 wxTRACE_Messages
= misc2c
.wxTRACE_Messages
1503 wxTRACE_ResAlloc
= misc2c
.wxTRACE_ResAlloc
1504 wxTRACE_RefCount
= misc2c
.wxTRACE_RefCount
1505 wxTraceMemAlloc
= misc2c
.wxTraceMemAlloc
1506 wxTraceMessages
= misc2c
.wxTraceMessages
1507 wxTraceResAlloc
= misc2c
.wxTraceResAlloc
1508 wxTraceRefCount
= misc2c
.wxTraceRefCount
1509 wxKILL_OK
= misc2c
.wxKILL_OK
1510 wxKILL_BAD_SIGNAL
= misc2c
.wxKILL_BAD_SIGNAL
1511 wxKILL_ACCESS_DENIED
= misc2c
.wxKILL_ACCESS_DENIED
1512 wxKILL_NO_PROCESS
= misc2c
.wxKILL_NO_PROCESS
1513 wxKILL_ERROR
= misc2c
.wxKILL_ERROR
1514 wxSIGNONE
= misc2c
.wxSIGNONE
1515 wxSIGHUP
= misc2c
.wxSIGHUP
1516 wxSIGINT
= misc2c
.wxSIGINT
1517 wxSIGQUIT
= misc2c
.wxSIGQUIT
1518 wxSIGILL
= misc2c
.wxSIGILL
1519 wxSIGTRAP
= misc2c
.wxSIGTRAP
1520 wxSIGABRT
= misc2c
.wxSIGABRT
1521 wxSIGIOT
= misc2c
.wxSIGIOT
1522 wxSIGEMT
= misc2c
.wxSIGEMT
1523 wxSIGFPE
= misc2c
.wxSIGFPE
1524 wxSIGKILL
= misc2c
.wxSIGKILL
1525 wxSIGBUS
= misc2c
.wxSIGBUS
1526 wxSIGSEGV
= misc2c
.wxSIGSEGV
1527 wxSIGSYS
= misc2c
.wxSIGSYS
1528 wxSIGPIPE
= misc2c
.wxSIGPIPE
1529 wxSIGALRM
= misc2c
.wxSIGALRM
1530 wxSIGTERM
= misc2c
.wxSIGTERM
1531 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS
1532 wxEXEC_ASYNC
= misc2c
.wxEXEC_ASYNC
1533 wxEXEC_SYNC
= misc2c
.wxEXEC_SYNC
1534 wxEXEC_NOHIDE
= misc2c
.wxEXEC_NOHIDE
1535 wxEXEC_MAKE_GROUP_LEADER
= misc2c
.wxEXEC_MAKE_GROUP_LEADER
1536 wxJOYSTICK1
= misc2c
.wxJOYSTICK1
1537 wxJOYSTICK2
= misc2c
.wxJOYSTICK2
1538 wxJOY_BUTTON_ANY
= misc2c
.wxJOY_BUTTON_ANY
1539 wxJOY_BUTTON1
= misc2c
.wxJOY_BUTTON1
1540 wxJOY_BUTTON2
= misc2c
.wxJOY_BUTTON2
1541 wxJOY_BUTTON3
= misc2c
.wxJOY_BUTTON3
1542 wxJOY_BUTTON4
= misc2c
.wxJOY_BUTTON4
1543 wxMAILCAP_STANDARD
= misc2c
.wxMAILCAP_STANDARD
1544 wxMAILCAP_NETSCAPE
= misc2c
.wxMAILCAP_NETSCAPE
1545 wxMAILCAP_KDE
= misc2c
.wxMAILCAP_KDE
1546 wxMAILCAP_GNOME
= misc2c
.wxMAILCAP_GNOME
1547 wxMAILCAP_ALL
= misc2c
.wxMAILCAP_ALL
1549 wxTheMimeTypesManager
= wxMimeTypesManagerPtr(misc2c
.cvar
.wxTheMimeTypesManager
)