1 # This file was created automatically by SWIG. 
  11 def wxDLG_PNT(win
, point_or_x
, y
=None): 
  13         return win
.ConvertDialogPointToPixels(point_or_x
) 
  15         return win
.ConvertDialogPointToPixels(wxPoint(point_or_x
, y
)) 
  17 def wxDLG_SZE(win
, size_width
, height
=None): 
  19         return win
.ConvertDialogSizeToPixels(size_width
) 
  21         return win
.ConvertDialogSizeToPixels(wxSize(size_width
, height
)) 
  23 class wxEvtHandlerPtr(wxObjectPtr
): 
  24     def __init__(self
,this
): 
  27     def ProcessEvent(self
, *_args
, **_kwargs
): 
  28         val 
= apply(windowsc
.wxEvtHandler_ProcessEvent
,(self
,) + _args
, _kwargs
) 
  30     def AddPendingEvent(self
, *_args
, **_kwargs
): 
  31         val 
= apply(windowsc
.wxEvtHandler_AddPendingEvent
,(self
,) + _args
, _kwargs
) 
  33     def GetEvtHandlerEnabled(self
, *_args
, **_kwargs
): 
  34         val 
= apply(windowsc
.wxEvtHandler_GetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
) 
  36     def SetEvtHandlerEnabled(self
, *_args
, **_kwargs
): 
  37         val 
= apply(windowsc
.wxEvtHandler_SetEvtHandlerEnabled
,(self
,) + _args
, _kwargs
) 
  39     def GetNextHandler(self
, *_args
, **_kwargs
): 
  40         val 
= apply(windowsc
.wxEvtHandler_GetNextHandler
,(self
,) + _args
, _kwargs
) 
  42     def GetPreviousHandler(self
, *_args
, **_kwargs
): 
  43         val 
= apply(windowsc
.wxEvtHandler_GetPreviousHandler
,(self
,) + _args
, _kwargs
) 
  45     def SetNextHandler(self
, *_args
, **_kwargs
): 
  46         val 
= apply(windowsc
.wxEvtHandler_SetNextHandler
,(self
,) + _args
, _kwargs
) 
  48     def SetPreviousHandler(self
, *_args
, **_kwargs
): 
  49         val 
= apply(windowsc
.wxEvtHandler_SetPreviousHandler
,(self
,) + _args
, _kwargs
) 
  51     def Connect(self
, *_args
, **_kwargs
): 
  52         val 
= apply(windowsc
.wxEvtHandler_Connect
,(self
,) + _args
, _kwargs
) 
  54     def Disconnect(self
, *_args
, **_kwargs
): 
  55         val 
= apply(windowsc
.wxEvtHandler_Disconnect
,(self
,) + _args
, _kwargs
) 
  57     def _setOORInfo(self
, *_args
, **_kwargs
): 
  58         val 
= apply(windowsc
.wxEvtHandler__setOORInfo
,(self
,) + _args
, _kwargs
) 
  61         return "<C wxEvtHandler instance at %s>" % (self
.this
,) 
  62 class wxEvtHandler(wxEvtHandlerPtr
): 
  63     def __init__(self
,*_args
,**_kwargs
): 
  64         self
.this 
= apply(windowsc
.new_wxEvtHandler
,_args
,_kwargs
) 
  70 class wxValidatorPtr(wxEvtHandlerPtr
): 
  71     def __init__(self
,this
): 
  74     def Clone(self
, *_args
, **_kwargs
): 
  75         val 
= apply(windowsc
.wxValidator_Clone
,(self
,) + _args
, _kwargs
) 
  77     def GetWindow(self
, *_args
, **_kwargs
): 
  78         val 
= apply(windowsc
.wxValidator_GetWindow
,(self
,) + _args
, _kwargs
) 
  80     def SetWindow(self
, *_args
, **_kwargs
): 
  81         val 
= apply(windowsc
.wxValidator_SetWindow
,(self
,) + _args
, _kwargs
) 
  84         return "<C wxValidator instance at %s>" % (self
.this
,) 
  85 class wxValidator(wxValidatorPtr
): 
  86     def __init__(self
,*_args
,**_kwargs
): 
  87         self
.this 
= apply(windowsc
.new_wxValidator
,_args
,_kwargs
) 
  89         self
._setOORInfo
(self
) 
  94 class wxPyValidatorPtr(wxValidatorPtr
): 
  95     def __init__(self
,this
): 
  98     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
  99         val 
= apply(windowsc
.wxPyValidator__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 102         return "<C wxPyValidator instance at %s>" % (self
.this
,) 
 103 class wxPyValidator(wxPyValidatorPtr
): 
 104     def __init__(self
,*_args
,**_kwargs
): 
 105         self
.this 
= apply(windowsc
.new_wxPyValidator
,_args
,_kwargs
) 
 107         self
._setCallbackInfo
(self
, wxPyValidator
, 1) 
 108         self
._setOORInfo
(self
) 
 113 class wxWindowPtr(wxEvtHandlerPtr
): 
 114     def __init__(self
,this
): 
 117     def Create(self
, *_args
, **_kwargs
): 
 118         val 
= apply(windowsc
.wxWindow_Create
,(self
,) + _args
, _kwargs
) 
 120     def CaptureMouse(self
, *_args
, **_kwargs
): 
 121         val 
= apply(windowsc
.wxWindow_CaptureMouse
,(self
,) + _args
, _kwargs
) 
 123     def Center(self
, *_args
, **_kwargs
): 
 124         val 
= apply(windowsc
.wxWindow_Center
,(self
,) + _args
, _kwargs
) 
 126     def Centre(self
, *_args
, **_kwargs
): 
 127         val 
= apply(windowsc
.wxWindow_Centre
,(self
,) + _args
, _kwargs
) 
 129     def CentreOnParent(self
, *_args
, **_kwargs
): 
 130         val 
= apply(windowsc
.wxWindow_CentreOnParent
,(self
,) + _args
, _kwargs
) 
 132     def CenterOnParent(self
, *_args
, **_kwargs
): 
 133         val 
= apply(windowsc
.wxWindow_CenterOnParent
,(self
,) + _args
, _kwargs
) 
 135     def CentreOnScreen(self
, *_args
, **_kwargs
): 
 136         val 
= apply(windowsc
.wxWindow_CentreOnScreen
,(self
,) + _args
, _kwargs
) 
 138     def CenterOnScreen(self
, *_args
, **_kwargs
): 
 139         val 
= apply(windowsc
.wxWindow_CenterOnScreen
,(self
,) + _args
, _kwargs
) 
 141     def Clear(self
, *_args
, **_kwargs
): 
 142         val 
= apply(windowsc
.wxWindow_Clear
,(self
,) + _args
, _kwargs
) 
 144     def ClientToScreenXY(self
, *_args
, **_kwargs
): 
 145         val 
= apply(windowsc
.wxWindow_ClientToScreenXY
,(self
,) + _args
, _kwargs
) 
 147     def ClientToScreen(self
, *_args
, **_kwargs
): 
 148         val 
= apply(windowsc
.wxWindow_ClientToScreen
,(self
,) + _args
, _kwargs
) 
 149         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 151     def Close(self
, *_args
, **_kwargs
): 
 152         val 
= apply(windowsc
.wxWindow_Close
,(self
,) + _args
, _kwargs
) 
 154     def Destroy(self
, *_args
, **_kwargs
): 
 155         val 
= apply(windowsc
.wxWindow_Destroy
,(self
,) + _args
, _kwargs
) 
 157     def DestroyChildren(self
, *_args
, **_kwargs
): 
 158         val 
= apply(windowsc
.wxWindow_DestroyChildren
,(self
,) + _args
, _kwargs
) 
 160     def IsBeingDeleted(self
, *_args
, **_kwargs
): 
 161         val 
= apply(windowsc
.wxWindow_IsBeingDeleted
,(self
,) + _args
, _kwargs
) 
 163     def DragAcceptFiles(self
, *_args
, **_kwargs
): 
 164         val 
= apply(windowsc
.wxWindow_DragAcceptFiles
,(self
,) + _args
, _kwargs
) 
 166     def Enable(self
, *_args
, **_kwargs
): 
 167         val 
= apply(windowsc
.wxWindow_Enable
,(self
,) + _args
, _kwargs
) 
 169     def FindWindowById(self
, *_args
, **_kwargs
): 
 170         val 
= apply(windowsc
.wxWindow_FindWindowById
,(self
,) + _args
, _kwargs
) 
 172     def FindWindowByName(self
, *_args
, **_kwargs
): 
 173         val 
= apply(windowsc
.wxWindow_FindWindowByName
,(self
,) + _args
, _kwargs
) 
 175     def Fit(self
, *_args
, **_kwargs
): 
 176         val 
= apply(windowsc
.wxWindow_Fit
,(self
,) + _args
, _kwargs
) 
 178     def GetBackgroundColour(self
, *_args
, **_kwargs
): 
 179         val 
= apply(windowsc
.wxWindow_GetBackgroundColour
,(self
,) + _args
, _kwargs
) 
 180         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 182     def GetBorder(self
, *_args
, **_kwargs
): 
 183         val 
= apply(windowsc
.wxWindow_GetBorder
,(self
,) + _args
, _kwargs
) 
 185     def GetChildren(self
, *_args
, **_kwargs
): 
 186         val 
= apply(windowsc
.wxWindow_GetChildren
,(self
,) + _args
, _kwargs
) 
 188     def GetCharHeight(self
, *_args
, **_kwargs
): 
 189         val 
= apply(windowsc
.wxWindow_GetCharHeight
,(self
,) + _args
, _kwargs
) 
 191     def GetCharWidth(self
, *_args
, **_kwargs
): 
 192         val 
= apply(windowsc
.wxWindow_GetCharWidth
,(self
,) + _args
, _kwargs
) 
 194     def GetClientSizeTuple(self
, *_args
, **_kwargs
): 
 195         val 
= apply(windowsc
.wxWindow_GetClientSizeTuple
,(self
,) + _args
, _kwargs
) 
 197     def GetClientSize(self
, *_args
, **_kwargs
): 
 198         val 
= apply(windowsc
.wxWindow_GetClientSize
,(self
,) + _args
, _kwargs
) 
 199         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 201     def GetClientAreaOrigin(self
, *_args
, **_kwargs
): 
 202         val 
= apply(windowsc
.wxWindow_GetClientAreaOrigin
,(self
,) + _args
, _kwargs
) 
 203         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 205     def GetClientRect(self
, *_args
, **_kwargs
): 
 206         val 
= apply(windowsc
.wxWindow_GetClientRect
,(self
,) + _args
, _kwargs
) 
 207         if val
: val 
= wxRectPtr(val
) ; val
.thisown 
= 1 
 209     def GetConstraints(self
, *_args
, **_kwargs
): 
 210         val 
= apply(windowsc
.wxWindow_GetConstraints
,(self
,) + _args
, _kwargs
) 
 211         if val
: val 
= wxLayoutConstraintsPtr(val
)  
 213     def GetEventHandler(self
, *_args
, **_kwargs
): 
 214         val 
= apply(windowsc
.wxWindow_GetEventHandler
,(self
,) + _args
, _kwargs
) 
 216     def GetFont(self
, *_args
, **_kwargs
): 
 217         val 
= apply(windowsc
.wxWindow_GetFont
,(self
,) + _args
, _kwargs
) 
 218         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
 220     def GetForegroundColour(self
, *_args
, **_kwargs
): 
 221         val 
= apply(windowsc
.wxWindow_GetForegroundColour
,(self
,) + _args
, _kwargs
) 
 222         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 224     def GetGrandParent(self
, *_args
, **_kwargs
): 
 225         val 
= apply(windowsc
.wxWindow_GetGrandParent
,(self
,) + _args
, _kwargs
) 
 227     def GetHandle(self
, *_args
, **_kwargs
): 
 228         val 
= apply(windowsc
.wxWindow_GetHandle
,(self
,) + _args
, _kwargs
) 
 230     def GetId(self
, *_args
, **_kwargs
): 
 231         val 
= apply(windowsc
.wxWindow_GetId
,(self
,) + _args
, _kwargs
) 
 233     def GetLabel(self
, *_args
, **_kwargs
): 
 234         val 
= apply(windowsc
.wxWindow_GetLabel
,(self
,) + _args
, _kwargs
) 
 236     def SetLabel(self
, *_args
, **_kwargs
): 
 237         val 
= apply(windowsc
.wxWindow_SetLabel
,(self
,) + _args
, _kwargs
) 
 239     def GetName(self
, *_args
, **_kwargs
): 
 240         val 
= apply(windowsc
.wxWindow_GetName
,(self
,) + _args
, _kwargs
) 
 242     def GetParent(self
, *_args
, **_kwargs
): 
 243         val 
= apply(windowsc
.wxWindow_GetParent
,(self
,) + _args
, _kwargs
) 
 245     def GetPositionTuple(self
, *_args
, **_kwargs
): 
 246         val 
= apply(windowsc
.wxWindow_GetPositionTuple
,(self
,) + _args
, _kwargs
) 
 248     def GetPosition(self
, *_args
, **_kwargs
): 
 249         val 
= apply(windowsc
.wxWindow_GetPosition
,(self
,) + _args
, _kwargs
) 
 250         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 252     def GetRect(self
, *_args
, **_kwargs
): 
 253         val 
= apply(windowsc
.wxWindow_GetRect
,(self
,) + _args
, _kwargs
) 
 254         if val
: val 
= wxRectPtr(val
) ; val
.thisown 
= 1 
 256     def GetScrollThumb(self
, *_args
, **_kwargs
): 
 257         val 
= apply(windowsc
.wxWindow_GetScrollThumb
,(self
,) + _args
, _kwargs
) 
 259     def GetScrollPos(self
, *_args
, **_kwargs
): 
 260         val 
= apply(windowsc
.wxWindow_GetScrollPos
,(self
,) + _args
, _kwargs
) 
 262     def GetScrollRange(self
, *_args
, **_kwargs
): 
 263         val 
= apply(windowsc
.wxWindow_GetScrollRange
,(self
,) + _args
, _kwargs
) 
 265     def GetSizeTuple(self
, *_args
, **_kwargs
): 
 266         val 
= apply(windowsc
.wxWindow_GetSizeTuple
,(self
,) + _args
, _kwargs
) 
 268     def GetSize(self
, *_args
, **_kwargs
): 
 269         val 
= apply(windowsc
.wxWindow_GetSize
,(self
,) + _args
, _kwargs
) 
 270         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 272     def GetTextExtent(self
, *_args
, **_kwargs
): 
 273         val 
= apply(windowsc
.wxWindow_GetTextExtent
,(self
,) + _args
, _kwargs
) 
 275     def GetFullTextExtent(self
, *_args
, **_kwargs
): 
 276         val 
= apply(windowsc
.wxWindow_GetFullTextExtent
,(self
,) + _args
, _kwargs
) 
 278     def GetTitle(self
, *_args
, **_kwargs
): 
 279         val 
= apply(windowsc
.wxWindow_GetTitle
,(self
,) + _args
, _kwargs
) 
 281     def GetUpdateRegion(self
, *_args
, **_kwargs
): 
 282         val 
= apply(windowsc
.wxWindow_GetUpdateRegion
,(self
,) + _args
, _kwargs
) 
 283         if val
: val 
= wxRegionPtr(val
) ; val
.thisown 
= 1 
 285     def GetWindowStyleFlag(self
, *_args
, **_kwargs
): 
 286         val 
= apply(windowsc
.wxWindow_GetWindowStyleFlag
,(self
,) + _args
, _kwargs
) 
 288     def SetWindowStyleFlag(self
, *_args
, **_kwargs
): 
 289         val 
= apply(windowsc
.wxWindow_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
) 
 291     def SetWindowStyle(self
, *_args
, **_kwargs
): 
 292         val 
= apply(windowsc
.wxWindow_SetWindowStyle
,(self
,) + _args
, _kwargs
) 
 294     def HasScrollbar(self
, *_args
, **_kwargs
): 
 295         val 
= apply(windowsc
.wxWindow_HasScrollbar
,(self
,) + _args
, _kwargs
) 
 297     def Hide(self
, *_args
, **_kwargs
): 
 298         val 
= apply(windowsc
.wxWindow_Hide
,(self
,) + _args
, _kwargs
) 
 300     def HitTest(self
, *_args
, **_kwargs
): 
 301         val 
= apply(windowsc
.wxWindow_HitTest
,(self
,) + _args
, _kwargs
) 
 303     def InitDialog(self
, *_args
, **_kwargs
): 
 304         val 
= apply(windowsc
.wxWindow_InitDialog
,(self
,) + _args
, _kwargs
) 
 306     def IsEnabled(self
, *_args
, **_kwargs
): 
 307         val 
= apply(windowsc
.wxWindow_IsEnabled
,(self
,) + _args
, _kwargs
) 
 309     def IsExposed(self
, *_args
, **_kwargs
): 
 310         val 
= apply(windowsc
.wxWindow_IsExposed
,(self
,) + _args
, _kwargs
) 
 312     def IsExposedPoint(self
, *_args
, **_kwargs
): 
 313         val 
= apply(windowsc
.wxWindow_IsExposedPoint
,(self
,) + _args
, _kwargs
) 
 315     def IsExposedRect(self
, *_args
, **_kwargs
): 
 316         val 
= apply(windowsc
.wxWindow_IsExposedRect
,(self
,) + _args
, _kwargs
) 
 318     def IsRetained(self
, *_args
, **_kwargs
): 
 319         val 
= apply(windowsc
.wxWindow_IsRetained
,(self
,) + _args
, _kwargs
) 
 321     def IsShown(self
, *_args
, **_kwargs
): 
 322         val 
= apply(windowsc
.wxWindow_IsShown
,(self
,) + _args
, _kwargs
) 
 324     def IsTopLevel(self
, *_args
, **_kwargs
): 
 325         val 
= apply(windowsc
.wxWindow_IsTopLevel
,(self
,) + _args
, _kwargs
) 
 327     def Layout(self
, *_args
, **_kwargs
): 
 328         val 
= apply(windowsc
.wxWindow_Layout
,(self
,) + _args
, _kwargs
) 
 330     def LoadFromResource(self
, *_args
, **_kwargs
): 
 331         val 
= apply(windowsc
.wxWindow_LoadFromResource
,(self
,) + _args
, _kwargs
) 
 333     def Lower(self
, *_args
, **_kwargs
): 
 334         val 
= apply(windowsc
.wxWindow_Lower
,(self
,) + _args
, _kwargs
) 
 336     def MakeModal(self
, *_args
, **_kwargs
): 
 337         val 
= apply(windowsc
.wxWindow_MakeModal
,(self
,) + _args
, _kwargs
) 
 339     def MoveXY(self
, *_args
, **_kwargs
): 
 340         val 
= apply(windowsc
.wxWindow_MoveXY
,(self
,) + _args
, _kwargs
) 
 342     def Move(self
, *_args
, **_kwargs
): 
 343         val 
= apply(windowsc
.wxWindow_Move
,(self
,) + _args
, _kwargs
) 
 345     def PopEventHandler(self
, *_args
, **_kwargs
): 
 346         val 
= apply(windowsc
.wxWindow_PopEventHandler
,(self
,) + _args
, _kwargs
) 
 348     def PushEventHandler(self
, *_args
, **_kwargs
): 
 349         val 
= apply(windowsc
.wxWindow_PushEventHandler
,(self
,) + _args
, _kwargs
) 
 351     def RemoveEventHandler(self
, *_args
, **_kwargs
): 
 352         val 
= apply(windowsc
.wxWindow_RemoveEventHandler
,(self
,) + _args
, _kwargs
) 
 354     def PopupMenuXY(self
, *_args
, **_kwargs
): 
 355         val 
= apply(windowsc
.wxWindow_PopupMenuXY
,(self
,) + _args
, _kwargs
) 
 357     def PopupMenu(self
, *_args
, **_kwargs
): 
 358         val 
= apply(windowsc
.wxWindow_PopupMenu
,(self
,) + _args
, _kwargs
) 
 360     def Raise(self
, *_args
, **_kwargs
): 
 361         val 
= apply(windowsc
.wxWindow_Raise
,(self
,) + _args
, _kwargs
) 
 363     def Refresh(self
, *_args
, **_kwargs
): 
 364         val 
= apply(windowsc
.wxWindow_Refresh
,(self
,) + _args
, _kwargs
) 
 366     def RefreshRect(self
, *_args
, **_kwargs
): 
 367         val 
= apply(windowsc
.wxWindow_RefreshRect
,(self
,) + _args
, _kwargs
) 
 369     def ReleaseMouse(self
, *_args
, **_kwargs
): 
 370         val 
= apply(windowsc
.wxWindow_ReleaseMouse
,(self
,) + _args
, _kwargs
) 
 372     def RemoveChild(self
, *_args
, **_kwargs
): 
 373         val 
= apply(windowsc
.wxWindow_RemoveChild
,(self
,) + _args
, _kwargs
) 
 375     def Reparent(self
, *_args
, **_kwargs
): 
 376         val 
= apply(windowsc
.wxWindow_Reparent
,(self
,) + _args
, _kwargs
) 
 378     def ScreenToClientXY(self
, *_args
, **_kwargs
): 
 379         val 
= apply(windowsc
.wxWindow_ScreenToClientXY
,(self
,) + _args
, _kwargs
) 
 381     def ScreenToClient(self
, *_args
, **_kwargs
): 
 382         val 
= apply(windowsc
.wxWindow_ScreenToClient
,(self
,) + _args
, _kwargs
) 
 383         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 385     def ScrollWindow(self
, *_args
, **_kwargs
): 
 386         val 
= apply(windowsc
.wxWindow_ScrollWindow
,(self
,) + _args
, _kwargs
) 
 388     def SetAutoLayout(self
, *_args
, **_kwargs
): 
 389         val 
= apply(windowsc
.wxWindow_SetAutoLayout
,(self
,) + _args
, _kwargs
) 
 391     def GetAutoLayout(self
, *_args
, **_kwargs
): 
 392         val 
= apply(windowsc
.wxWindow_GetAutoLayout
,(self
,) + _args
, _kwargs
) 
 394     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
 395         val 
= apply(windowsc
.wxWindow_SetBackgroundColour
,(self
,) + _args
, _kwargs
) 
 397     def SetConstraints(self
, *_args
, **_kwargs
): 
 398         val 
= apply(windowsc
.wxWindow_SetConstraints
,(self
,) + _args
, _kwargs
) 
 400     def UnsetConstraints(self
, *_args
, **_kwargs
): 
 401         val 
= apply(windowsc
.wxWindow_UnsetConstraints
,(self
,) + _args
, _kwargs
) 
 403     def SetFocus(self
, *_args
, **_kwargs
): 
 404         val 
= apply(windowsc
.wxWindow_SetFocus
,(self
,) + _args
, _kwargs
) 
 406     def AcceptsFocus(self
, *_args
, **_kwargs
): 
 407         val 
= apply(windowsc
.wxWindow_AcceptsFocus
,(self
,) + _args
, _kwargs
) 
 409     def SetFont(self
, *_args
, **_kwargs
): 
 410         val 
= apply(windowsc
.wxWindow_SetFont
,(self
,) + _args
, _kwargs
) 
 412     def SetForegroundColour(self
, *_args
, **_kwargs
): 
 413         val 
= apply(windowsc
.wxWindow_SetForegroundColour
,(self
,) + _args
, _kwargs
) 
 415     def SetId(self
, *_args
, **_kwargs
): 
 416         val 
= apply(windowsc
.wxWindow_SetId
,(self
,) + _args
, _kwargs
) 
 418     def SetName(self
, *_args
, **_kwargs
): 
 419         val 
= apply(windowsc
.wxWindow_SetName
,(self
,) + _args
, _kwargs
) 
 421     def SetScrollbar(self
, *_args
, **_kwargs
): 
 422         val 
= apply(windowsc
.wxWindow_SetScrollbar
,(self
,) + _args
, _kwargs
) 
 424     def SetScrollPos(self
, *_args
, **_kwargs
): 
 425         val 
= apply(windowsc
.wxWindow_SetScrollPos
,(self
,) + _args
, _kwargs
) 
 427     def SetDimensions(self
, *_args
, **_kwargs
): 
 428         val 
= apply(windowsc
.wxWindow_SetDimensions
,(self
,) + _args
, _kwargs
) 
 430     def SetSize(self
, *_args
, **_kwargs
): 
 431         val 
= apply(windowsc
.wxWindow_SetSize
,(self
,) + _args
, _kwargs
) 
 433     def SetPosition(self
, *_args
, **_kwargs
): 
 434         val 
= apply(windowsc
.wxWindow_SetPosition
,(self
,) + _args
, _kwargs
) 
 436     def SetRect(self
, *_args
, **_kwargs
): 
 437         val 
= apply(windowsc
.wxWindow_SetRect
,(self
,) + _args
, _kwargs
) 
 439     def SetSizeHints(self
, *_args
, **_kwargs
): 
 440         val 
= apply(windowsc
.wxWindow_SetSizeHints
,(self
,) + _args
, _kwargs
) 
 442     def SetClientSizeWH(self
, *_args
, **_kwargs
): 
 443         val 
= apply(windowsc
.wxWindow_SetClientSizeWH
,(self
,) + _args
, _kwargs
) 
 445     def SetClientSize(self
, *_args
, **_kwargs
): 
 446         val 
= apply(windowsc
.wxWindow_SetClientSize
,(self
,) + _args
, _kwargs
) 
 448     def SetCursor(self
, *_args
, **_kwargs
): 
 449         val 
= apply(windowsc
.wxWindow_SetCursor
,(self
,) + _args
, _kwargs
) 
 451     def SetEventHandler(self
, *_args
, **_kwargs
): 
 452         val 
= apply(windowsc
.wxWindow_SetEventHandler
,(self
,) + _args
, _kwargs
) 
 454     def SetExtraStyle(self
, *_args
, **_kwargs
): 
 455         val 
= apply(windowsc
.wxWindow_SetExtraStyle
,(self
,) + _args
, _kwargs
) 
 457     def SetTitle(self
, *_args
, **_kwargs
): 
 458         val 
= apply(windowsc
.wxWindow_SetTitle
,(self
,) + _args
, _kwargs
) 
 460     def Show(self
, *_args
, **_kwargs
): 
 461         val 
= apply(windowsc
.wxWindow_Show
,(self
,) + _args
, _kwargs
) 
 463     def TransferDataFromWindow(self
, *_args
, **_kwargs
): 
 464         val 
= apply(windowsc
.wxWindow_TransferDataFromWindow
,(self
,) + _args
, _kwargs
) 
 466     def TransferDataToWindow(self
, *_args
, **_kwargs
): 
 467         val 
= apply(windowsc
.wxWindow_TransferDataToWindow
,(self
,) + _args
, _kwargs
) 
 469     def UpdateWindowUI(self
, *_args
, **_kwargs
): 
 470         val 
= apply(windowsc
.wxWindow_UpdateWindowUI
,(self
,) + _args
, _kwargs
) 
 472     def Validate(self
, *_args
, **_kwargs
): 
 473         val 
= apply(windowsc
.wxWindow_Validate
,(self
,) + _args
, _kwargs
) 
 475     def WarpPointer(self
, *_args
, **_kwargs
): 
 476         val 
= apply(windowsc
.wxWindow_WarpPointer
,(self
,) + _args
, _kwargs
) 
 478     def ConvertDialogPointToPixels(self
, *_args
, **_kwargs
): 
 479         val 
= apply(windowsc
.wxWindow_ConvertDialogPointToPixels
,(self
,) + _args
, _kwargs
) 
 480         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 482     def ConvertDialogSizeToPixels(self
, *_args
, **_kwargs
): 
 483         val 
= apply(windowsc
.wxWindow_ConvertDialogSizeToPixels
,(self
,) + _args
, _kwargs
) 
 484         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 486     def DLG_PNT(self
, *_args
, **_kwargs
): 
 487         val 
= apply(windowsc
.wxWindow_DLG_PNT
,(self
,) + _args
, _kwargs
) 
 488         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 490     def DLG_SZE(self
, *_args
, **_kwargs
): 
 491         val 
= apply(windowsc
.wxWindow_DLG_SZE
,(self
,) + _args
, _kwargs
) 
 492         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 494     def ConvertPixelPointToDialog(self
, *_args
, **_kwargs
): 
 495         val 
= apply(windowsc
.wxWindow_ConvertPixelPointToDialog
,(self
,) + _args
, _kwargs
) 
 496         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 498     def ConvertPixelSizeToDialog(self
, *_args
, **_kwargs
): 
 499         val 
= apply(windowsc
.wxWindow_ConvertPixelSizeToDialog
,(self
,) + _args
, _kwargs
) 
 500         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 502     def SetToolTipString(self
, *_args
, **_kwargs
): 
 503         val 
= apply(windowsc
.wxWindow_SetToolTipString
,(self
,) + _args
, _kwargs
) 
 505     def SetToolTip(self
, *_args
, **_kwargs
): 
 506         val 
= apply(windowsc
.wxWindow_SetToolTip
,(self
,) + _args
, _kwargs
) 
 508     def GetToolTip(self
, *_args
, **_kwargs
): 
 509         val 
= apply(windowsc
.wxWindow_GetToolTip
,(self
,) + _args
, _kwargs
) 
 511     def SetSizer(self
, *_args
, **_kwargs
): 
 512         val 
= apply(windowsc
.wxWindow_SetSizer
,(self
,) + _args
, _kwargs
) 
 514     def GetSizer(self
, *_args
, **_kwargs
): 
 515         val 
= apply(windowsc
.wxWindow_GetSizer
,(self
,) + _args
, _kwargs
) 
 517     def SetContainingSizer(self
, *_args
, **_kwargs
): 
 518         val 
= apply(windowsc
.wxWindow_SetContainingSizer
,(self
,) + _args
, _kwargs
) 
 520     def GetContainingSizer(self
, *_args
, **_kwargs
): 
 521         val 
= apply(windowsc
.wxWindow_GetContainingSizer
,(self
,) + _args
, _kwargs
) 
 523     def GetValidator(self
, *_args
, **_kwargs
): 
 524         val 
= apply(windowsc
.wxWindow_GetValidator
,(self
,) + _args
, _kwargs
) 
 526     def SetValidator(self
, *_args
, **_kwargs
): 
 527         val 
= apply(windowsc
.wxWindow_SetValidator
,(self
,) + _args
, _kwargs
) 
 529     def SetDropTarget(self
, *_args
, **_kwargs
): 
 530         val 
= apply(windowsc
.wxWindow_SetDropTarget
,(self
,) + _args
, _kwargs
) 
 533     def GetDropTarget(self
, *_args
, **_kwargs
): 
 534         val 
= apply(windowsc
.wxWindow_GetDropTarget
,(self
,) + _args
, _kwargs
) 
 535         if val
: val 
= wxDropTargetPtr(val
)  
 537     def GetBestSize(self
, *_args
, **_kwargs
): 
 538         val 
= apply(windowsc
.wxWindow_GetBestSize
,(self
,) + _args
, _kwargs
) 
 539         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 541     def GetMaxSize(self
, *_args
, **_kwargs
): 
 542         val 
= apply(windowsc
.wxWindow_GetMaxSize
,(self
,) + _args
, _kwargs
) 
 543         if val
: val 
= wxSizePtr(val
) ; val
.thisown 
= 1 
 545     def SetCaret(self
, *_args
, **_kwargs
): 
 546         val 
= apply(windowsc
.wxWindow_SetCaret
,(self
,) + _args
, _kwargs
) 
 548     def GetCaret(self
, *_args
, **_kwargs
): 
 549         val 
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
) 
 550         if val
: val 
= wxCaretPtr(val
)  
 552     def Freeze(self
, *_args
, **_kwargs
): 
 553         val 
= apply(windowsc
.wxWindow_Freeze
,(self
,) + _args
, _kwargs
) 
 555     def Thaw(self
, *_args
, **_kwargs
): 
 556         val 
= apply(windowsc
.wxWindow_Thaw
,(self
,) + _args
, _kwargs
) 
 558     def Update(self
, *_args
, **_kwargs
): 
 559         val 
= apply(windowsc
.wxWindow_Update
,(self
,) + _args
, _kwargs
) 
 561     def GetHelpText(self
, *_args
, **_kwargs
): 
 562         val 
= apply(windowsc
.wxWindow_GetHelpText
,(self
,) + _args
, _kwargs
) 
 564     def SetHelpText(self
, *_args
, **_kwargs
): 
 565         val 
= apply(windowsc
.wxWindow_SetHelpText
,(self
,) + _args
, _kwargs
) 
 567     def SetHelpTextForId(self
, *_args
, **_kwargs
): 
 568         val 
= apply(windowsc
.wxWindow_SetHelpTextForId
,(self
,) + _args
, _kwargs
) 
 570     def ScrollLines(self
, *_args
, **_kwargs
): 
 571         val 
= apply(windowsc
.wxWindow_ScrollLines
,(self
,) + _args
, _kwargs
) 
 573     def ScrollPages(self
, *_args
, **_kwargs
): 
 574         val 
= apply(windowsc
.wxWindow_ScrollPages
,(self
,) + _args
, _kwargs
) 
 576     def LineUp(self
, *_args
, **_kwargs
): 
 577         val 
= apply(windowsc
.wxWindow_LineUp
,(self
,) + _args
, _kwargs
) 
 579     def LineDown(self
, *_args
, **_kwargs
): 
 580         val 
= apply(windowsc
.wxWindow_LineDown
,(self
,) + _args
, _kwargs
) 
 582     def PageUp(self
, *_args
, **_kwargs
): 
 583         val 
= apply(windowsc
.wxWindow_PageUp
,(self
,) + _args
, _kwargs
) 
 585     def PageDown(self
, *_args
, **_kwargs
): 
 586         val 
= apply(windowsc
.wxWindow_PageDown
,(self
,) + _args
, _kwargs
) 
 588     def SetAcceleratorTable(self
, *_args
, **_kwargs
): 
 589         val 
= apply(windowsc
.wxWindow_SetAcceleratorTable
,(self
,) + _args
, _kwargs
) 
 591     def GetAcceleratorTable(self
, *_args
, **_kwargs
): 
 592         val 
= apply(windowsc
.wxWindow_GetAcceleratorTable
,(self
,) + _args
, _kwargs
) 
 593         if val
: val 
= wxAcceleratorTablePtr(val
)  
 595     def OnPaint(self
, *_args
, **_kwargs
): 
 596         val 
= apply(windowsc
.wxWindow_OnPaint
,(self
,) + _args
, _kwargs
) 
 598     def GetDefaultItem(self
, *_args
, **_kwargs
): 
 599         val 
= apply(windowsc
.wxWindow_GetDefaultItem
,(self
,) + _args
, _kwargs
) 
 601     def SetDefaultItem(self
, *_args
, **_kwargs
): 
 602         val 
= apply(windowsc
.wxWindow_SetDefaultItem
,(self
,) + _args
, _kwargs
) 
 605         return "<C wxWindow instance at %s>" % (self
.this
,) 
 606     # replaces broken shadow method 
 607     def GetCaret(self
, *_args
, **_kwargs
): 
 608         from misc2 
import wxCaretPtr
 
 609         val 
= apply(windowsc
.wxWindow_GetCaret
,(self
,) + _args
, _kwargs
) 
 610         if val
: val 
= wxCaretPtr(val
) 
 613 class wxWindow(wxWindowPtr
): 
 614     def __init__(self
,*_args
,**_kwargs
): 
 615         self
.this 
= apply(windowsc
.new_wxWindow
,_args
,_kwargs
) 
 617         self
._setOORInfo
(self
) 
 621 def wxPreWindow(*_args
,**_kwargs
): 
 622     val 
= wxWindowPtr(apply(windowsc
.new_wxPreWindow
,_args
,_kwargs
)) 
 628 class wxPanelPtr(wxWindowPtr
): 
 629     def __init__(self
,this
): 
 632     def Create(self
, *_args
, **_kwargs
): 
 633         val 
= apply(windowsc
.wxPanel_Create
,(self
,) + _args
, _kwargs
) 
 635     def InitDialog(self
, *_args
, **_kwargs
): 
 636         val 
= apply(windowsc
.wxPanel_InitDialog
,(self
,) + _args
, _kwargs
) 
 639         return "<C wxPanel instance at %s>" % (self
.this
,) 
 640 class wxPanel(wxPanelPtr
): 
 641     def __init__(self
,*_args
,**_kwargs
): 
 642         self
.this 
= apply(windowsc
.new_wxPanel
,_args
,_kwargs
) 
 644         self
._setOORInfo
(self
) 
 648 def wxPrePanel(*_args
,**_kwargs
): 
 649     val 
= wxPanelPtr(apply(windowsc
.new_wxPrePanel
,_args
,_kwargs
)) 
 655 class wxScrolledWindowPtr(wxPanelPtr
): 
 656     def __init__(self
,this
): 
 659     def Create(self
, *_args
, **_kwargs
): 
 660         val 
= apply(windowsc
.wxScrolledWindow_Create
,(self
,) + _args
, _kwargs
) 
 662     def EnableScrolling(self
, *_args
, **_kwargs
): 
 663         val 
= apply(windowsc
.wxScrolledWindow_EnableScrolling
,(self
,) + _args
, _kwargs
) 
 665     def GetScrollPageSize(self
, *_args
, **_kwargs
): 
 666         val 
= apply(windowsc
.wxScrolledWindow_GetScrollPageSize
,(self
,) + _args
, _kwargs
) 
 668     def GetScrollPixelsPerUnit(self
, *_args
, **_kwargs
): 
 669         val 
= apply(windowsc
.wxScrolledWindow_GetScrollPixelsPerUnit
,(self
,) + _args
, _kwargs
) 
 671     def GetTargetWindow(self
, *_args
, **_kwargs
): 
 672         val 
= apply(windowsc
.wxScrolledWindow_GetTargetWindow
,(self
,) + _args
, _kwargs
) 
 674     def GetVirtualSize(self
, *_args
, **_kwargs
): 
 675         val 
= apply(windowsc
.wxScrolledWindow_GetVirtualSize
,(self
,) + _args
, _kwargs
) 
 677     def IsRetained(self
, *_args
, **_kwargs
): 
 678         val 
= apply(windowsc
.wxScrolledWindow_IsRetained
,(self
,) + _args
, _kwargs
) 
 680     def PrepareDC(self
, *_args
, **_kwargs
): 
 681         val 
= apply(windowsc
.wxScrolledWindow_PrepareDC
,(self
,) + _args
, _kwargs
) 
 683     def Scroll(self
, *_args
, **_kwargs
): 
 684         val 
= apply(windowsc
.wxScrolledWindow_Scroll
,(self
,) + _args
, _kwargs
) 
 686     def SetScrollbars(self
, *_args
, **_kwargs
): 
 687         val 
= apply(windowsc
.wxScrolledWindow_SetScrollbars
,(self
,) + _args
, _kwargs
) 
 689     def SetScrollPageSize(self
, *_args
, **_kwargs
): 
 690         val 
= apply(windowsc
.wxScrolledWindow_SetScrollPageSize
,(self
,) + _args
, _kwargs
) 
 692     def SetTargetWindow(self
, *_args
, **_kwargs
): 
 693         val 
= apply(windowsc
.wxScrolledWindow_SetTargetWindow
,(self
,) + _args
, _kwargs
) 
 695     def GetViewStart(self
, *_args
, **_kwargs
): 
 696         val 
= apply(windowsc
.wxScrolledWindow_GetViewStart
,(self
,) + _args
, _kwargs
) 
 698     def CalcScrolledPosition1(self
, *_args
, **_kwargs
): 
 699         val 
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition1
,(self
,) + _args
, _kwargs
) 
 700         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 702     def CalcScrolledPosition2(self
, *_args
, **_kwargs
): 
 703         val 
= apply(windowsc
.wxScrolledWindow_CalcScrolledPosition2
,(self
,) + _args
, _kwargs
) 
 705     def CalcUnscrolledPosition1(self
, *_args
, **_kwargs
): 
 706         val 
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition1
,(self
,) + _args
, _kwargs
) 
 707         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 709     def CalcUnscrolledPosition2(self
, *_args
, **_kwargs
): 
 710         val 
= apply(windowsc
.wxScrolledWindow_CalcUnscrolledPosition2
,(self
,) + _args
, _kwargs
) 
 712     def SetScale(self
, *_args
, **_kwargs
): 
 713         val 
= apply(windowsc
.wxScrolledWindow_SetScale
,(self
,) + _args
, _kwargs
) 
 715     def GetScaleX(self
, *_args
, **_kwargs
): 
 716         val 
= apply(windowsc
.wxScrolledWindow_GetScaleX
,(self
,) + _args
, _kwargs
) 
 718     def GetScaleY(self
, *_args
, **_kwargs
): 
 719         val 
= apply(windowsc
.wxScrolledWindow_GetScaleY
,(self
,) + _args
, _kwargs
) 
 721     def AdjustScrollbars(self
, *_args
, **_kwargs
): 
 722         val 
= apply(windowsc
.wxScrolledWindow_AdjustScrollbars
,(self
,) + _args
, _kwargs
) 
 724     def Layout(self
, *_args
, **_kwargs
): 
 725         val 
= apply(windowsc
.wxScrolledWindow_Layout
,(self
,) + _args
, _kwargs
) 
 728         return "<C wxScrolledWindow instance at %s>" % (self
.this
,) 
 729     ViewStart 
= GetViewStart
 
 731     def CalcScrolledPosition(self
, *args
): 
 733             return apply(self
.CalcScrolledPosition1
, args
) 
 735             return apply(self
.CalcScrolledPosition2
, args
) 
 737             raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed' 
 739     def CalcUnscrolledPosition(self
, *args
): 
 741             return apply(self
.CalcUnscrolledPosition1
, args
) 
 743             return apply(self
.CalcUnscrolledPosition2
, args
) 
 745             raise TypeError, 'Invalid parameters: only (x,y) or (point) allowed' 
 747 class wxScrolledWindow(wxScrolledWindowPtr
): 
 748     def __init__(self
,*_args
,**_kwargs
): 
 749         self
.this 
= apply(windowsc
.new_wxScrolledWindow
,_args
,_kwargs
) 
 751         self
._setOORInfo
(self
) 
 755 def wxPreScrolledWindow(*_args
,**_kwargs
): 
 756     val 
= wxScrolledWindowPtr(apply(windowsc
.new_wxPreScrolledWindow
,_args
,_kwargs
)) 
 762 class wxMenuPtr(wxEvtHandlerPtr
): 
 763     def __init__(self
,this
): 
 766     def Append(self
, *_args
, **_kwargs
): 
 767         val 
= apply(windowsc
.wxMenu_Append
,(self
,) + _args
, _kwargs
) 
 769     def AppendMenu(self
, *_args
, **_kwargs
): 
 770         val 
= apply(windowsc
.wxMenu_AppendMenu
,(self
,) + _args
, _kwargs
) 
 772     def AppendItem(self
, *_args
, **_kwargs
): 
 773         val 
= apply(windowsc
.wxMenu_AppendItem
,(self
,) + _args
, _kwargs
) 
 775     def AppendCheckItem(self
, *_args
, **_kwargs
): 
 776         val 
= apply(windowsc
.wxMenu_AppendCheckItem
,(self
,) + _args
, _kwargs
) 
 778     def AppendRadioItem(self
, *_args
, **_kwargs
): 
 779         val 
= apply(windowsc
.wxMenu_AppendRadioItem
,(self
,) + _args
, _kwargs
) 
 781     def AppendSeparator(self
, *_args
, **_kwargs
): 
 782         val 
= apply(windowsc
.wxMenu_AppendSeparator
,(self
,) + _args
, _kwargs
) 
 784     def Insert(self
, *_args
, **_kwargs
): 
 785         val 
= apply(windowsc
.wxMenu_Insert
,(self
,) + _args
, _kwargs
) 
 787     def InsertSeparator(self
, *_args
, **_kwargs
): 
 788         val 
= apply(windowsc
.wxMenu_InsertSeparator
,(self
,) + _args
, _kwargs
) 
 790     def InsertCheckItem(self
, *_args
, **_kwargs
): 
 791         val 
= apply(windowsc
.wxMenu_InsertCheckItem
,(self
,) + _args
, _kwargs
) 
 793     def InsertRadioItem(self
, *_args
, **_kwargs
): 
 794         val 
= apply(windowsc
.wxMenu_InsertRadioItem
,(self
,) + _args
, _kwargs
) 
 796     def InsertMenu(self
, *_args
, **_kwargs
): 
 797         val 
= apply(windowsc
.wxMenu_InsertMenu
,(self
,) + _args
, _kwargs
) 
 799     def InsertItem(self
, *_args
, **_kwargs
): 
 800         val 
= apply(windowsc
.wxMenu_InsertItem
,(self
,) + _args
, _kwargs
) 
 802     def Prepend(self
, *_args
, **_kwargs
): 
 803         val 
= apply(windowsc
.wxMenu_Prepend
,(self
,) + _args
, _kwargs
) 
 805     def PrependSeparator(self
, *_args
, **_kwargs
): 
 806         val 
= apply(windowsc
.wxMenu_PrependSeparator
,(self
,) + _args
, _kwargs
) 
 808     def PrependCheckItem(self
, *_args
, **_kwargs
): 
 809         val 
= apply(windowsc
.wxMenu_PrependCheckItem
,(self
,) + _args
, _kwargs
) 
 811     def PrependRadioItem(self
, *_args
, **_kwargs
): 
 812         val 
= apply(windowsc
.wxMenu_PrependRadioItem
,(self
,) + _args
, _kwargs
) 
 814     def PrependMenu(self
, *_args
, **_kwargs
): 
 815         val 
= apply(windowsc
.wxMenu_PrependMenu
,(self
,) + _args
, _kwargs
) 
 817     def PrependItem(self
, *_args
, **_kwargs
): 
 818         val 
= apply(windowsc
.wxMenu_PrependItem
,(self
,) + _args
, _kwargs
) 
 820     def Break(self
, *_args
, **_kwargs
): 
 821         val 
= apply(windowsc
.wxMenu_Break
,(self
,) + _args
, _kwargs
) 
 823     def Check(self
, *_args
, **_kwargs
): 
 824         val 
= apply(windowsc
.wxMenu_Check
,(self
,) + _args
, _kwargs
) 
 826     def IsChecked(self
, *_args
, **_kwargs
): 
 827         val 
= apply(windowsc
.wxMenu_IsChecked
,(self
,) + _args
, _kwargs
) 
 829     def Enable(self
, *_args
, **_kwargs
): 
 830         val 
= apply(windowsc
.wxMenu_Enable
,(self
,) + _args
, _kwargs
) 
 832     def IsEnabled(self
, *_args
, **_kwargs
): 
 833         val 
= apply(windowsc
.wxMenu_IsEnabled
,(self
,) + _args
, _kwargs
) 
 835     def FindItem(self
, *_args
, **_kwargs
): 
 836         val 
= apply(windowsc
.wxMenu_FindItem
,(self
,) + _args
, _kwargs
) 
 838     def FindItemById(self
, *_args
, **_kwargs
): 
 839         val 
= apply(windowsc
.wxMenu_FindItemById
,(self
,) + _args
, _kwargs
) 
 841     def GetTitle(self
, *_args
, **_kwargs
): 
 842         val 
= apply(windowsc
.wxMenu_GetTitle
,(self
,) + _args
, _kwargs
) 
 844     def SetTitle(self
, *_args
, **_kwargs
): 
 845         val 
= apply(windowsc
.wxMenu_SetTitle
,(self
,) + _args
, _kwargs
) 
 847     def GetLabel(self
, *_args
, **_kwargs
): 
 848         val 
= apply(windowsc
.wxMenu_GetLabel
,(self
,) + _args
, _kwargs
) 
 850     def SetLabel(self
, *_args
, **_kwargs
): 
 851         val 
= apply(windowsc
.wxMenu_SetLabel
,(self
,) + _args
, _kwargs
) 
 853     def GetHelpString(self
, *_args
, **_kwargs
): 
 854         val 
= apply(windowsc
.wxMenu_GetHelpString
,(self
,) + _args
, _kwargs
) 
 856     def SetHelpString(self
, *_args
, **_kwargs
): 
 857         val 
= apply(windowsc
.wxMenu_SetHelpString
,(self
,) + _args
, _kwargs
) 
 859     def UpdateUI(self
, *_args
, **_kwargs
): 
 860         val 
= apply(windowsc
.wxMenu_UpdateUI
,(self
,) + _args
, _kwargs
) 
 862     def Delete(self
, *_args
, **_kwargs
): 
 863         val 
= apply(windowsc
.wxMenu_Delete
,(self
,) + _args
, _kwargs
) 
 865     def DeleteItem(self
, *_args
, **_kwargs
): 
 866         val 
= apply(windowsc
.wxMenu_DeleteItem
,(self
,) + _args
, _kwargs
) 
 868     def Remove(self
, *_args
, **_kwargs
): 
 869         val 
= apply(windowsc
.wxMenu_Remove
,(self
,) + _args
, _kwargs
) 
 871     def RemoveItem(self
, *_args
, **_kwargs
): 
 872         val 
= apply(windowsc
.wxMenu_RemoveItem
,(self
,) + _args
, _kwargs
) 
 874     def Destroy(self
, *_args
, **_kwargs
): 
 875         val 
= apply(windowsc
.wxMenu_Destroy
,(self
,) + _args
, _kwargs
) 
 877     def DestroyId(self
, *_args
, **_kwargs
): 
 878         val 
= apply(windowsc
.wxMenu_DestroyId
,(self
,) + _args
, _kwargs
) 
 880     def DestroyItem(self
, *_args
, **_kwargs
): 
 881         val 
= apply(windowsc
.wxMenu_DestroyItem
,(self
,) + _args
, _kwargs
) 
 883     def GetMenuItemCount(self
, *_args
, **_kwargs
): 
 884         val 
= apply(windowsc
.wxMenu_GetMenuItemCount
,(self
,) + _args
, _kwargs
) 
 886     def GetMenuItems(self
, *_args
, **_kwargs
): 
 887         val 
= apply(windowsc
.wxMenu_GetMenuItems
,(self
,) + _args
, _kwargs
) 
 889     def SetEventHandler(self
, *_args
, **_kwargs
): 
 890         val 
= apply(windowsc
.wxMenu_SetEventHandler
,(self
,) + _args
, _kwargs
) 
 892     def GetEventHandler(self
, *_args
, **_kwargs
): 
 893         val 
= apply(windowsc
.wxMenu_GetEventHandler
,(self
,) + _args
, _kwargs
) 
 895     def SetInvokingWindow(self
, *_args
, **_kwargs
): 
 896         val 
= apply(windowsc
.wxMenu_SetInvokingWindow
,(self
,) + _args
, _kwargs
) 
 898     def GetInvokingWindow(self
, *_args
, **_kwargs
): 
 899         val 
= apply(windowsc
.wxMenu_GetInvokingWindow
,(self
,) + _args
, _kwargs
) 
 901     def GetStyle(self
, *_args
, **_kwargs
): 
 902         val 
= apply(windowsc
.wxMenu_GetStyle
,(self
,) + _args
, _kwargs
) 
 904     def IsAttached(self
, *_args
, **_kwargs
): 
 905         val 
= apply(windowsc
.wxMenu_IsAttached
,(self
,) + _args
, _kwargs
) 
 907     def SetParent(self
, *_args
, **_kwargs
): 
 908         val 
= apply(windowsc
.wxMenu_SetParent
,(self
,) + _args
, _kwargs
) 
 910     def GetParent(self
, *_args
, **_kwargs
): 
 911         val 
= apply(windowsc
.wxMenu_GetParent
,(self
,) + _args
, _kwargs
) 
 914         return "<C wxMenu instance at %s>" % (self
.this
,) 
 915 class wxMenu(wxMenuPtr
): 
 916     def __init__(self
,*_args
,**_kwargs
): 
 917         self
.this 
= apply(windowsc
.new_wxMenu
,_args
,_kwargs
) 
 919         self
._setOORInfo
(self
) 
 924 class wxMenuBarPtr(wxWindowPtr
): 
 925     def __init__(self
,this
): 
 928     def Append(self
, *_args
, **_kwargs
): 
 929         val 
= apply(windowsc
.wxMenuBar_Append
,(self
,) + _args
, _kwargs
) 
 931     def Insert(self
, *_args
, **_kwargs
): 
 932         val 
= apply(windowsc
.wxMenuBar_Insert
,(self
,) + _args
, _kwargs
) 
 934     def GetMenuCount(self
, *_args
, **_kwargs
): 
 935         val 
= apply(windowsc
.wxMenuBar_GetMenuCount
,(self
,) + _args
, _kwargs
) 
 937     def GetMenu(self
, *_args
, **_kwargs
): 
 938         val 
= apply(windowsc
.wxMenuBar_GetMenu
,(self
,) + _args
, _kwargs
) 
 940     def Replace(self
, *_args
, **_kwargs
): 
 941         val 
= apply(windowsc
.wxMenuBar_Replace
,(self
,) + _args
, _kwargs
) 
 943     def Remove(self
, *_args
, **_kwargs
): 
 944         val 
= apply(windowsc
.wxMenuBar_Remove
,(self
,) + _args
, _kwargs
) 
 946     def EnableTop(self
, *_args
, **_kwargs
): 
 947         val 
= apply(windowsc
.wxMenuBar_EnableTop
,(self
,) + _args
, _kwargs
) 
 949     def SetLabelTop(self
, *_args
, **_kwargs
): 
 950         val 
= apply(windowsc
.wxMenuBar_SetLabelTop
,(self
,) + _args
, _kwargs
) 
 952     def GetLabelTop(self
, *_args
, **_kwargs
): 
 953         val 
= apply(windowsc
.wxMenuBar_GetLabelTop
,(self
,) + _args
, _kwargs
) 
 955     def FindMenu(self
, *_args
, **_kwargs
): 
 956         val 
= apply(windowsc
.wxMenuBar_FindMenu
,(self
,) + _args
, _kwargs
) 
 958     def FindMenuItem(self
, *_args
, **_kwargs
): 
 959         val 
= apply(windowsc
.wxMenuBar_FindMenuItem
,(self
,) + _args
, _kwargs
) 
 961     def FindItemById(self
, *_args
, **_kwargs
): 
 962         val 
= apply(windowsc
.wxMenuBar_FindItemById
,(self
,) + _args
, _kwargs
) 
 964     def Enable(self
, *_args
, **_kwargs
): 
 965         val 
= apply(windowsc
.wxMenuBar_Enable
,(self
,) + _args
, _kwargs
) 
 967     def Check(self
, *_args
, **_kwargs
): 
 968         val 
= apply(windowsc
.wxMenuBar_Check
,(self
,) + _args
, _kwargs
) 
 970     def IsChecked(self
, *_args
, **_kwargs
): 
 971         val 
= apply(windowsc
.wxMenuBar_IsChecked
,(self
,) + _args
, _kwargs
) 
 973     def IsEnabled(self
, *_args
, **_kwargs
): 
 974         val 
= apply(windowsc
.wxMenuBar_IsEnabled
,(self
,) + _args
, _kwargs
) 
 976     def SetLabel(self
, *_args
, **_kwargs
): 
 977         val 
= apply(windowsc
.wxMenuBar_SetLabel
,(self
,) + _args
, _kwargs
) 
 979     def GetLabel(self
, *_args
, **_kwargs
): 
 980         val 
= apply(windowsc
.wxMenuBar_GetLabel
,(self
,) + _args
, _kwargs
) 
 982     def SetHelpString(self
, *_args
, **_kwargs
): 
 983         val 
= apply(windowsc
.wxMenuBar_SetHelpString
,(self
,) + _args
, _kwargs
) 
 985     def GetHelpString(self
, *_args
, **_kwargs
): 
 986         val 
= apply(windowsc
.wxMenuBar_GetHelpString
,(self
,) + _args
, _kwargs
) 
 989         return "<C wxMenuBar instance at %s>" % (self
.this
,) 
 990 class wxMenuBar(wxMenuBarPtr
): 
 991     def __init__(self
,*_args
,**_kwargs
): 
 992         self
.this 
= apply(windowsc
.new_wxMenuBar
,_args
,_kwargs
) 
 994         self
._setOORInfo
(self
) 
 999 class wxMenuItemPtr(wxObjectPtr
): 
1000     def __init__(self
,this
): 
1003     def GetMenu(self
, *_args
, **_kwargs
): 
1004         val 
= apply(windowsc
.wxMenuItem_GetMenu
,(self
,) + _args
, _kwargs
) 
1006     def SetId(self
, *_args
, **_kwargs
): 
1007         val 
= apply(windowsc
.wxMenuItem_SetId
,(self
,) + _args
, _kwargs
) 
1009     def GetId(self
, *_args
, **_kwargs
): 
1010         val 
= apply(windowsc
.wxMenuItem_GetId
,(self
,) + _args
, _kwargs
) 
1012     def IsSeparator(self
, *_args
, **_kwargs
): 
1013         val 
= apply(windowsc
.wxMenuItem_IsSeparator
,(self
,) + _args
, _kwargs
) 
1015     def SetText(self
, *_args
, **_kwargs
): 
1016         val 
= apply(windowsc
.wxMenuItem_SetText
,(self
,) + _args
, _kwargs
) 
1018     def GetLabel(self
, *_args
, **_kwargs
): 
1019         val 
= apply(windowsc
.wxMenuItem_GetLabel
,(self
,) + _args
, _kwargs
) 
1021     def GetText(self
, *_args
, **_kwargs
): 
1022         val 
= apply(windowsc
.wxMenuItem_GetText
,(self
,) + _args
, _kwargs
) 
1024     def GetKind(self
, *_args
, **_kwargs
): 
1025         val 
= apply(windowsc
.wxMenuItem_GetKind
,(self
,) + _args
, _kwargs
) 
1027     def SetCheckable(self
, *_args
, **_kwargs
): 
1028         val 
= apply(windowsc
.wxMenuItem_SetCheckable
,(self
,) + _args
, _kwargs
) 
1030     def IsCheckable(self
, *_args
, **_kwargs
): 
1031         val 
= apply(windowsc
.wxMenuItem_IsCheckable
,(self
,) + _args
, _kwargs
) 
1033     def IsSubMenu(self
, *_args
, **_kwargs
): 
1034         val 
= apply(windowsc
.wxMenuItem_IsSubMenu
,(self
,) + _args
, _kwargs
) 
1036     def SetSubMenu(self
, *_args
, **_kwargs
): 
1037         val 
= apply(windowsc
.wxMenuItem_SetSubMenu
,(self
,) + _args
, _kwargs
) 
1039     def GetSubMenu(self
, *_args
, **_kwargs
): 
1040         val 
= apply(windowsc
.wxMenuItem_GetSubMenu
,(self
,) + _args
, _kwargs
) 
1042     def Enable(self
, *_args
, **_kwargs
): 
1043         val 
= apply(windowsc
.wxMenuItem_Enable
,(self
,) + _args
, _kwargs
) 
1045     def IsEnabled(self
, *_args
, **_kwargs
): 
1046         val 
= apply(windowsc
.wxMenuItem_IsEnabled
,(self
,) + _args
, _kwargs
) 
1048     def Check(self
, *_args
, **_kwargs
): 
1049         val 
= apply(windowsc
.wxMenuItem_Check
,(self
,) + _args
, _kwargs
) 
1051     def IsChecked(self
, *_args
, **_kwargs
): 
1052         val 
= apply(windowsc
.wxMenuItem_IsChecked
,(self
,) + _args
, _kwargs
) 
1054     def Toggle(self
, *_args
, **_kwargs
): 
1055         val 
= apply(windowsc
.wxMenuItem_Toggle
,(self
,) + _args
, _kwargs
) 
1057     def SetHelp(self
, *_args
, **_kwargs
): 
1058         val 
= apply(windowsc
.wxMenuItem_SetHelp
,(self
,) + _args
, _kwargs
) 
1060     def GetHelp(self
, *_args
, **_kwargs
): 
1061         val 
= apply(windowsc
.wxMenuItem_GetHelp
,(self
,) + _args
, _kwargs
) 
1063     def GetAccel(self
, *_args
, **_kwargs
): 
1064         val 
= apply(windowsc
.wxMenuItem_GetAccel
,(self
,) + _args
, _kwargs
) 
1065         if val
: val 
= wxAcceleratorEntryPtr(val
)  
1067     def SetAccel(self
, *_args
, **_kwargs
): 
1068         val 
= apply(windowsc
.wxMenuItem_SetAccel
,(self
,) + _args
, _kwargs
) 
1070     def SetFont(self
, *_args
, **_kwargs
): 
1071         val 
= apply(windowsc
.wxMenuItem_SetFont
,(self
,) + _args
, _kwargs
) 
1073     def GetFont(self
, *_args
, **_kwargs
): 
1074         val 
= apply(windowsc
.wxMenuItem_GetFont
,(self
,) + _args
, _kwargs
) 
1075         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
1077     def SetTextColour(self
, *_args
, **_kwargs
): 
1078         val 
= apply(windowsc
.wxMenuItem_SetTextColour
,(self
,) + _args
, _kwargs
) 
1080     def GetTextColour(self
, *_args
, **_kwargs
): 
1081         val 
= apply(windowsc
.wxMenuItem_GetTextColour
,(self
,) + _args
, _kwargs
) 
1082         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1084     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
1085         val 
= apply(windowsc
.wxMenuItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
) 
1087     def GetBackgroundColour(self
, *_args
, **_kwargs
): 
1088         val 
= apply(windowsc
.wxMenuItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
) 
1089         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
1091     def SetBitmaps(self
, *_args
, **_kwargs
): 
1092         val 
= apply(windowsc
.wxMenuItem_SetBitmaps
,(self
,) + _args
, _kwargs
) 
1094     def SetBitmap(self
, *_args
, **_kwargs
): 
1095         val 
= apply(windowsc
.wxMenuItem_SetBitmap
,(self
,) + _args
, _kwargs
) 
1097     def GetBitmap(self
, *_args
, **_kwargs
): 
1098         val 
= apply(windowsc
.wxMenuItem_GetBitmap
,(self
,) + _args
, _kwargs
) 
1099         if val
: val 
= wxBitmapPtr(val
) ; val
.thisown 
= 1 
1101     def SetMarginWidth(self
, *_args
, **_kwargs
): 
1102         val 
= apply(windowsc
.wxMenuItem_SetMarginWidth
,(self
,) + _args
, _kwargs
) 
1104     def GetMarginWidth(self
, *_args
, **_kwargs
): 
1105         val 
= apply(windowsc
.wxMenuItem_GetMarginWidth
,(self
,) + _args
, _kwargs
) 
1107     def IsOwnerDrawn(self
, *_args
, **_kwargs
): 
1108         val 
= apply(windowsc
.wxMenuItem_IsOwnerDrawn
,(self
,) + _args
, _kwargs
) 
1110     def ResetOwnerDrawn(self
, *_args
, **_kwargs
): 
1111         val 
= apply(windowsc
.wxMenuItem_ResetOwnerDrawn
,(self
,) + _args
, _kwargs
) 
1114         return "<C wxMenuItem instance at %s>" % (self
.this
,) 
1115 class wxMenuItem(wxMenuItemPtr
): 
1116     def __init__(self
,*_args
,**_kwargs
): 
1117         self
.this 
= apply(windowsc
.new_wxMenuItem
,_args
,_kwargs
) 
1125 #-------------- FUNCTION WRAPPERS ------------------ 
1127 def wxWindow_FromHWND(*_args
, **_kwargs
): 
1128     val 
= apply(windowsc
.wxWindow_FromHWND
,_args
,_kwargs
) 
1131 wxValidator_IsSilent 
= windowsc
.wxValidator_IsSilent
 
1133 wxValidator_SetBellOnError 
= windowsc
.wxValidator_SetBellOnError
 
1135 def wxWindow_FindFocus(*_args
, **_kwargs
): 
1136     val 
= apply(windowsc
.wxWindow_FindFocus
,_args
,_kwargs
) 
1139 wxWindow_NewControlId 
= windowsc
.wxWindow_NewControlId
 
1141 wxWindow_NextControlId 
= windowsc
.wxWindow_NextControlId
 
1143 wxWindow_PrevControlId 
= windowsc
.wxWindow_PrevControlId
 
1145 wxMenuItem_GetLabelFromText 
= windowsc
.wxMenuItem_GetLabelFromText
 
1147 wxMenuItem_GetDefaultMarginWidth 
= windowsc
.wxMenuItem_GetDefaultMarginWidth
 
1151 #-------------- VARIABLE WRAPPERS ------------------