- def __init__(self,arg0,arg1,arg2,*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(controlsc.new_wxStaticBox,(arg0.this,arg1,arg2,)+args)
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(controlsc.new_wxStaticBox,_args,_kwargs)
+ self.thisown = 1
+
+
+
+
+class wxStaticLinePtr(wxControlPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def __repr__(self):
+ return "<C wxStaticLine instance at %s>" % (self.this,)
+class wxStaticLine(wxStaticLinePtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = apply(controlsc.new_wxStaticLine,_args,_kwargs)