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