- def __repr__(self):
- return "<C wxWindow instance>"
-class wxWindow(wxWindowPtr):
- def __init__(self,arg0,arg1,*args) :
- argl = map(None,args)
- try: argl[0] = argl[0].this
- except: pass
- try: argl[1] = argl[1].this
- except: pass
- args = tuple(argl)
- self.this = apply(windowsc.new_wxWindow,(arg0.this,arg1,)+args)
- self.thisown = 1
-
-
-
-
-class wxFramePtr(wxWindowPtr):
- def __init__(self,this):
- self.this = this
- self.thisown = 0
- def Centre(self,*args):
- val = apply(windowsc.wxFrame_Centre,(self.this,)+args)
- return val
- def CreateStatusBar(self,*args):
- val = apply(windowsc.wxFrame_CreateStatusBar,(self.this,)+args)
- return val
- def GetMenuBar(self):
- val = windowsc.wxFrame_GetMenuBar(self.this)
- val = wxMenuBarPtr(val)
+ def WarpPointer(self,arg0,arg1):
+ val = windowsc.wxWindow_WarpPointer(self.this,arg0,arg1)