git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41361
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
public:
%pythonAppend wxPyXmlResourceHandler "self._setCallbackInfo(self, XmlResourceHandler)"
wxPyXmlResourceHandler() : wxXmlResourceHandler() {}
- //~wxPyXmlResourceHandler();
+ ~wxPyXmlResourceHandler();
void _setCallbackInfo(PyObject* self, PyObject* _class);
// Initialize handlers for all supported controls/windows.
void InitAllHandlers();
+
+ %disownarg( wxPyXmlResourceHandler *handler );
+
// Initialize only specific handler (or custom handler). Convention says
// that handler name is equal to control's name plus 'XmlHandler', e.g.
// wxTextCtrlXmlHandler, wxHtmlWindowXmlHandler. XML resource compiler
// Add a new handler at the begining of the handler list
void InsertHandler(wxPyXmlResourceHandler *handler);
+ %cleardisown( wxPyXmlResourceHandler *handler );
+
+
// Removes all handlers
void ClearHandlers();