%rename(XmlResourceHandler) wxPyXmlResourceHandler;
class wxPyXmlResourceHandler : public wxObject {
public:
- %pythonAppend wxPyXmlResourceHandler "self._setCallbackInfo(self, XmlResourceHandler)"
+ %pythonAppend wxPyXmlResourceHandler setCallbackInfo(XmlResourceHandler)
wxPyXmlResourceHandler() : wxXmlResourceHandler() {}
~wxPyXmlResourceHandler();