New toolbar wrappers
wxMask demos GenericButton now derives from wxControl Lots of small changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,9 +142,7 @@ public:
|
||||
wxPyValidator();
|
||||
// ~wxPyValidator();
|
||||
|
||||
%addmethods {
|
||||
void Destroy() { delete self; }
|
||||
}
|
||||
%addmethods { void Destroy() { delete self; } }
|
||||
|
||||
void _setSelf(PyObject* self, int incref=TRUE);
|
||||
%pragma(python) addtomethod = "__init__:self._setSelf(self, 0)"
|
||||
|
||||
Reference in New Issue
Block a user