-class wxToolBarSimplePtr(wxToolBarBasePtr):
- def __init__(self,this):
- self.this = this
- self.thisown = 0
- def __repr__(self):
- return "<C wxToolBarSimple instance>"
-class wxToolBarSimple(wxToolBarSimplePtr):
- 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(stattoolc.new_wxToolBarSimple,(arg0.this,arg1,)+args)
- self.thisown = 1
- wxp._StdWindowCallbacks(self)
-
-
-
-