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:
@@ -58,12 +58,12 @@ IMP_PYCALLBACK_BOOL_DR(wxPyDropSource, wxDropSource, GiveFeedback);
|
|||||||
%name(DropSource) class wxPyDropSource {
|
%name(DropSource) class wxPyDropSource {
|
||||||
public:
|
public:
|
||||||
#ifndef __WXGTK__
|
#ifndef __WXGTK__
|
||||||
wxPyDropSource(wxWindow *win = NULL,
|
wxPyDropSource(wxWindow *win,
|
||||||
const wxCursor © = wxNullCursor,
|
const wxCursor © = wxNullCursor,
|
||||||
const wxCursor &move = wxNullCursor,
|
const wxCursor &move = wxNullCursor,
|
||||||
const wxCursor &none = wxNullCursor);
|
const wxCursor &none = wxNullCursor);
|
||||||
#else
|
#else
|
||||||
wxPyDropSource(wxWindow *win = NULL,
|
wxPyDropSource(wxWindow *win,
|
||||||
const wxIcon& copy = wxNullIcon,
|
const wxIcon& copy = wxNullIcon,
|
||||||
const wxIcon& move = wxNullIcon,
|
const wxIcon& move = wxNullIcon,
|
||||||
const wxIcon& none = wxNullIcon);
|
const wxIcon& none = wxNullIcon);
|
||||||
|
Reference in New Issue
Block a user