Another addtomethod removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2abd8d78a6
commit
03a2f00c1a
@ -66,10 +66,10 @@ IMP_PYCALLBACK_STRING_STRING(wxPyTipProvider, wxTipProvider, PreprocessTip);
|
||||
// Now let SWIG know about it
|
||||
class wxPyTipProvider : public wxTipProvider {
|
||||
public:
|
||||
%pythonAppend wxPyTipProvider "self._setCallbackInfo(self, PyTipProvider)"
|
||||
wxPyTipProvider(size_t currentTip);
|
||||
|
||||
void _setCallbackInfo(PyObject* self, PyObject* _class);
|
||||
%pragma(python) addtomethod = "__init__:self._setCallbackInfo(self, wxPyTipProvider)"
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user