};
%{
+ // See below in the init function...
wxClipboard* wxPyTheClipboard;
%}
%readonly
const wxIcon &go = wxNullIcon)
: wxDropSource(win, go) {}
#endif
+ ~wxPyDropSource() { }
+
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
PYPRIVATE;
};
const wxIcon &go = wxNullIcon);
#endif
- void _setSelf(PyObject* self);
- %pragma(python) addtomethod = "__init__:self._setSelf(self)"
+ void _setSelf(PyObject* self, int incref);
+ %pragma(python) addtomethod = "__init__:self._setSelf(self, 0)"
~wxPyDropSource();
void SetData(wxDataObject& data);