};
%{
+ // See below in the init function...
wxClipboard* wxPyTheClipboard;
%}
%readonly
const wxIcon &go = wxNullIcon)
: wxDropSource(win, go) {}
#endif
- ~wxPyDropSource() { printf("dtor\n"); }
+ ~wxPyDropSource() { }
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
PYPRIVATE;