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 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
) 
 261 class wxPyTimerPtr(wxObjectPtr
): 
 262     def __init__(self
,this
): 
 265     def __del__(self
,misc2c
=misc2c
): 
 266         if self
.thisown 
== 1 : 
 267             misc2c
.delete_wxPyTimer(self
) 
 268     def GetInterval(self
, *_args
, **_kwargs
): 
 269         val 
= apply(misc2c
.wxPyTimer_GetInterval
,(self
,) + _args
, _kwargs
) 
 271     def IsOneShot(self
, *_args
, **_kwargs
): 
 272         val 
= apply(misc2c
.wxPyTimer_IsOneShot
,(self
,) + _args
, _kwargs
) 
 274     def IsRunning(self
, *_args
, **_kwargs
): 
 275         val 
= apply(misc2c
.wxPyTimer_IsRunning
,(self
,) + _args
, _kwargs
) 
 277     def SetOwner(self
, *_args
, **_kwargs
): 
 278         val 
= apply(misc2c
.wxPyTimer_SetOwner
,(self
,) + _args
, _kwargs
) 
 280     def Start(self
, *_args
, **_kwargs
): 
 281         val 
= apply(misc2c
.wxPyTimer_Start
,(self
,) + _args
, _kwargs
) 
 283     def Stop(self
, *_args
, **_kwargs
): 
 284         val 
= apply(misc2c
.wxPyTimer_Stop
,(self
,) + _args
, _kwargs
) 
 287         return "<C wxPyTimer instance at %s>" % (self
.this
,) 
 288 class wxPyTimer(wxPyTimerPtr
): 
 289     def __init__(self
,*_args
,**_kwargs
): 
 290         self
.this 
= apply(misc2c
.new_wxPyTimer
,_args
,_kwargs
) 
 297     def __init__(self
,this
): 
 300     def Flush(self
, *_args
, **_kwargs
): 
 301         val 
= apply(misc2c
.wxLog_Flush
,(self
,) + _args
, _kwargs
) 
 303     def HasPendingMessages(self
, *_args
, **_kwargs
): 
 304         val 
= apply(misc2c
.wxLog_HasPendingMessages
,(self
,) + _args
, _kwargs
) 
 306     def SetVerbose(self
, *_args
, **_kwargs
): 
 307         val 
= apply(misc2c
.wxLog_SetVerbose
,(self
,) + _args
, _kwargs
) 
 309     def GetVerbose(self
, *_args
, **_kwargs
): 
 310         val 
= apply(misc2c
.wxLog_GetVerbose
,(self
,) + _args
, _kwargs
) 
 313         return "<C wxLog instance at %s>" % (self
.this
,) 
 314 class wxLog(wxLogPtr
): 
 315     def __init__(self
,*_args
,**_kwargs
): 
 316         self
.this 
= apply(misc2c
.new_wxLog
,_args
,_kwargs
) 
 322 class wxLogStderrPtr(wxLogPtr
): 
 323     def __init__(self
,this
): 
 327         return "<C wxLogStderr instance at %s>" % (self
.this
,) 
 328 class wxLogStderr(wxLogStderrPtr
): 
 329     def __init__(self
,*_args
,**_kwargs
): 
 330         self
.this 
= apply(misc2c
.new_wxLogStderr
,_args
,_kwargs
) 
 336 class wxLogTextCtrlPtr(wxLogPtr
): 
 337     def __init__(self
,this
): 
 341         return "<C wxLogTextCtrl instance at %s>" % (self
.this
,) 
 342 class wxLogTextCtrl(wxLogTextCtrlPtr
): 
 343     def __init__(self
,*_args
,**_kwargs
): 
 344         self
.this 
= apply(misc2c
.new_wxLogTextCtrl
,_args
,_kwargs
) 
 350 class wxLogGuiPtr(wxLogPtr
): 
 351     def __init__(self
,this
): 
 355         return "<C wxLogGui instance at %s>" % (self
.this
,) 
 356 class wxLogGui(wxLogGuiPtr
): 
 357     def __init__(self
,*_args
,**_kwargs
): 
 358         self
.this 
= apply(misc2c
.new_wxLogGui
,_args
,_kwargs
) 
 364 class wxLogWindowPtr(wxLogPtr
): 
 365     def __init__(self
,this
): 
 368     def Show(self
, *_args
, **_kwargs
): 
 369         val 
= apply(misc2c
.wxLogWindow_Show
,(self
,) + _args
, _kwargs
) 
 371     def GetFrame(self
, *_args
, **_kwargs
): 
 372         val 
= apply(misc2c
.wxLogWindow_GetFrame
,(self
,) + _args
, _kwargs
) 
 374     def GetOldLog(self
, *_args
, **_kwargs
): 
 375         val 
= apply(misc2c
.wxLogWindow_GetOldLog
,(self
,) + _args
, _kwargs
) 
 376         if val
: val 
= wxLogPtr(val
)  
 378     def IsPassingMessages(self
, *_args
, **_kwargs
): 
 379         val 
= apply(misc2c
.wxLogWindow_IsPassingMessages
,(self
,) + _args
, _kwargs
) 
 381     def PassMessages(self
, *_args
, **_kwargs
): 
 382         val 
= apply(misc2c
.wxLogWindow_PassMessages
,(self
,) + _args
, _kwargs
) 
 385         return "<C wxLogWindow instance at %s>" % (self
.this
,) 
 386 class wxLogWindow(wxLogWindowPtr
): 
 387     def __init__(self
,*_args
,**_kwargs
): 
 388         self
.this 
= apply(misc2c
.new_wxLogWindow
,_args
,_kwargs
) 
 395     def __init__(self
,this
): 
 398     def __del__(self
,misc2c
=misc2c
): 
 399         if self
.thisown 
== 1 : 
 400             misc2c
.delete_wxLogNull(self
) 
 402         return "<C wxLogNull instance at %s>" % (self
.this
,) 
 403 class wxLogNull(wxLogNullPtr
): 
 404     def __init__(self
,*_args
,**_kwargs
): 
 405         self
.this 
= apply(misc2c
.new_wxLogNull
,_args
,_kwargs
) 
 411 class wxProcessEventPtr(wxEventPtr
): 
 412     def __init__(self
,this
): 
 415     def GetPid(self
, *_args
, **_kwargs
): 
 416         val 
= apply(misc2c
.wxProcessEvent_GetPid
,(self
,) + _args
, _kwargs
) 
 418     def GetExitCode(self
, *_args
, **_kwargs
): 
 419         val 
= apply(misc2c
.wxProcessEvent_GetExitCode
,(self
,) + _args
, _kwargs
) 
 421     def __setattr__(self
,name
,value
): 
 423             misc2c
.wxProcessEvent_m_pid_set(self
,value
) 
 425         if name 
== "m_exitcode" : 
 426             misc2c
.wxProcessEvent_m_exitcode_set(self
,value
) 
 428         self
.__dict
__[name
] = value
 
 429     def __getattr__(self
,name
): 
 431             return misc2c
.wxProcessEvent_m_pid_get(self
) 
 432         if name 
== "m_exitcode" :  
 433             return misc2c
.wxProcessEvent_m_exitcode_get(self
) 
 434         raise AttributeError,name
 
 436         return "<C wxProcessEvent instance at %s>" % (self
.this
,) 
 437 class wxProcessEvent(wxProcessEventPtr
): 
 438     def __init__(self
,*_args
,**_kwargs
): 
 439         self
.this 
= apply(misc2c
.new_wxProcessEvent
,_args
,_kwargs
) 
 445 class wxProcessPtr(wxEvtHandlerPtr
): 
 446     def __init__(self
,this
): 
 449     def Destroy(self
, *_args
, **_kwargs
): 
 450         val 
= apply(misc2c
.wxProcess_Destroy
,(self
,) + _args
, _kwargs
) 
 452     def _setSelf(self
, *_args
, **_kwargs
): 
 453         val 
= apply(misc2c
.wxProcess__setSelf
,(self
,) + _args
, _kwargs
) 
 455     def base_OnTerminate(self
, *_args
, **_kwargs
): 
 456         val 
= apply(misc2c
.wxProcess_base_OnTerminate
,(self
,) + _args
, _kwargs
) 
 458     def Redirect(self
, *_args
, **_kwargs
): 
 459         val 
= apply(misc2c
.wxProcess_Redirect
,(self
,) + _args
, _kwargs
) 
 461     def IsRedirected(self
, *_args
, **_kwargs
): 
 462         val 
= apply(misc2c
.wxProcess_IsRedirected
,(self
,) + _args
, _kwargs
) 
 464     def Detach(self
, *_args
, **_kwargs
): 
 465         val 
= apply(misc2c
.wxProcess_Detach
,(self
,) + _args
, _kwargs
) 
 467     def GetInputStream(self
, *_args
, **_kwargs
): 
 468         val 
= apply(misc2c
.wxProcess_GetInputStream
,(self
,) + _args
, _kwargs
) 
 470     def GetErrorStream(self
, *_args
, **_kwargs
): 
 471         val 
= apply(misc2c
.wxProcess_GetErrorStream
,(self
,) + _args
, _kwargs
) 
 473     def GetOutputStream(self
, *_args
, **_kwargs
): 
 474         val 
= apply(misc2c
.wxProcess_GetOutputStream
,(self
,) + _args
, _kwargs
) 
 475         if val
: val 
= wxOutputStreamPtr(val
)  
 477     def CloseOutput(self
, *_args
, **_kwargs
): 
 478         val 
= apply(misc2c
.wxProcess_CloseOutput
,(self
,) + _args
, _kwargs
) 
 481         return "<C wxProcess instance at %s>" % (self
.this
,) 
 482 class wxProcess(wxProcessPtr
): 
 483     def __init__(self
,*_args
,**_kwargs
): 
 484         self
.this 
= apply(misc2c
.new_wxProcess
,_args
,_kwargs
) 
 486         self
._setSelf
(self
, wxProcess
) 
 491 class wxJoystickPtr(wxObjectPtr
): 
 492     def __init__(self
,this
): 
 495     def __del__(self
,misc2c
=misc2c
): 
 496         if self
.thisown 
== 1 : 
 497             misc2c
.delete_wxJoystick(self
) 
 498     def GetPosition(self
, *_args
, **_kwargs
): 
 499         val 
= apply(misc2c
.wxJoystick_GetPosition
,(self
,) + _args
, _kwargs
) 
 500         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 502     def GetZPosition(self
, *_args
, **_kwargs
): 
 503         val 
= apply(misc2c
.wxJoystick_GetZPosition
,(self
,) + _args
, _kwargs
) 
 505     def GetButtonState(self
, *_args
, **_kwargs
): 
 506         val 
= apply(misc2c
.wxJoystick_GetButtonState
,(self
,) + _args
, _kwargs
) 
 508     def GetPOVPosition(self
, *_args
, **_kwargs
): 
 509         val 
= apply(misc2c
.wxJoystick_GetPOVPosition
,(self
,) + _args
, _kwargs
) 
 511     def GetPOVCTSPosition(self
, *_args
, **_kwargs
): 
 512         val 
= apply(misc2c
.wxJoystick_GetPOVCTSPosition
,(self
,) + _args
, _kwargs
) 
 514     def GetRudderPosition(self
, *_args
, **_kwargs
): 
 515         val 
= apply(misc2c
.wxJoystick_GetRudderPosition
,(self
,) + _args
, _kwargs
) 
 517     def GetUPosition(self
, *_args
, **_kwargs
): 
 518         val 
= apply(misc2c
.wxJoystick_GetUPosition
,(self
,) + _args
, _kwargs
) 
 520     def GetVPosition(self
, *_args
, **_kwargs
): 
 521         val 
= apply(misc2c
.wxJoystick_GetVPosition
,(self
,) + _args
, _kwargs
) 
 523     def GetMovementThreshold(self
, *_args
, **_kwargs
): 
 524         val 
= apply(misc2c
.wxJoystick_GetMovementThreshold
,(self
,) + _args
, _kwargs
) 
 526     def SetMovementThreshold(self
, *_args
, **_kwargs
): 
 527         val 
= apply(misc2c
.wxJoystick_SetMovementThreshold
,(self
,) + _args
, _kwargs
) 
 529     def IsOk(self
, *_args
, **_kwargs
): 
 530         val 
= apply(misc2c
.wxJoystick_IsOk
,(self
,) + _args
, _kwargs
) 
 532     def GetNumberJoysticks(self
, *_args
, **_kwargs
): 
 533         val 
= apply(misc2c
.wxJoystick_GetNumberJoysticks
,(self
,) + _args
, _kwargs
) 
 535     def GetManufacturerId(self
, *_args
, **_kwargs
): 
 536         val 
= apply(misc2c
.wxJoystick_GetManufacturerId
,(self
,) + _args
, _kwargs
) 
 538     def GetProductId(self
, *_args
, **_kwargs
): 
 539         val 
= apply(misc2c
.wxJoystick_GetProductId
,(self
,) + _args
, _kwargs
) 
 541     def GetProductName(self
, *_args
, **_kwargs
): 
 542         val 
= apply(misc2c
.wxJoystick_GetProductName
,(self
,) + _args
, _kwargs
) 
 544     def GetXMin(self
, *_args
, **_kwargs
): 
 545         val 
= apply(misc2c
.wxJoystick_GetXMin
,(self
,) + _args
, _kwargs
) 
 547     def GetYMin(self
, *_args
, **_kwargs
): 
 548         val 
= apply(misc2c
.wxJoystick_GetYMin
,(self
,) + _args
, _kwargs
) 
 550     def GetZMin(self
, *_args
, **_kwargs
): 
 551         val 
= apply(misc2c
.wxJoystick_GetZMin
,(self
,) + _args
, _kwargs
) 
 553     def GetXMax(self
, *_args
, **_kwargs
): 
 554         val 
= apply(misc2c
.wxJoystick_GetXMax
,(self
,) + _args
, _kwargs
) 
 556     def GetYMax(self
, *_args
, **_kwargs
): 
 557         val 
= apply(misc2c
.wxJoystick_GetYMax
,(self
,) + _args
, _kwargs
) 
 559     def GetZMax(self
, *_args
, **_kwargs
): 
 560         val 
= apply(misc2c
.wxJoystick_GetZMax
,(self
,) + _args
, _kwargs
) 
 562     def GetNumberButtons(self
, *_args
, **_kwargs
): 
 563         val 
= apply(misc2c
.wxJoystick_GetNumberButtons
,(self
,) + _args
, _kwargs
) 
 565     def GetNumberAxes(self
, *_args
, **_kwargs
): 
 566         val 
= apply(misc2c
.wxJoystick_GetNumberAxes
,(self
,) + _args
, _kwargs
) 
 568     def GetMaxButtons(self
, *_args
, **_kwargs
): 
 569         val 
= apply(misc2c
.wxJoystick_GetMaxButtons
,(self
,) + _args
, _kwargs
) 
 571     def GetMaxAxes(self
, *_args
, **_kwargs
): 
 572         val 
= apply(misc2c
.wxJoystick_GetMaxAxes
,(self
,) + _args
, _kwargs
) 
 574     def GetPollingMin(self
, *_args
, **_kwargs
): 
 575         val 
= apply(misc2c
.wxJoystick_GetPollingMin
,(self
,) + _args
, _kwargs
) 
 577     def GetPollingMax(self
, *_args
, **_kwargs
): 
 578         val 
= apply(misc2c
.wxJoystick_GetPollingMax
,(self
,) + _args
, _kwargs
) 
 580     def GetRudderMin(self
, *_args
, **_kwargs
): 
 581         val 
= apply(misc2c
.wxJoystick_GetRudderMin
,(self
,) + _args
, _kwargs
) 
 583     def GetRudderMax(self
, *_args
, **_kwargs
): 
 584         val 
= apply(misc2c
.wxJoystick_GetRudderMax
,(self
,) + _args
, _kwargs
) 
 586     def GetUMin(self
, *_args
, **_kwargs
): 
 587         val 
= apply(misc2c
.wxJoystick_GetUMin
,(self
,) + _args
, _kwargs
) 
 589     def GetUMax(self
, *_args
, **_kwargs
): 
 590         val 
= apply(misc2c
.wxJoystick_GetUMax
,(self
,) + _args
, _kwargs
) 
 592     def GetVMin(self
, *_args
, **_kwargs
): 
 593         val 
= apply(misc2c
.wxJoystick_GetVMin
,(self
,) + _args
, _kwargs
) 
 595     def GetVMax(self
, *_args
, **_kwargs
): 
 596         val 
= apply(misc2c
.wxJoystick_GetVMax
,(self
,) + _args
, _kwargs
) 
 598     def HasRudder(self
, *_args
, **_kwargs
): 
 599         val 
= apply(misc2c
.wxJoystick_HasRudder
,(self
,) + _args
, _kwargs
) 
 601     def HasZ(self
, *_args
, **_kwargs
): 
 602         val 
= apply(misc2c
.wxJoystick_HasZ
,(self
,) + _args
, _kwargs
) 
 604     def HasU(self
, *_args
, **_kwargs
): 
 605         val 
= apply(misc2c
.wxJoystick_HasU
,(self
,) + _args
, _kwargs
) 
 607     def HasV(self
, *_args
, **_kwargs
): 
 608         val 
= apply(misc2c
.wxJoystick_HasV
,(self
,) + _args
, _kwargs
) 
 610     def HasPOV(self
, *_args
, **_kwargs
): 
 611         val 
= apply(misc2c
.wxJoystick_HasPOV
,(self
,) + _args
, _kwargs
) 
 613     def HasPOV4Dir(self
, *_args
, **_kwargs
): 
 614         val 
= apply(misc2c
.wxJoystick_HasPOV4Dir
,(self
,) + _args
, _kwargs
) 
 616     def HasPOVCTS(self
, *_args
, **_kwargs
): 
 617         val 
= apply(misc2c
.wxJoystick_HasPOVCTS
,(self
,) + _args
, _kwargs
) 
 619     def SetCapture(self
, *_args
, **_kwargs
): 
 620         val 
= apply(misc2c
.wxJoystick_SetCapture
,(self
,) + _args
, _kwargs
) 
 622     def ReleaseCapture(self
, *_args
, **_kwargs
): 
 623         val 
= apply(misc2c
.wxJoystick_ReleaseCapture
,(self
,) + _args
, _kwargs
) 
 626         return "<C wxJoystick instance at %s>" % (self
.this
,) 
 627 class wxJoystick(wxJoystickPtr
): 
 628     def __init__(self
,*_args
,**_kwargs
): 
 629         self
.this 
= apply(misc2c
.new_wxJoystick
,_args
,_kwargs
) 
 635 class wxWavePtr(wxObjectPtr
): 
 636     def __init__(self
,this
): 
 639     def __del__(self
,misc2c
=misc2c
): 
 640         if self
.thisown 
== 1 : 
 641             misc2c
.delete_wxWave(self
) 
 642     def IsOk(self
, *_args
, **_kwargs
): 
 643         val 
= apply(misc2c
.wxWave_IsOk
,(self
,) + _args
, _kwargs
) 
 645     def Play(self
, *_args
, **_kwargs
): 
 646         val 
= apply(misc2c
.wxWave_Play
,(self
,) + _args
, _kwargs
) 
 649         return "<C wxWave instance at %s>" % (self
.this
,) 
 650 class wxWave(wxWavePtr
): 
 651     def __init__(self
,*_args
,**_kwargs
): 
 652         self
.this 
= apply(misc2c
.new_wxWave
,_args
,_kwargs
) 
 660 #-------------- FUNCTION WRAPPERS ------------------ 
 662 wxFileSelector 
= misc2c
.wxFileSelector
 
 664 wxGetTextFromUser 
= misc2c
.wxGetTextFromUser
 
 666 wxGetPasswordFromUser 
= misc2c
.wxGetPasswordFromUser
 
 668 wxGetSingleChoice 
= misc2c
.wxGetSingleChoice
 
 670 wxGetSingleChoiceIndex 
= misc2c
.wxGetSingleChoiceIndex
 
 672 wxMessageBox 
= misc2c
.wxMessageBox
 
 674 wxGetNumberFromUser 
= misc2c
.wxGetNumberFromUser
 
 676 wxColourDisplay 
= misc2c
.wxColourDisplay
 
 678 wxDisplayDepth 
= misc2c
.wxDisplayDepth
 
 680 wxGetDisplayDepth 
= misc2c
.wxGetDisplayDepth
 
 682 wxDisplaySize 
= misc2c
.wxDisplaySize
 
 684 def wxGetDisplaySize(*_args
, **_kwargs
): 
 685     val 
= apply(misc2c
.wxGetDisplaySize
,_args
,_kwargs
) 
 686     if val
: val 
= wxSizePtr(val
); val
.thisown 
= 1 
 689 wxDisplaySizeMM 
= misc2c
.wxDisplaySizeMM
 
 691 def wxGetDisplaySizeMM(*_args
, **_kwargs
): 
 692     val 
= apply(misc2c
.wxGetDisplaySizeMM
,_args
,_kwargs
) 
 693     if val
: val 
= wxSizePtr(val
); val
.thisown 
= 1 
 696 wxClientDisplayRect 
= misc2c
.wxClientDisplayRect
 
 698 def wxGetClientDisplayRect(*_args
, **_kwargs
): 
 699     val 
= apply(misc2c
.wxGetClientDisplayRect
,_args
,_kwargs
) 
 700     if val
: val 
= wxRectPtr(val
); val
.thisown 
= 1 
 703 wxSetCursor 
= misc2c
.wxSetCursor
 
 705 def wxFindWindowByLabel(*_args
, **_kwargs
): 
 706     val 
= apply(misc2c
.wxFindWindowByLabel
,_args
,_kwargs
) 
 709 def wxFindWindowByName(*_args
, **_kwargs
): 
 710     val 
= apply(misc2c
.wxFindWindowByName
,_args
,_kwargs
) 
 713 wxBeginBusyCursor 
= misc2c
.wxBeginBusyCursor
 
 715 def wxGetActiveWindow(*_args
, **_kwargs
): 
 716     val 
= apply(misc2c
.wxGetActiveWindow
,_args
,_kwargs
) 
 719 def wxGenericFindWindowAtPoint(*_args
, **_kwargs
): 
 720     val 
= apply(misc2c
.wxGenericFindWindowAtPoint
,_args
,_kwargs
) 
 723 def wxFindWindowAtPoint(*_args
, **_kwargs
): 
 724     val 
= apply(misc2c
.wxFindWindowAtPoint
,_args
,_kwargs
) 
 727 wxResourceAddIdentifier 
= misc2c
.wxResourceAddIdentifier
 
 729 wxResourceClear 
= misc2c
.wxResourceClear
 
 731 def wxResourceCreateBitmap(*_args
, **_kwargs
): 
 732     val 
= apply(misc2c
.wxResourceCreateBitmap
,_args
,_kwargs
) 
 733     if val
: val 
= wxBitmapPtr(val
); val
.thisown 
= 1 
 736 def wxResourceCreateIcon(*_args
, **_kwargs
): 
 737     val 
= apply(misc2c
.wxResourceCreateIcon
,_args
,_kwargs
) 
 738     if val
: val 
= wxIconPtr(val
); val
.thisown 
= 1 
 741 def wxResourceCreateMenuBar(*_args
, **_kwargs
): 
 742     val 
= apply(misc2c
.wxResourceCreateMenuBar
,_args
,_kwargs
) 
 745 wxResourceGetIdentifier 
= misc2c
.wxResourceGetIdentifier
 
 747 wxResourceParseData 
= misc2c
.wxResourceParseData
 
 749 wxResourceParseFile 
= misc2c
.wxResourceParseFile
 
 751 wxResourceParseString 
= misc2c
.wxResourceParseString
 
 753 def wxSystemSettings_GetSystemColour(*_args
, **_kwargs
): 
 754     val 
= apply(misc2c
.wxSystemSettings_GetSystemColour
,_args
,_kwargs
) 
 755     if val
: val 
= wxColourPtr(val
); val
.thisown 
= 1 
 758 def wxSystemSettings_GetSystemFont(*_args
, **_kwargs
): 
 759     val 
= apply(misc2c
.wxSystemSettings_GetSystemFont
,_args
,_kwargs
) 
 760     if val
: val 
= wxFontPtr(val
); val
.thisown 
= 1 
 763 wxSystemSettings_GetSystemMetric 
= misc2c
.wxSystemSettings_GetSystemMetric
 
 765 wxCaret_GetBlinkTime 
= misc2c
.wxCaret_GetBlinkTime
 
 767 wxCaret_SetBlinkTime 
= misc2c
.wxCaret_SetBlinkTime
 
 769 wxSafeYield 
= misc2c
.wxSafeYield
 
 771 wxPostEvent 
= misc2c
.wxPostEvent
 
 773 wxWakeUpIdle 
= misc2c
.wxWakeUpIdle
 
 775 wxMutexGuiEnter 
= misc2c
.wxMutexGuiEnter
 
 777 wxMutexGuiLeave 
= misc2c
.wxMutexGuiLeave
 
 779 wxThread_IsMain 
= misc2c
.wxThread_IsMain
 
 781 wxShowTip 
= misc2c
.wxShowTip
 
 783 def wxCreateFileTipProvider(*_args
, **_kwargs
): 
 784     val 
= apply(misc2c
.wxCreateFileTipProvider
,_args
,_kwargs
) 
 785     if val
: val 
= wxTipProviderPtr(val
); val
.thisown 
= 1 
 788 def wxDragIcon(*_args
, **_kwargs
): 
 789     val 
= apply(misc2c
.wxDragIcon
,_args
,_kwargs
) 
 790     if val
: val 
= wxDragImagePtr(val
); val
.thisown 
= 1 
 793 def wxDragString(*_args
, **_kwargs
): 
 794     val 
= apply(misc2c
.wxDragString
,_args
,_kwargs
) 
 795     if val
: val 
= wxDragImagePtr(val
); val
.thisown 
= 1 
 798 def wxDragTreeItem(*_args
, **_kwargs
): 
 799     val 
= apply(misc2c
.wxDragTreeItem
,_args
,_kwargs
) 
 800     if val
: val 
= wxDragImagePtr(val
); val
.thisown 
= 1 
 803 def wxDragListItem(*_args
, **_kwargs
): 
 804     val 
= apply(misc2c
.wxDragListItem
,_args
,_kwargs
) 
 805     if val
: val 
= wxDragImagePtr(val
); val
.thisown 
= 1 
 808 wxSysErrorCode 
= misc2c
.wxSysErrorCode
 
 810 wxSysErrorMsg 
= misc2c
.wxSysErrorMsg
 
 812 wxLogFatalError 
= misc2c
.wxLogFatalError
 
 814 wxLogError 
= misc2c
.wxLogError
 
 816 wxLogWarning 
= misc2c
.wxLogWarning
 
 818 wxLogMessage 
= misc2c
.wxLogMessage
 
 820 wxLogInfo 
= misc2c
.wxLogInfo
 
 822 wxLogVerbose 
= misc2c
.wxLogVerbose
 
 824 wxLogStatus 
= misc2c
.wxLogStatus
 
 826 wxLogStatusFrame 
= misc2c
.wxLogStatusFrame
 
 828 wxLogSysError 
= misc2c
.wxLogSysError
 
 830 wxExecute 
= misc2c
.wxExecute
 
 832 def wxWaveData(*_args
, **_kwargs
): 
 833     val 
= apply(misc2c
.wxWaveData
,_args
,_kwargs
) 
 834     if val
: val 
= wxWavePtr(val
); val
.thisown 
= 1 
 837 wxToolTip_Enable 
= misc2c
.wxToolTip_Enable
 
 839 wxToolTip_SetDelay 
= misc2c
.wxToolTip_SetDelay
 
 841 wxLog_IsEnabled 
= misc2c
.wxLog_IsEnabled
 
 843 wxLog_EnableLogging 
= misc2c
.wxLog_EnableLogging
 
 845 wxLog_OnLog 
= misc2c
.wxLog_OnLog
 
 847 wxLog_FlushActive 
= misc2c
.wxLog_FlushActive
 
 849 def wxLog_GetActiveTarget(*_args
, **_kwargs
): 
 850     val 
= apply(misc2c
.wxLog_GetActiveTarget
,_args
,_kwargs
) 
 851     if val
: val 
= wxLogPtr(val
) 
 854 def wxLog_SetActiveTarget(*_args
, **_kwargs
): 
 855     val 
= apply(misc2c
.wxLog_SetActiveTarget
,_args
,_kwargs
) 
 856     if val
: val 
= wxLogPtr(val
) 
 859 wxLog_Suspend 
= misc2c
.wxLog_Suspend
 
 861 wxLog_Resume 
= misc2c
.wxLog_Resume
 
 863 wxLog_DontCreateOnDemand 
= misc2c
.wxLog_DontCreateOnDemand
 
 865 wxLog_SetTraceMask 
= misc2c
.wxLog_SetTraceMask
 
 867 wxLog_AddTraceMask 
= misc2c
.wxLog_AddTraceMask
 
 869 wxLog_RemoveTraceMask 
= misc2c
.wxLog_RemoveTraceMask
 
 871 wxLog_GetTraceMask 
= misc2c
.wxLog_GetTraceMask
 
 873 wxLog_IsAllowedTraceMask 
= misc2c
.wxLog_IsAllowedTraceMask
 
 877 #-------------- VARIABLE WRAPPERS ------------------ 
 879 wxSYS_WHITE_BRUSH 
= misc2c
.wxSYS_WHITE_BRUSH
 
 880 wxSYS_LTGRAY_BRUSH 
= misc2c
.wxSYS_LTGRAY_BRUSH
 
 881 wxSYS_GRAY_BRUSH 
= misc2c
.wxSYS_GRAY_BRUSH
 
 882 wxSYS_DKGRAY_BRUSH 
= misc2c
.wxSYS_DKGRAY_BRUSH
 
 883 wxSYS_BLACK_BRUSH 
= misc2c
.wxSYS_BLACK_BRUSH
 
 884 wxSYS_NULL_BRUSH 
= misc2c
.wxSYS_NULL_BRUSH
 
 885 wxSYS_HOLLOW_BRUSH 
= misc2c
.wxSYS_HOLLOW_BRUSH
 
 886 wxSYS_WHITE_PEN 
= misc2c
.wxSYS_WHITE_PEN
 
 887 wxSYS_BLACK_PEN 
= misc2c
.wxSYS_BLACK_PEN
 
 888 wxSYS_NULL_PEN 
= misc2c
.wxSYS_NULL_PEN
 
 889 wxSYS_OEM_FIXED_FONT 
= misc2c
.wxSYS_OEM_FIXED_FONT
 
 890 wxSYS_ANSI_FIXED_FONT 
= misc2c
.wxSYS_ANSI_FIXED_FONT
 
 891 wxSYS_ANSI_VAR_FONT 
= misc2c
.wxSYS_ANSI_VAR_FONT
 
 892 wxSYS_SYSTEM_FONT 
= misc2c
.wxSYS_SYSTEM_FONT
 
 893 wxSYS_DEVICE_DEFAULT_FONT 
= misc2c
.wxSYS_DEVICE_DEFAULT_FONT
 
 894 wxSYS_DEFAULT_PALETTE 
= misc2c
.wxSYS_DEFAULT_PALETTE
 
 895 wxSYS_SYSTEM_FIXED_FONT 
= misc2c
.wxSYS_SYSTEM_FIXED_FONT
 
 896 wxSYS_DEFAULT_GUI_FONT 
= misc2c
.wxSYS_DEFAULT_GUI_FONT
 
 897 wxSYS_COLOUR_SCROLLBAR 
= misc2c
.wxSYS_COLOUR_SCROLLBAR
 
 898 wxSYS_COLOUR_BACKGROUND 
= misc2c
.wxSYS_COLOUR_BACKGROUND
 
 899 wxSYS_COLOUR_ACTIVECAPTION 
= misc2c
.wxSYS_COLOUR_ACTIVECAPTION
 
 900 wxSYS_COLOUR_INACTIVECAPTION 
= misc2c
.wxSYS_COLOUR_INACTIVECAPTION
 
 901 wxSYS_COLOUR_MENU 
= misc2c
.wxSYS_COLOUR_MENU
 
 902 wxSYS_COLOUR_WINDOW 
= misc2c
.wxSYS_COLOUR_WINDOW
 
 903 wxSYS_COLOUR_WINDOWFRAME 
= misc2c
.wxSYS_COLOUR_WINDOWFRAME
 
 904 wxSYS_COLOUR_MENUTEXT 
= misc2c
.wxSYS_COLOUR_MENUTEXT
 
 905 wxSYS_COLOUR_WINDOWTEXT 
= misc2c
.wxSYS_COLOUR_WINDOWTEXT
 
 906 wxSYS_COLOUR_CAPTIONTEXT 
= misc2c
.wxSYS_COLOUR_CAPTIONTEXT
 
 907 wxSYS_COLOUR_ACTIVEBORDER 
= misc2c
.wxSYS_COLOUR_ACTIVEBORDER
 
 908 wxSYS_COLOUR_INACTIVEBORDER 
= misc2c
.wxSYS_COLOUR_INACTIVEBORDER
 
 909 wxSYS_COLOUR_APPWORKSPACE 
= misc2c
.wxSYS_COLOUR_APPWORKSPACE
 
 910 wxSYS_COLOUR_HIGHLIGHT 
= misc2c
.wxSYS_COLOUR_HIGHLIGHT
 
 911 wxSYS_COLOUR_HIGHLIGHTTEXT 
= misc2c
.wxSYS_COLOUR_HIGHLIGHTTEXT
 
 912 wxSYS_COLOUR_BTNFACE 
= misc2c
.wxSYS_COLOUR_BTNFACE
 
 913 wxSYS_COLOUR_BTNSHADOW 
= misc2c
.wxSYS_COLOUR_BTNSHADOW
 
 914 wxSYS_COLOUR_GRAYTEXT 
= misc2c
.wxSYS_COLOUR_GRAYTEXT
 
 915 wxSYS_COLOUR_BTNTEXT 
= misc2c
.wxSYS_COLOUR_BTNTEXT
 
 916 wxSYS_COLOUR_INACTIVECAPTIONTEXT 
= misc2c
.wxSYS_COLOUR_INACTIVECAPTIONTEXT
 
 917 wxSYS_COLOUR_BTNHIGHLIGHT 
= misc2c
.wxSYS_COLOUR_BTNHIGHLIGHT
 
 918 wxSYS_COLOUR_3DDKSHADOW 
= misc2c
.wxSYS_COLOUR_3DDKSHADOW
 
 919 wxSYS_COLOUR_3DLIGHT 
= misc2c
.wxSYS_COLOUR_3DLIGHT
 
 920 wxSYS_COLOUR_INFOTEXT 
= misc2c
.wxSYS_COLOUR_INFOTEXT
 
 921 wxSYS_COLOUR_INFOBK 
= misc2c
.wxSYS_COLOUR_INFOBK
 
 922 wxSYS_COLOUR_DESKTOP 
= misc2c
.wxSYS_COLOUR_DESKTOP
 
 923 wxSYS_COLOUR_3DFACE 
= misc2c
.wxSYS_COLOUR_3DFACE
 
 924 wxSYS_COLOUR_3DSHADOW 
= misc2c
.wxSYS_COLOUR_3DSHADOW
 
 925 wxSYS_COLOUR_3DHIGHLIGHT 
= misc2c
.wxSYS_COLOUR_3DHIGHLIGHT
 
 926 wxSYS_COLOUR_3DHILIGHT 
= misc2c
.wxSYS_COLOUR_3DHILIGHT
 
 927 wxSYS_COLOUR_BTNHILIGHT 
= misc2c
.wxSYS_COLOUR_BTNHILIGHT
 
 928 wxSYS_MOUSE_BUTTONS 
= misc2c
.wxSYS_MOUSE_BUTTONS
 
 929 wxSYS_BORDER_X 
= misc2c
.wxSYS_BORDER_X
 
 930 wxSYS_BORDER_Y 
= misc2c
.wxSYS_BORDER_Y
 
 931 wxSYS_CURSOR_X 
= misc2c
.wxSYS_CURSOR_X
 
 932 wxSYS_CURSOR_Y 
= misc2c
.wxSYS_CURSOR_Y
 
 933 wxSYS_DCLICK_X 
= misc2c
.wxSYS_DCLICK_X
 
 934 wxSYS_DCLICK_Y 
= misc2c
.wxSYS_DCLICK_Y
 
 935 wxSYS_DRAG_X 
= misc2c
.wxSYS_DRAG_X
 
 936 wxSYS_DRAG_Y 
= misc2c
.wxSYS_DRAG_Y
 
 937 wxSYS_EDGE_X 
= misc2c
.wxSYS_EDGE_X
 
 938 wxSYS_EDGE_Y 
= misc2c
.wxSYS_EDGE_Y
 
 939 wxSYS_HSCROLL_ARROW_X 
= misc2c
.wxSYS_HSCROLL_ARROW_X
 
 940 wxSYS_HSCROLL_ARROW_Y 
= misc2c
.wxSYS_HSCROLL_ARROW_Y
 
 941 wxSYS_HTHUMB_X 
= misc2c
.wxSYS_HTHUMB_X
 
 942 wxSYS_ICON_X 
= misc2c
.wxSYS_ICON_X
 
 943 wxSYS_ICON_Y 
= misc2c
.wxSYS_ICON_Y
 
 944 wxSYS_ICONSPACING_X 
= misc2c
.wxSYS_ICONSPACING_X
 
 945 wxSYS_ICONSPACING_Y 
= misc2c
.wxSYS_ICONSPACING_Y
 
 946 wxSYS_WINDOWMIN_X 
= misc2c
.wxSYS_WINDOWMIN_X
 
 947 wxSYS_WINDOWMIN_Y 
= misc2c
.wxSYS_WINDOWMIN_Y
 
 948 wxSYS_SCREEN_X 
= misc2c
.wxSYS_SCREEN_X
 
 949 wxSYS_SCREEN_Y 
= misc2c
.wxSYS_SCREEN_Y
 
 950 wxSYS_FRAMESIZE_X 
= misc2c
.wxSYS_FRAMESIZE_X
 
 951 wxSYS_FRAMESIZE_Y 
= misc2c
.wxSYS_FRAMESIZE_Y
 
 952 wxSYS_SMALLICON_X 
= misc2c
.wxSYS_SMALLICON_X
 
 953 wxSYS_SMALLICON_Y 
= misc2c
.wxSYS_SMALLICON_Y
 
 954 wxSYS_HSCROLL_Y 
= misc2c
.wxSYS_HSCROLL_Y
 
 955 wxSYS_VSCROLL_X 
= misc2c
.wxSYS_VSCROLL_X
 
 956 wxSYS_VSCROLL_ARROW_X 
= misc2c
.wxSYS_VSCROLL_ARROW_X
 
 957 wxSYS_VSCROLL_ARROW_Y 
= misc2c
.wxSYS_VSCROLL_ARROW_Y
 
 958 wxSYS_VTHUMB_Y 
= misc2c
.wxSYS_VTHUMB_Y
 
 959 wxSYS_CAPTION_Y 
= misc2c
.wxSYS_CAPTION_Y
 
 960 wxSYS_MENU_Y 
= misc2c
.wxSYS_MENU_Y
 
 961 wxSYS_NETWORK_PRESENT 
= misc2c
.wxSYS_NETWORK_PRESENT
 
 962 wxSYS_PENWINDOWS_PRESENT 
= misc2c
.wxSYS_PENWINDOWS_PRESENT
 
 963 wxSYS_SHOW_SOUNDS 
= misc2c
.wxSYS_SHOW_SOUNDS
 
 964 wxSYS_SWAP_BUTTONS 
= misc2c
.wxSYS_SWAP_BUTTONS
 
 965 wxLOG_FatalError 
= misc2c
.wxLOG_FatalError
 
 966 wxLOG_Error 
= misc2c
.wxLOG_Error
 
 967 wxLOG_Warning 
= misc2c
.wxLOG_Warning
 
 968 wxLOG_Message 
= misc2c
.wxLOG_Message
 
 969 wxLOG_Info 
= misc2c
.wxLOG_Info
 
 970 wxLOG_Status 
= misc2c
.wxLOG_Status
 
 971 wxLOG_Debug 
= misc2c
.wxLOG_Debug
 
 972 wxLOG_Trace 
= misc2c
.wxLOG_Trace
 
 973 wxLOG_Progress 
= misc2c
.wxLOG_Progress
 
 974 wxLOG_User 
= misc2c
.wxLOG_User
 
 975 wxEVT_END_PROCESS 
= misc2c
.wxEVT_END_PROCESS