Don't allow parameterless wxDropSource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2571247b80
commit
e6477984b1
@ -58,12 +58,12 @@ IMP_PYCALLBACK_BOOL_DR(wxPyDropSource, wxDropSource, GiveFeedback);
|
||||
%name(DropSource) class wxPyDropSource {
|
||||
public:
|
||||
#ifndef __WXGTK__
|
||||
wxPyDropSource(wxWindow *win = NULL,
|
||||
wxPyDropSource(wxWindow *win,
|
||||
const wxCursor © = wxNullCursor,
|
||||
const wxCursor &move = wxNullCursor,
|
||||
const wxCursor &none = wxNullCursor);
|
||||
#else
|
||||
wxPyDropSource(wxWindow *win = NULL,
|
||||
wxPyDropSource(wxWindow *win,
|
||||
const wxIcon& copy = wxNullIcon,
|
||||
const wxIcon& move = wxNullIcon,
|
||||
const wxIcon& none = wxNullIcon);
|
||||
|
Loading…
Reference in New Issue
Block a user