1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
15 class wxToolTipPtr(wxObjectPtr
):
16 def __init__(self
,this
):
19 def SetTip(self
, *_args
, **_kwargs
):
20 val
= apply(misc2c
.wxToolTip_SetTip
,(self
,) + _args
, _kwargs
)
22 def GetTip(self
, *_args
, **_kwargs
):
23 val
= apply(misc2c
.wxToolTip_GetTip
,(self
,) + _args
, _kwargs
)
25 def GetWindow(self
, *_args
, **_kwargs
):
26 val
= apply(misc2c
.wxToolTip_GetWindow
,(self
,) + _args
, _kwargs
)
29 return "<C wxToolTip instance at %s>" % (self
.this
,)
30 class wxToolTip(wxToolTipPtr
):
31 def __init__(self
,*_args
,**_kwargs
):
32 self
.this
= apply(misc2c
.new_wxToolTip
,_args
,_kwargs
)
39 def __init__(self
,this
):
42 def __del__(self
,misc2c
=misc2c
):
43 if self
.thisown
== 1 :
44 misc2c
.delete_wxCaret(self
)
45 def IsOk(self
, *_args
, **_kwargs
):
46 val
= apply(misc2c
.wxCaret_IsOk
,(self
,) + _args
, _kwargs
)
48 def IsVisible(self
, *_args
, **_kwargs
):
49 val
= apply(misc2c
.wxCaret_IsVisible
,(self
,) + _args
, _kwargs
)
51 def GetPositionTuple(self
, *_args
, **_kwargs
):
52 val
= apply(misc2c
.wxCaret_GetPositionTuple
,(self
,) + _args
, _kwargs
)
54 def GetPosition(self
, *_args
, **_kwargs
):
55 val
= apply(misc2c
.wxCaret_GetPosition
,(self
,) + _args
, _kwargs
)
56 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
58 def GetSizeTuple(self
, *_args
, **_kwargs
):
59 val
= apply(misc2c
.wxCaret_GetSizeTuple
,(self
,) + _args
, _kwargs
)
61 def GetSize(self
, *_args
, **_kwargs
):
62 val
= apply(misc2c
.wxCaret_GetSize
,(self
,) + _args
, _kwargs
)
63 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
65 def GetWindow(self
, *_args
, **_kwargs
):
66 val
= apply(misc2c
.wxCaret_GetWindow
,(self
,) + _args
, _kwargs
)
68 def MoveXY(self
, *_args
, **_kwargs
):
69 val
= apply(misc2c
.wxCaret_MoveXY
,(self
,) + _args
, _kwargs
)
71 def Move(self
, *_args
, **_kwargs
):
72 val
= apply(misc2c
.wxCaret_Move
,(self
,) + _args
, _kwargs
)
74 def SetSizeWH(self
, *_args
, **_kwargs
):
75 val
= apply(misc2c
.wxCaret_SetSizeWH
,(self
,) + _args
, _kwargs
)
77 def SetSize(self
, *_args
, **_kwargs
):
78 val
= apply(misc2c
.wxCaret_SetSize
,(self
,) + _args
, _kwargs
)
80 def Show(self
, *_args
, **_kwargs
):
81 val
= apply(misc2c
.wxCaret_Show
,(self
,) + _args
, _kwargs
)
83 def Hide(self
, *_args
, **_kwargs
):
84 val
= apply(misc2c
.wxCaret_Hide
,(self
,) + _args
, _kwargs
)
87 return "<C wxCaret instance at %s>" % (self
.this
,)
88 class wxCaret(wxCaretPtr
):
89 def __init__(self
,*_args
,**_kwargs
):
90 self
.this
= apply(misc2c
.new_wxCaret
,_args
,_kwargs
)
96 class wxFontEnumeratorPtr
:
97 def __init__(self
,this
):
100 def __del__(self
,misc2c
=misc2c
):
101 if self
.thisown
== 1 :
102 misc2c
.delete_wxFontEnumerator(self
)
103 def _setSelf(self
, *_args
, **_kwargs
):
104 val
= apply(misc2c
.wxFontEnumerator__setSelf
,(self
,) + _args
, _kwargs
)
106 def EnumerateFacenames(self
, *_args
, **_kwargs
):
107 val
= apply(misc2c
.wxFontEnumerator_EnumerateFacenames
,(self
,) + _args
, _kwargs
)
109 def EnumerateEncodings(self
, *_args
, **_kwargs
):
110 val
= apply(misc2c
.wxFontEnumerator_EnumerateEncodings
,(self
,) + _args
, _kwargs
)
112 def GetEncodings(self
, *_args
, **_kwargs
):
113 val
= apply(misc2c
.wxFontEnumerator_GetEncodings
,(self
,) + _args
, _kwargs
)
115 def GetFacenames(self
, *_args
, **_kwargs
):
116 val
= apply(misc2c
.wxFontEnumerator_GetFacenames
,(self
,) + _args
, _kwargs
)
119 return "<C wxFontEnumerator instance at %s>" % (self
.this
,)
120 class wxFontEnumerator(wxFontEnumeratorPtr
):
121 def __init__(self
,*_args
,**_kwargs
):
122 self
.this
= apply(misc2c
.new_wxFontEnumerator
,_args
,_kwargs
)
124 self
._setSelf
(self
, wxFontEnumerator
)
129 class wxBusyCursorPtr
:
130 def __init__(self
,this
):
133 def __del__(self
,misc2c
=misc2c
):
134 if self
.thisown
== 1 :
135 misc2c
.delete_wxBusyCursor(self
)
137 return "<C wxBusyCursor instance at %s>" % (self
.this
,)
138 class wxBusyCursor(wxBusyCursorPtr
):
139 def __init__(self
,*_args
,**_kwargs
):
140 self
.this
= apply(misc2c
.new_wxBusyCursor
,_args
,_kwargs
)
146 class wxWindowDisablerPtr
:
147 def __init__(self
,this
):
150 def __del__(self
,misc2c
=misc2c
):
151 if self
.thisown
== 1 :
152 misc2c
.delete_wxWindowDisabler(self
)
154 return "<C wxWindowDisabler instance at %s>" % (self
.this
,)
155 class wxWindowDisabler(wxWindowDisablerPtr
):
156 def __init__(self
,*_args
,**_kwargs
):
157 self
.this
= apply(misc2c
.new_wxWindowDisabler
,_args
,_kwargs
)
163 class wxMutexGuiLockerPtr
:
164 def __init__(self
,this
):
167 def __del__(self
,misc2c
=misc2c
):
168 if self
.thisown
== 1 :
169 misc2c
.delete_wxMutexGuiLocker(self
)
171 return "<C wxMutexGuiLocker instance at %s>" % (self
.this
,)
172 class wxMutexGuiLocker(wxMutexGuiLockerPtr
):
173 def __init__(self
,*_args
,**_kwargs
):
174 self
.this
= apply(misc2c
.new_wxMutexGuiLocker
,_args
,_kwargs
)
180 class wxTipProviderPtr
:
181 def __init__(self
,this
):
184 def __del__(self
,misc2c
=misc2c
):
185 if self
.thisown
== 1 :
186 misc2c
.delete_wxTipProvider(self
)
187 def GetTip(self
, *_args
, **_kwargs
):
188 val
= apply(misc2c
.wxTipProvider_GetTip
,(self
,) + _args
, _kwargs
)
190 def GetCurrentTip(self
, *_args
, **_kwargs
):
191 val
= apply(misc2c
.wxTipProvider_GetCurrentTip
,(self
,) + _args
, _kwargs
)
194 return "<C wxTipProvider instance at %s>" % (self
.this
,)
195 class wxTipProvider(wxTipProviderPtr
):
196 def __init__(self
,this
):
202 class wxPyTipProviderPtr(wxTipProviderPtr
):
203 def __init__(self
,this
):
207 return "<C wxPyTipProvider instance at %s>" % (self
.this
,)
208 class wxPyTipProvider(wxPyTipProviderPtr
):
209 def __init__(self
,*_args
,**_kwargs
):
210 self
.this
= apply(misc2c
.new_wxPyTipProvider
,_args
,_kwargs
)
216 class wxDragImagePtr(wxObjectPtr
):
217 def __init__(self
,this
):
220 def __del__(self
,misc2c
=misc2c
):
221 if self
.thisown
== 1 :
222 misc2c
.delete_wxDragImage(self
)
223 def BeginDrag(self
, *_args
, **_kwargs
):
224 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
226 def BeginDrag2(self
, *_args
, **_kwargs
):
227 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
229 def EndDrag(self
, *_args
, **_kwargs
):
230 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
232 def Move(self
, *_args
, **_kwargs
):
233 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
235 def Show(self
, *_args
, **_kwargs
):
236 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
238 def Hide(self
, *_args
, **_kwargs
):
239 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
241 def GetImageRect(self
, *_args
, **_kwargs
):
242 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
243 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
245 def RedrawImage(self
, *_args
, **_kwargs
):
246 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
249 return "<C wxDragImage instance at %s>" % (self
.this
,)
250 class wxDragImage(wxDragImagePtr
):
251 def __init__(self
,*_args
,**_kwargs
):
252 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
258 class wxPyTimerPtr(wxObjectPtr
):
259 def __init__(self
,this
):
262 def __del__(self
,misc2c
=misc2c
):
263 if self
.thisown
== 1 :
264 misc2c
.delete_wxPyTimer(self
)
265 def GetInterval(self
, *_args
, **_kwargs
):
266 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
268 def IsOneShot(self
, *_args
, **_kwargs
):
269 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
271 def IsRunning(self
, *_args
, **_kwargs
):
272 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
274 def SetOwner(self
, *_args
, **_kwargs
):
275 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
277 def Start(self
, *_args
, **_kwargs
):
278 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
280 def Stop(self
, *_args
, **_kwargs
):
281 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
284 return "<C wxPyTimer instance at %s>" % (self
.this
,)
285 class wxPyTimer(wxPyTimerPtr
):
286 def __init__(self
,*_args
,**_kwargs
):
287 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
294 def __init__(self
,this
):
297 def Flush(self
, *_args
, **_kwargs
):
298 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
300 def HasPendingMessages(self
, *_args
, **_kwargs
):
301 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
303 def SetVerbose(self
, *_args
, **_kwargs
):
304 val
= apply(misc2c
.wxLog_SetVerbose
,(self
,) + _args
, _kwargs
)
306 def GetVerbose(self
, *_args
, **_kwargs
):
307 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
310 return "<C wxLog instance at %s>" % (self
.this
,)
311 class wxLog(wxLogPtr
):
312 def __init__(self
,*_args
,**_kwargs
):
313 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
319 class wxLogStderrPtr(wxLogPtr
):
320 def __init__(self
,this
):
324 return "<C wxLogStderr instance at %s>" % (self
.this
,)
325 class wxLogStderr(wxLogStderrPtr
):
326 def __init__(self
,*_args
,**_kwargs
):
327 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
333 class wxLogTextCtrlPtr(wxLogPtr
):
334 def __init__(self
,this
):
338 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
339 class wxLogTextCtrl(wxLogTextCtrlPtr
):
340 def __init__(self
,*_args
,**_kwargs
):
341 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
347 class wxLogGuiPtr(wxLogPtr
):
348 def __init__(self
,this
):
352 return "<C wxLogGui instance at %s>" % (self
.this
,)
353 class wxLogGui(wxLogGuiPtr
):
354 def __init__(self
,*_args
,**_kwargs
):
355 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
361 class wxLogWindowPtr(wxLogPtr
):
362 def __init__(self
,this
):
365 def Show(self
, *_args
, **_kwargs
):
366 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
368 def GetFrame(self
, *_args
, **_kwargs
):
369 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
371 def GetOldLog(self
, *_args
, **_kwargs
):
372 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
373 if val
: val
= wxLogPtr(val
)
375 def IsPassingMessages(self
, *_args
, **_kwargs
):
376 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
378 def PassMessages(self
, *_args
, **_kwargs
):
379 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
382 return "<C wxLogWindow instance at %s>" % (self
.this
,)
383 class wxLogWindow(wxLogWindowPtr
):
384 def __init__(self
,*_args
,**_kwargs
):
385 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
392 def __init__(self
,this
):
395 def __del__(self
,misc2c
=misc2c
):
396 if self
.thisown
== 1 :
397 misc2c
.delete_wxLogNull(self
)
399 return "<C wxLogNull instance at %s>" % (self
.this
,)
400 class wxLogNull(wxLogNullPtr
):
401 def __init__(self
,*_args
,**_kwargs
):
402 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
408 class wxProcessEventPtr(wxEventPtr
):
409 def __init__(self
,this
):
412 def GetPid(self
, *_args
, **_kwargs
):
413 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
415 def GetExitCode(self
, *_args
, **_kwargs
):
416 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
418 def __setattr__(self
,name
,value
):
420 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
422 if name
== "m_exitcode" :
423 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
425 self
.__dict
__[name
] = value
426 def __getattr__(self
,name
):
428 return misc2c
.wxProcessEvent_m_pid_get(self
)
429 if name
== "m_exitcode" :
430 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
431 raise AttributeError,name
433 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
434 class wxProcessEvent(wxProcessEventPtr
):
435 def __init__(self
,*_args
,**_kwargs
):
436 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
442 class wxProcessPtr(wxEvtHandlerPtr
):
443 def __init__(self
,this
):
446 def Destroy(self
, *_args
, **_kwargs
):
447 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
449 def _setSelf(self
, *_args
, **_kwargs
):
450 val
= apply(misc2c
.wxProcess__setSelf
,(self
,) + _args
, _kwargs
)
452 def base_OnTerminate(self
, *_args
, **_kwargs
):
453 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
455 def Redirect(self
, *_args
, **_kwargs
):
456 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
458 def IsRedirected(self
, *_args
, **_kwargs
):
459 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
461 def Detach(self
, *_args
, **_kwargs
):
462 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
464 def GetInputStream(self
, *_args
, **_kwargs
):
465 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
467 def GetErrorStream(self
, *_args
, **_kwargs
):
468 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
470 def GetOutputStream(self
, *_args
, **_kwargs
):
471 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
472 if val
: val
= wxOutputStreamPtr(val
)
474 def CloseOutput(self
, *_args
, **_kwargs
):
475 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
478 return "<C wxProcess instance at %s>" % (self
.this
,)
479 class wxProcess(wxProcessPtr
):
480 def __init__(self
,*_args
,**_kwargs
):
481 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
483 self
._setSelf
(self
, wxProcess
)
490 #-------------- FUNCTION WRAPPERS ------------------
492 wxFileSelector
= misc2c
.wxFileSelector
494 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
496 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
498 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
500 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
502 wxMessageBox
= misc2c
.wxMessageBox
504 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
506 wxColourDisplay
= misc2c
.wxColourDisplay
508 wxDisplayDepth
= misc2c
.wxDisplayDepth
510 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
512 wxDisplaySize
= misc2c
.wxDisplaySize
514 def wxGetDisplaySize(*_args
, **_kwargs
):
515 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
516 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
519 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
521 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
522 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
523 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
526 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
528 def wxGetClientDisplayRect(*_args
, **_kwargs
):
529 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
530 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
533 wxSetCursor
= misc2c
.wxSetCursor
535 def wxFindWindowByLabel(*_args
, **_kwargs
):
536 val
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
)
539 def wxFindWindowByName(*_args
, **_kwargs
):
540 val
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
)
543 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
545 def wxGetActiveWindow(*_args
, **_kwargs
):
546 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
549 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
551 wxResourceClear
= misc2c
.wxResourceClear
553 def wxResourceCreateBitmap(*_args
, **_kwargs
):
554 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
555 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
558 def wxResourceCreateIcon(*_args
, **_kwargs
):
559 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
560 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
563 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
564 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
567 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
569 wxResourceParseData
= misc2c
.wxResourceParseData
571 wxResourceParseFile
= misc2c
.wxResourceParseFile
573 wxResourceParseString
= misc2c
.wxResourceParseString
575 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
):
576 val
= apply(misc2c
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
)
577 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
580 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
):
581 val
= apply(misc2c
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
)
582 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
585 wxSystemSettings_GetSystemMetric
= misc2c
.wxSystemSettings_GetSystemMetric
587 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
589 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
591 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
593 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
595 wxSafeYield
= misc2c
.wxSafeYield
597 wxPostEvent
= misc2c
.wxPostEvent
599 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
601 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
603 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
605 wxThread_IsMain
= misc2c
.wxThread_IsMain
607 wxShowTip
= misc2c
.wxShowTip
609 def wxCreateFileTipProvider(*_args
, **_kwargs
):
610 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
611 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
614 def wxDragIcon(*_args
, **_kwargs
):
615 val
= apply(misc2c
.wxDragIcon
,_args
,_kwargs
)
616 if val
: val
= wxDragImagePtr(val
); val
.thisown
= 1
619 def wxDragString(*_args
, **_kwargs
):
620 val
= apply(misc2c
.wxDragString
,_args
,_kwargs
)
621 if val
: val
= wxDragImagePtr(val
); val
.thisown
= 1
624 def wxDragTreeItem(*_args
, **_kwargs
):
625 val
= apply(misc2c
.wxDragTreeItem
,_args
,_kwargs
)
626 if val
: val
= wxDragImagePtr(val
); val
.thisown
= 1
629 def wxDragListItem(*_args
, **_kwargs
):
630 val
= apply(misc2c
.wxDragListItem
,_args
,_kwargs
)
631 if val
: val
= wxDragImagePtr(val
); val
.thisown
= 1
634 wxSysErrorCode
= misc2c
.wxSysErrorCode
636 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
638 wxLogFatalError
= misc2c
.wxLogFatalError
640 wxLogError
= misc2c
.wxLogError
642 wxLogWarning
= misc2c
.wxLogWarning
644 wxLogMessage
= misc2c
.wxLogMessage
646 wxLogInfo
= misc2c
.wxLogInfo
648 wxLogVerbose
= misc2c
.wxLogVerbose
650 wxLogStatus
= misc2c
.wxLogStatus
652 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
654 wxLogSysError
= misc2c
.wxLogSysError
656 wxExecute
= misc2c
.wxExecute
658 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
660 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
662 wxLog_OnLog
= misc2c
.wxLog_OnLog
664 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
666 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
667 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
668 if val
: val
= wxLogPtr(val
)
671 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
672 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
673 if val
: val
= wxLogPtr(val
)
676 wxLog_Suspend
= misc2c
.wxLog_Suspend
678 wxLog_Resume
= misc2c
.wxLog_Resume
680 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
682 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
684 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
686 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
688 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
690 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
694 #-------------- VARIABLE WRAPPERS ------------------
696 wxSYS_WHITE_BRUSH
= misc2c
.wxSYS_WHITE_BRUSH
697 wxSYS_LTGRAY_BRUSH
= misc2c
.wxSYS_LTGRAY_BRUSH
698 wxSYS_GRAY_BRUSH
= misc2c
.wxSYS_GRAY_BRUSH
699 wxSYS_DKGRAY_BRUSH
= misc2c
.wxSYS_DKGRAY_BRUSH
700 wxSYS_BLACK_BRUSH
= misc2c
.wxSYS_BLACK_BRUSH
701 wxSYS_NULL_BRUSH
= misc2c
.wxSYS_NULL_BRUSH
702 wxSYS_HOLLOW_BRUSH
= misc2c
.wxSYS_HOLLOW_BRUSH
703 wxSYS_WHITE_PEN
= misc2c
.wxSYS_WHITE_PEN
704 wxSYS_BLACK_PEN
= misc2c
.wxSYS_BLACK_PEN
705 wxSYS_NULL_PEN
= misc2c
.wxSYS_NULL_PEN
706 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
707 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
708 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
709 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
710 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
711 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
712 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
713 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
714 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
715 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
716 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
717 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
718 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
719 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
720 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
721 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
722 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
723 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
724 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
725 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
726 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
727 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
728 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
729 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
730 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
731 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
732 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
733 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
734 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
735 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
736 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
737 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
738 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
739 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
740 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
741 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
742 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
743 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
744 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
745 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
746 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
747 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
748 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
749 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
750 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
751 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
752 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
753 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
754 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
755 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
756 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
757 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
758 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
759 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
760 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
761 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
762 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
763 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
764 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
765 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
766 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
767 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
768 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
769 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
770 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
771 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
772 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
773 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
774 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
775 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
776 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
777 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
778 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
779 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
780 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
781 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
782 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
783 wxLOG_Error
= misc2c
.wxLOG_Error
784 wxLOG_Warning
= misc2c
.wxLOG_Warning
785 wxLOG_Message
= misc2c
.wxLOG_Message
786 wxLOG_Info
= misc2c
.wxLOG_Info
787 wxLOG_Status
= misc2c
.wxLOG_Status
788 wxLOG_Debug
= misc2c
.wxLOG_Debug
789 wxLOG_Trace
= misc2c
.wxLOG_Trace
790 wxLOG_Progress
= misc2c
.wxLOG_Progress
791 wxLOG_User
= misc2c
.wxLOG_User
792 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS