+ self.this = htmlc.new_wxHtmlWidgetCell(*_args,**_kwargs)
+ self.thisown = 1
+
+
+
+
+class wxHtmlFilterPtr(wxObjectPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def _setCallbackInfo(self, *_args, **_kwargs):
+ val = htmlc.wxHtmlFilter__setCallbackInfo(self, *_args, **_kwargs)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxHtmlFilter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxHtmlFilter(wxHtmlFilterPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = htmlc.new_wxHtmlFilter(*_args,**_kwargs)