wxMac uses wxCursors now too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -454,7 +454,7 @@ bool wxIsDragResultOk(wxDragResult res);
|
|||||||
%{
|
%{
|
||||||
class wxPyDropSource : public wxDropSource {
|
class wxPyDropSource : public wxDropSource {
|
||||||
public:
|
public:
|
||||||
#ifdef __WXMSW__
|
#ifndef __WXGTK__
|
||||||
wxPyDropSource(wxWindow *win = NULL,
|
wxPyDropSource(wxWindow *win = NULL,
|
||||||
const wxCursor © = wxNullCursor,
|
const wxCursor © = wxNullCursor,
|
||||||
const wxCursor &move = wxNullCursor,
|
const wxCursor &move = wxNullCursor,
|
||||||
@@ -480,7 +480,7 @@ IMP_PYCALLBACK_BOOL_DR(wxPyDropSource, wxDropSource, GiveFeedback);
|
|||||||
|
|
||||||
%name(wxDropSource) class wxPyDropSource {
|
%name(wxDropSource) class wxPyDropSource {
|
||||||
public:
|
public:
|
||||||
#ifdef __WXMSW__
|
#ifndef __WXGTK__
|
||||||
wxPyDropSource(wxWindow *win = NULL,
|
wxPyDropSource(wxWindow *win = NULL,
|
||||||
const wxCursor © = wxNullCursor,
|
const wxCursor © = wxNullCursor,
|
||||||
const wxCursor &move = wxNullCursor,
|
const wxCursor &move = wxNullCursor,
|
||||||
|
Reference in New Issue
Block a user