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 _setCallbackInfo(self
, *_args
, **_kwargs
):
104 val
= apply(misc2c
.wxFontEnumerator__setCallbackInfo
,(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
._setCallbackInfo
(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 SetBackingBitmap(self
, *_args
, **_kwargs
):
224 val
= apply(misc2c
.wxDragImage_SetBackingBitmap
,(self
,) + _args
, _kwargs
)
226 def BeginDrag(self
, *_args
, **_kwargs
):
227 val
= apply(misc2c
.wxDragImage_BeginDrag
,(self
,) + _args
, _kwargs
)
229 def BeginDrag2(self
, *_args
, **_kwargs
):
230 val
= apply(misc2c
.wxDragImage_BeginDrag2
,(self
,) + _args
, _kwargs
)
232 def EndDrag(self
, *_args
, **_kwargs
):
233 val
= apply(misc2c
.wxDragImage_EndDrag
,(self
,) + _args
, _kwargs
)
235 def Move(self
, *_args
, **_kwargs
):
236 val
= apply(misc2c
.wxDragImage_Move
,(self
,) + _args
, _kwargs
)
238 def Show(self
, *_args
, **_kwargs
):
239 val
= apply(misc2c
.wxDragImage_Show
,(self
,) + _args
, _kwargs
)
241 def Hide(self
, *_args
, **_kwargs
):
242 val
= apply(misc2c
.wxDragImage_Hide
,(self
,) + _args
, _kwargs
)
244 def GetImageRect(self
, *_args
, **_kwargs
):
245 val
= apply(misc2c
.wxDragImage_GetImageRect
,(self
,) + _args
, _kwargs
)
246 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
248 def RedrawImage(self
, *_args
, **_kwargs
):
249 val
= apply(misc2c
.wxDragImage_RedrawImage
,(self
,) + _args
, _kwargs
)
252 return "<C wxDragImage instance at %s>" % (self
.this
,)
253 class wxDragImage(wxDragImagePtr
):
254 def __init__(self
,*_args
,**_kwargs
):
255 self
.this
= apply(misc2c
.new_wxDragImage
,_args
,_kwargs
)
260 def wxDragIcon(*_args
,**_kwargs
):
261 val
= wxDragImagePtr(apply(misc2c
.new_wxDragIcon
,_args
,_kwargs
))
265 def wxDragString(*_args
,**_kwargs
):
266 val
= wxDragImagePtr(apply(misc2c
.new_wxDragString
,_args
,_kwargs
))
270 def wxDragTreeItem(*_args
,**_kwargs
):
271 val
= wxDragImagePtr(apply(misc2c
.new_wxDragTreeItem
,_args
,_kwargs
))
275 def wxDragListItem(*_args
,**_kwargs
):
276 val
= wxDragImagePtr(apply(misc2c
.new_wxDragListItem
,_args
,_kwargs
))
281 class wxPyTimerPtr(wxObjectPtr
):
282 def __init__(self
,this
):
285 def __del__(self
,misc2c
=misc2c
):
286 if self
.thisown
== 1 :
287 misc2c
.delete_wxPyTimer(self
)
288 def GetInterval(self
, *_args
, **_kwargs
):
289 val
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
)
291 def IsOneShot(self
, *_args
, **_kwargs
):
292 val
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
)
294 def IsRunning(self
, *_args
, **_kwargs
):
295 val
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
)
297 def SetOwner(self
, *_args
, **_kwargs
):
298 val
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
)
300 def Start(self
, *_args
, **_kwargs
):
301 val
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
)
303 def Stop(self
, *_args
, **_kwargs
):
304 val
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
)
307 return "<C wxPyTimer instance at %s>" % (self
.this
,)
308 class wxPyTimer(wxPyTimerPtr
):
309 def __init__(self
,*_args
,**_kwargs
):
310 self
.this
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
)
317 def __init__(self
,this
):
320 def Flush(self
, *_args
, **_kwargs
):
321 val
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
)
323 def HasPendingMessages(self
, *_args
, **_kwargs
):
324 val
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
)
326 def SetVerbose(self
, *_args
, **_kwargs
):
327 val
= apply(misc2c
.wxLog_SetVerbose
,(self
,) + _args
, _kwargs
)
329 def GetVerbose(self
, *_args
, **_kwargs
):
330 val
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
)
332 def TimeStamp(self
, *_args
, **_kwargs
):
333 val
= apply(misc2c
.wxLog_TimeStamp
,(self
,) + _args
, _kwargs
)
336 return "<C wxLog instance at %s>" % (self
.this
,)
337 class wxLog(wxLogPtr
):
338 def __init__(self
,*_args
,**_kwargs
):
339 self
.this
= apply(misc2c
.new_wxLog
,_args
,_kwargs
)
345 class wxLogStderrPtr(wxLogPtr
):
346 def __init__(self
,this
):
350 return "<C wxLogStderr instance at %s>" % (self
.this
,)
351 class wxLogStderr(wxLogStderrPtr
):
352 def __init__(self
,*_args
,**_kwargs
):
353 self
.this
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
)
359 class wxLogTextCtrlPtr(wxLogPtr
):
360 def __init__(self
,this
):
364 return "<C wxLogTextCtrl instance at %s>" % (self
.this
,)
365 class wxLogTextCtrl(wxLogTextCtrlPtr
):
366 def __init__(self
,*_args
,**_kwargs
):
367 self
.this
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
)
373 class wxLogGuiPtr(wxLogPtr
):
374 def __init__(self
,this
):
378 return "<C wxLogGui instance at %s>" % (self
.this
,)
379 class wxLogGui(wxLogGuiPtr
):
380 def __init__(self
,*_args
,**_kwargs
):
381 self
.this
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
)
387 class wxLogWindowPtr(wxLogPtr
):
388 def __init__(self
,this
):
391 def Show(self
, *_args
, **_kwargs
):
392 val
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
)
394 def GetFrame(self
, *_args
, **_kwargs
):
395 val
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
)
397 def GetOldLog(self
, *_args
, **_kwargs
):
398 val
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
)
399 if val
: val
= wxLogPtr(val
)
401 def IsPassingMessages(self
, *_args
, **_kwargs
):
402 val
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
)
404 def PassMessages(self
, *_args
, **_kwargs
):
405 val
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
)
408 return "<C wxLogWindow instance at %s>" % (self
.this
,)
409 class wxLogWindow(wxLogWindowPtr
):
410 def __init__(self
,*_args
,**_kwargs
):
411 self
.this
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
)
418 def __init__(self
,this
):
421 def __del__(self
,misc2c
=misc2c
):
422 if self
.thisown
== 1 :
423 misc2c
.delete_wxLogNull(self
)
425 return "<C wxLogNull instance at %s>" % (self
.this
,)
426 class wxLogNull(wxLogNullPtr
):
427 def __init__(self
,*_args
,**_kwargs
):
428 self
.this
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
)
434 class wxLogChainPtr(wxLogPtr
):
435 def __init__(self
,this
):
438 def SetLog(self
, *_args
, **_kwargs
):
439 val
= apply(misc2c
.wxLogChain_SetLog
,(self
,) + _args
, _kwargs
)
441 def PassMessages(self
, *_args
, **_kwargs
):
442 val
= apply(misc2c
.wxLogChain_PassMessages
,(self
,) + _args
, _kwargs
)
444 def IsPassingMessages(self
, *_args
, **_kwargs
):
445 val
= apply(misc2c
.wxLogChain_IsPassingMessages
,(self
,) + _args
, _kwargs
)
447 def GetOldLog(self
, *_args
, **_kwargs
):
448 val
= apply(misc2c
.wxLogChain_GetOldLog
,(self
,) + _args
, _kwargs
)
449 if val
: val
= wxLogPtr(val
)
452 return "<C wxLogChain instance at %s>" % (self
.this
,)
453 class wxLogChain(wxLogChainPtr
):
454 def __init__(self
,*_args
,**_kwargs
):
455 self
.this
= apply(misc2c
.new_wxLogChain
,_args
,_kwargs
)
461 class wxPyLogPtr(wxLogPtr
):
462 def __init__(self
,this
):
465 def _setCallbackInfo(self
, *_args
, **_kwargs
):
466 val
= apply(misc2c
.wxPyLog__setCallbackInfo
,(self
,) + _args
, _kwargs
)
468 def Destroy(self
, *_args
, **_kwargs
):
469 val
= apply(misc2c
.wxPyLog_Destroy
,(self
,) + _args
, _kwargs
)
472 return "<C wxPyLog instance at %s>" % (self
.this
,)
473 class wxPyLog(wxPyLogPtr
):
474 def __init__(self
,*_args
,**_kwargs
):
475 self
.this
= apply(misc2c
.new_wxPyLog
,_args
,_kwargs
)
477 self
._setCallbackInfo
(self
, wxPyLog
)
482 class wxProcessEventPtr(wxEventPtr
):
483 def __init__(self
,this
):
486 def GetPid(self
, *_args
, **_kwargs
):
487 val
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
)
489 def GetExitCode(self
, *_args
, **_kwargs
):
490 val
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
)
492 def __setattr__(self
,name
,value
):
494 misc2c
.wxProcessEvent_m_pid_set(self
,value
)
496 if name
== "m_exitcode" :
497 misc2c
.wxProcessEvent_m_exitcode_set(self
,value
)
499 self
.__dict
__[name
] = value
500 def __getattr__(self
,name
):
502 return misc2c
.wxProcessEvent_m_pid_get(self
)
503 if name
== "m_exitcode" :
504 return misc2c
.wxProcessEvent_m_exitcode_get(self
)
505 raise AttributeError,name
507 return "<C wxProcessEvent instance at %s>" % (self
.this
,)
508 class wxProcessEvent(wxProcessEventPtr
):
509 def __init__(self
,*_args
,**_kwargs
):
510 self
.this
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
)
516 class wxProcessPtr(wxEvtHandlerPtr
):
517 def __init__(self
,this
):
520 def Destroy(self
, *_args
, **_kwargs
):
521 val
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
)
523 def _setCallbackInfo(self
, *_args
, **_kwargs
):
524 val
= apply(misc2c
.wxProcess__setCallbackInfo
,(self
,) + _args
, _kwargs
)
526 def base_OnTerminate(self
, *_args
, **_kwargs
):
527 val
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
)
529 def Redirect(self
, *_args
, **_kwargs
):
530 val
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
)
532 def IsRedirected(self
, *_args
, **_kwargs
):
533 val
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
)
535 def Detach(self
, *_args
, **_kwargs
):
536 val
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
)
538 def GetInputStream(self
, *_args
, **_kwargs
):
539 val
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
)
541 def GetErrorStream(self
, *_args
, **_kwargs
):
542 val
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
)
544 def GetOutputStream(self
, *_args
, **_kwargs
):
545 val
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
)
546 if val
: val
= wxOutputStreamPtr(val
)
548 def CloseOutput(self
, *_args
, **_kwargs
):
549 val
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
)
552 return "<C wxProcess instance at %s>" % (self
.this
,)
553 class wxProcess(wxProcessPtr
):
554 def __init__(self
,*_args
,**_kwargs
):
555 self
.this
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
)
557 self
._setCallbackInfo
(self
, wxProcess
)
562 class wxJoystickPtr(wxObjectPtr
):
563 def __init__(self
,this
):
566 def __del__(self
,misc2c
=misc2c
):
567 if self
.thisown
== 1 :
568 misc2c
.delete_wxJoystick(self
)
569 def GetPosition(self
, *_args
, **_kwargs
):
570 val
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
)
571 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
573 def GetZPosition(self
, *_args
, **_kwargs
):
574 val
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
)
576 def GetButtonState(self
, *_args
, **_kwargs
):
577 val
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
)
579 def GetPOVPosition(self
, *_args
, **_kwargs
):
580 val
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
)
582 def GetPOVCTSPosition(self
, *_args
, **_kwargs
):
583 val
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
)
585 def GetRudderPosition(self
, *_args
, **_kwargs
):
586 val
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
)
588 def GetUPosition(self
, *_args
, **_kwargs
):
589 val
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
)
591 def GetVPosition(self
, *_args
, **_kwargs
):
592 val
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
)
594 def GetMovementThreshold(self
, *_args
, **_kwargs
):
595 val
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
)
597 def SetMovementThreshold(self
, *_args
, **_kwargs
):
598 val
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
)
600 def IsOk(self
, *_args
, **_kwargs
):
601 val
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
)
603 def GetNumberJoysticks(self
, *_args
, **_kwargs
):
604 val
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
)
606 def GetManufacturerId(self
, *_args
, **_kwargs
):
607 val
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
)
609 def GetProductId(self
, *_args
, **_kwargs
):
610 val
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
)
612 def GetProductName(self
, *_args
, **_kwargs
):
613 val
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
)
615 def GetXMin(self
, *_args
, **_kwargs
):
616 val
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
)
618 def GetYMin(self
, *_args
, **_kwargs
):
619 val
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
)
621 def GetZMin(self
, *_args
, **_kwargs
):
622 val
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
)
624 def GetXMax(self
, *_args
, **_kwargs
):
625 val
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
)
627 def GetYMax(self
, *_args
, **_kwargs
):
628 val
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
)
630 def GetZMax(self
, *_args
, **_kwargs
):
631 val
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
)
633 def GetNumberButtons(self
, *_args
, **_kwargs
):
634 val
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
)
636 def GetNumberAxes(self
, *_args
, **_kwargs
):
637 val
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
)
639 def GetMaxButtons(self
, *_args
, **_kwargs
):
640 val
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
)
642 def GetMaxAxes(self
, *_args
, **_kwargs
):
643 val
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
)
645 def GetPollingMin(self
, *_args
, **_kwargs
):
646 val
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
)
648 def GetPollingMax(self
, *_args
, **_kwargs
):
649 val
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
)
651 def GetRudderMin(self
, *_args
, **_kwargs
):
652 val
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
)
654 def GetRudderMax(self
, *_args
, **_kwargs
):
655 val
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
)
657 def GetUMin(self
, *_args
, **_kwargs
):
658 val
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
)
660 def GetUMax(self
, *_args
, **_kwargs
):
661 val
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
)
663 def GetVMin(self
, *_args
, **_kwargs
):
664 val
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
)
666 def GetVMax(self
, *_args
, **_kwargs
):
667 val
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
)
669 def HasRudder(self
, *_args
, **_kwargs
):
670 val
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
)
672 def HasZ(self
, *_args
, **_kwargs
):
673 val
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
)
675 def HasU(self
, *_args
, **_kwargs
):
676 val
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
)
678 def HasV(self
, *_args
, **_kwargs
):
679 val
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
)
681 def HasPOV(self
, *_args
, **_kwargs
):
682 val
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
)
684 def HasPOV4Dir(self
, *_args
, **_kwargs
):
685 val
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
)
687 def HasPOVCTS(self
, *_args
, **_kwargs
):
688 val
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
)
690 def SetCapture(self
, *_args
, **_kwargs
):
691 val
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
)
693 def ReleaseCapture(self
, *_args
, **_kwargs
):
694 val
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
)
697 return "<C wxJoystick instance at %s>" % (self
.this
,)
698 class wxJoystick(wxJoystickPtr
):
699 def __init__(self
,*_args
,**_kwargs
):
700 self
.this
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
)
706 class wxWavePtr(wxObjectPtr
):
707 def __init__(self
,this
):
710 def __del__(self
,misc2c
=misc2c
):
711 if self
.thisown
== 1 :
712 misc2c
.delete_wxWave(self
)
713 def IsOk(self
, *_args
, **_kwargs
):
714 val
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
)
716 def Play(self
, *_args
, **_kwargs
):
717 val
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
)
720 return "<C wxWave instance at %s>" % (self
.this
,)
721 class wxWave(wxWavePtr
):
722 def __init__(self
,*_args
,**_kwargs
):
723 self
.this
= apply(misc2c
.new_wxWave
,_args
,_kwargs
)
731 #-------------- FUNCTION WRAPPERS ------------------
733 wxFileSelector
= misc2c
.wxFileSelector
735 wxGetTextFromUser
= misc2c
.wxGetTextFromUser
737 wxGetPasswordFromUser
= misc2c
.wxGetPasswordFromUser
739 wxGetSingleChoice
= misc2c
.wxGetSingleChoice
741 wxGetSingleChoiceIndex
= misc2c
.wxGetSingleChoiceIndex
743 wxMessageBox
= misc2c
.wxMessageBox
745 wxGetNumberFromUser
= misc2c
.wxGetNumberFromUser
747 wxColourDisplay
= misc2c
.wxColourDisplay
749 wxDisplayDepth
= misc2c
.wxDisplayDepth
751 wxGetDisplayDepth
= misc2c
.wxGetDisplayDepth
753 wxDisplaySize
= misc2c
.wxDisplaySize
755 def wxGetDisplaySize(*_args
, **_kwargs
):
756 val
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
)
757 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
760 wxDisplaySizeMM
= misc2c
.wxDisplaySizeMM
762 def wxGetDisplaySizeMM(*_args
, **_kwargs
):
763 val
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
)
764 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
767 wxClientDisplayRect
= misc2c
.wxClientDisplayRect
769 def wxGetClientDisplayRect(*_args
, **_kwargs
):
770 val
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
)
771 if val
: val
= wxRectPtr(val
); val
.thisown
= 1
774 wxSetCursor
= misc2c
.wxSetCursor
776 def wxFindWindowByLabel(*_args
, **_kwargs
):
777 val
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
)
780 def wxFindWindowByName(*_args
, **_kwargs
):
781 val
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
)
784 wxBeginBusyCursor
= misc2c
.wxBeginBusyCursor
786 def wxGetActiveWindow(*_args
, **_kwargs
):
787 val
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
)
790 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
):
791 val
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
)
794 def wxFindWindowAtPoint(*_args
, **_kwargs
):
795 val
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
)
798 wxResourceAddIdentifier
= misc2c
.wxResourceAddIdentifier
800 wxResourceClear
= misc2c
.wxResourceClear
802 def wxResourceCreateBitmap(*_args
, **_kwargs
):
803 val
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
)
804 if val
: val
= wxBitmapPtr(val
); val
.thisown
= 1
807 def wxResourceCreateIcon(*_args
, **_kwargs
):
808 val
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
)
809 if val
: val
= wxIconPtr(val
); val
.thisown
= 1
812 def wxResourceCreateMenuBar(*_args
, **_kwargs
):
813 val
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
)
816 wxResourceGetIdentifier
= misc2c
.wxResourceGetIdentifier
818 wxResourceParseData
= misc2c
.wxResourceParseData
820 wxResourceParseFile
= misc2c
.wxResourceParseFile
822 wxResourceParseString
= misc2c
.wxResourceParseString
824 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
):
825 val
= apply(misc2c
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
)
826 if val
: val
= wxColourPtr(val
); val
.thisown
= 1
829 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
):
830 val
= apply(misc2c
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
)
831 if val
: val
= wxFontPtr(val
); val
.thisown
= 1
834 wxSystemSettings_GetSystemMetric
= misc2c
.wxSystemSettings_GetSystemMetric
836 wxCaret_GetBlinkTime
= misc2c
.wxCaret_GetBlinkTime
838 wxCaret_SetBlinkTime
= misc2c
.wxCaret_SetBlinkTime
840 wxSafeYield
= misc2c
.wxSafeYield
842 wxPostEvent
= misc2c
.wxPostEvent
844 wxWakeUpIdle
= misc2c
.wxWakeUpIdle
846 wxMutexGuiEnter
= misc2c
.wxMutexGuiEnter
848 wxMutexGuiLeave
= misc2c
.wxMutexGuiLeave
850 wxThread_IsMain
= misc2c
.wxThread_IsMain
852 wxShowTip
= misc2c
.wxShowTip
854 def wxCreateFileTipProvider(*_args
, **_kwargs
):
855 val
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
)
856 if val
: val
= wxTipProviderPtr(val
); val
.thisown
= 1
859 wxSysErrorCode
= misc2c
.wxSysErrorCode
861 wxSysErrorMsg
= misc2c
.wxSysErrorMsg
863 wxLogFatalError
= misc2c
.wxLogFatalError
865 wxLogError
= misc2c
.wxLogError
867 wxLogWarning
= misc2c
.wxLogWarning
869 wxLogMessage
= misc2c
.wxLogMessage
871 wxLogInfo
= misc2c
.wxLogInfo
873 wxLogVerbose
= misc2c
.wxLogVerbose
875 wxLogStatus
= misc2c
.wxLogStatus
877 wxLogStatusFrame
= misc2c
.wxLogStatusFrame
879 wxLogSysError
= misc2c
.wxLogSysError
881 wxExecute
= misc2c
.wxExecute
883 def wxWaveData(*_args
, **_kwargs
):
884 val
= apply(misc2c
.wxWaveData
,_args
,_kwargs
)
885 if val
: val
= wxWavePtr(val
); val
.thisown
= 1
888 wxToolTip_Enable
= misc2c
.wxToolTip_Enable
890 wxToolTip_SetDelay
= misc2c
.wxToolTip_SetDelay
892 wxLog_IsEnabled
= misc2c
.wxLog_IsEnabled
894 wxLog_EnableLogging
= misc2c
.wxLog_EnableLogging
896 wxLog_OnLog
= misc2c
.wxLog_OnLog
898 wxLog_FlushActive
= misc2c
.wxLog_FlushActive
900 def wxLog_GetActiveTarget(*_args
, **_kwargs
):
901 val
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
)
902 if val
: val
= wxLogPtr(val
)
905 def wxLog_SetActiveTarget(*_args
, **_kwargs
):
906 val
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
)
907 if val
: val
= wxLogPtr(val
)
910 wxLog_Suspend
= misc2c
.wxLog_Suspend
912 wxLog_Resume
= misc2c
.wxLog_Resume
914 wxLog_DontCreateOnDemand
= misc2c
.wxLog_DontCreateOnDemand
916 wxLog_SetTraceMask
= misc2c
.wxLog_SetTraceMask
918 wxLog_AddTraceMask
= misc2c
.wxLog_AddTraceMask
920 wxLog_RemoveTraceMask
= misc2c
.wxLog_RemoveTraceMask
922 wxLog_ClearTraceMasks
= misc2c
.wxLog_ClearTraceMasks
924 wxLog_SetTimestamp
= misc2c
.wxLog_SetTimestamp
926 wxLog_GetTimestamp
= misc2c
.wxLog_GetTimestamp
928 wxLog_GetTraceMask
= misc2c
.wxLog_GetTraceMask
930 wxLog_IsAllowedTraceMask
= misc2c
.wxLog_IsAllowedTraceMask
934 #-------------- VARIABLE WRAPPERS ------------------
936 wxSYS_WHITE_BRUSH
= misc2c
.wxSYS_WHITE_BRUSH
937 wxSYS_LTGRAY_BRUSH
= misc2c
.wxSYS_LTGRAY_BRUSH
938 wxSYS_GRAY_BRUSH
= misc2c
.wxSYS_GRAY_BRUSH
939 wxSYS_DKGRAY_BRUSH
= misc2c
.wxSYS_DKGRAY_BRUSH
940 wxSYS_BLACK_BRUSH
= misc2c
.wxSYS_BLACK_BRUSH
941 wxSYS_NULL_BRUSH
= misc2c
.wxSYS_NULL_BRUSH
942 wxSYS_HOLLOW_BRUSH
= misc2c
.wxSYS_HOLLOW_BRUSH
943 wxSYS_WHITE_PEN
= misc2c
.wxSYS_WHITE_PEN
944 wxSYS_BLACK_PEN
= misc2c
.wxSYS_BLACK_PEN
945 wxSYS_NULL_PEN
= misc2c
.wxSYS_NULL_PEN
946 wxSYS_OEM_FIXED_FONT
= misc2c
.wxSYS_OEM_FIXED_FONT
947 wxSYS_ANSI_FIXED_FONT
= misc2c
.wxSYS_ANSI_FIXED_FONT
948 wxSYS_ANSI_VAR_FONT
= misc2c
.wxSYS_ANSI_VAR_FONT
949 wxSYS_SYSTEM_FONT
= misc2c
.wxSYS_SYSTEM_FONT
950 wxSYS_DEVICE_DEFAULT_FONT
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
951 wxSYS_DEFAULT_PALETTE
= misc2c
.wxSYS_DEFAULT_PALETTE
952 wxSYS_SYSTEM_FIXED_FONT
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
953 wxSYS_DEFAULT_GUI_FONT
= misc2c
.wxSYS_DEFAULT_GUI_FONT
954 wxSYS_COLOUR_SCROLLBAR
= misc2c
.wxSYS_COLOUR_SCROLLBAR
955 wxSYS_COLOUR_BACKGROUND
= misc2c
.wxSYS_COLOUR_BACKGROUND
956 wxSYS_COLOUR_ACTIVECAPTION
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
957 wxSYS_COLOUR_INACTIVECAPTION
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
958 wxSYS_COLOUR_MENU
= misc2c
.wxSYS_COLOUR_MENU
959 wxSYS_COLOUR_WINDOW
= misc2c
.wxSYS_COLOUR_WINDOW
960 wxSYS_COLOUR_WINDOWFRAME
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
961 wxSYS_COLOUR_MENUTEXT
= misc2c
.wxSYS_COLOUR_MENUTEXT
962 wxSYS_COLOUR_WINDOWTEXT
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
963 wxSYS_COLOUR_CAPTIONTEXT
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
964 wxSYS_COLOUR_ACTIVEBORDER
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
965 wxSYS_COLOUR_INACTIVEBORDER
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
966 wxSYS_COLOUR_APPWORKSPACE
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
967 wxSYS_COLOUR_HIGHLIGHT
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
968 wxSYS_COLOUR_HIGHLIGHTTEXT
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
969 wxSYS_COLOUR_BTNFACE
= misc2c
.wxSYS_COLOUR_BTNFACE
970 wxSYS_COLOUR_BTNSHADOW
= misc2c
.wxSYS_COLOUR_BTNSHADOW
971 wxSYS_COLOUR_GRAYTEXT
= misc2c
.wxSYS_COLOUR_GRAYTEXT
972 wxSYS_COLOUR_BTNTEXT
= misc2c
.wxSYS_COLOUR_BTNTEXT
973 wxSYS_COLOUR_INACTIVECAPTIONTEXT
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
974 wxSYS_COLOUR_BTNHIGHLIGHT
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
975 wxSYS_COLOUR_3DDKSHADOW
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
976 wxSYS_COLOUR_3DLIGHT
= misc2c
.wxSYS_COLOUR_3DLIGHT
977 wxSYS_COLOUR_INFOTEXT
= misc2c
.wxSYS_COLOUR_INFOTEXT
978 wxSYS_COLOUR_INFOBK
= misc2c
.wxSYS_COLOUR_INFOBK
979 wxSYS_COLOUR_DESKTOP
= misc2c
.wxSYS_COLOUR_DESKTOP
980 wxSYS_COLOUR_3DFACE
= misc2c
.wxSYS_COLOUR_3DFACE
981 wxSYS_COLOUR_3DSHADOW
= misc2c
.wxSYS_COLOUR_3DSHADOW
982 wxSYS_COLOUR_3DHIGHLIGHT
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
983 wxSYS_COLOUR_3DHILIGHT
= misc2c
.wxSYS_COLOUR_3DHILIGHT
984 wxSYS_COLOUR_BTNHILIGHT
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
985 wxSYS_MOUSE_BUTTONS
= misc2c
.wxSYS_MOUSE_BUTTONS
986 wxSYS_BORDER_X
= misc2c
.wxSYS_BORDER_X
987 wxSYS_BORDER_Y
= misc2c
.wxSYS_BORDER_Y
988 wxSYS_CURSOR_X
= misc2c
.wxSYS_CURSOR_X
989 wxSYS_CURSOR_Y
= misc2c
.wxSYS_CURSOR_Y
990 wxSYS_DCLICK_X
= misc2c
.wxSYS_DCLICK_X
991 wxSYS_DCLICK_Y
= misc2c
.wxSYS_DCLICK_Y
992 wxSYS_DRAG_X
= misc2c
.wxSYS_DRAG_X
993 wxSYS_DRAG_Y
= misc2c
.wxSYS_DRAG_Y
994 wxSYS_EDGE_X
= misc2c
.wxSYS_EDGE_X
995 wxSYS_EDGE_Y
= misc2c
.wxSYS_EDGE_Y
996 wxSYS_HSCROLL_ARROW_X
= misc2c
.wxSYS_HSCROLL_ARROW_X
997 wxSYS_HSCROLL_ARROW_Y
= misc2c
.wxSYS_HSCROLL_ARROW_Y
998 wxSYS_HTHUMB_X
= misc2c
.wxSYS_HTHUMB_X
999 wxSYS_ICON_X
= misc2c
.wxSYS_ICON_X
1000 wxSYS_ICON_Y
= misc2c
.wxSYS_ICON_Y
1001 wxSYS_ICONSPACING_X
= misc2c
.wxSYS_ICONSPACING_X
1002 wxSYS_ICONSPACING_Y
= misc2c
.wxSYS_ICONSPACING_Y
1003 wxSYS_WINDOWMIN_X
= misc2c
.wxSYS_WINDOWMIN_X
1004 wxSYS_WINDOWMIN_Y
= misc2c
.wxSYS_WINDOWMIN_Y
1005 wxSYS_SCREEN_X
= misc2c
.wxSYS_SCREEN_X
1006 wxSYS_SCREEN_Y
= misc2c
.wxSYS_SCREEN_Y
1007 wxSYS_FRAMESIZE_X
= misc2c
.wxSYS_FRAMESIZE_X
1008 wxSYS_FRAMESIZE_Y
= misc2c
.wxSYS_FRAMESIZE_Y
1009 wxSYS_SMALLICON_X
= misc2c
.wxSYS_SMALLICON_X
1010 wxSYS_SMALLICON_Y
= misc2c
.wxSYS_SMALLICON_Y
1011 wxSYS_HSCROLL_Y
= misc2c
.wxSYS_HSCROLL_Y
1012 wxSYS_VSCROLL_X
= misc2c
.wxSYS_VSCROLL_X
1013 wxSYS_VSCROLL_ARROW_X
= misc2c
.wxSYS_VSCROLL_ARROW_X
1014 wxSYS_VSCROLL_ARROW_Y
= misc2c
.wxSYS_VSCROLL_ARROW_Y
1015 wxSYS_VTHUMB_Y
= misc2c
.wxSYS_VTHUMB_Y
1016 wxSYS_CAPTION_Y
= misc2c
.wxSYS_CAPTION_Y
1017 wxSYS_MENU_Y
= misc2c
.wxSYS_MENU_Y
1018 wxSYS_NETWORK_PRESENT
= misc2c
.wxSYS_NETWORK_PRESENT
1019 wxSYS_PENWINDOWS_PRESENT
= misc2c
.wxSYS_PENWINDOWS_PRESENT
1020 wxSYS_SHOW_SOUNDS
= misc2c
.wxSYS_SHOW_SOUNDS
1021 wxSYS_SWAP_BUTTONS
= misc2c
.wxSYS_SWAP_BUTTONS
1022 wxLOG_FatalError
= misc2c
.wxLOG_FatalError
1023 wxLOG_Error
= misc2c
.wxLOG_Error
1024 wxLOG_Warning
= misc2c
.wxLOG_Warning
1025 wxLOG_Message
= misc2c
.wxLOG_Message
1026 wxLOG_Info
= misc2c
.wxLOG_Info
1027 wxLOG_Status
= misc2c
.wxLOG_Status
1028 wxLOG_Debug
= misc2c
.wxLOG_Debug
1029 wxLOG_Trace
= misc2c
.wxLOG_Trace
1030 wxLOG_Progress
= misc2c
.wxLOG_Progress
1031 wxLOG_User
= misc2c
.wxLOG_User
1032 wxEVT_END_PROCESS
= misc2c
.wxEVT_END_PROCESS