git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71347
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxWindow* win = NULL,
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxWindow* win = NULL,
- const wxCursor& iconCopy = wxNullIcon,
- const wxCursor& iconMove = wxNullIcon,
- const wxCursor& iconNone = wxNullIcon);
+ const wxCursor& iconCopy = wxNullCursor,
+ const wxCursor& iconMove = wxNullCursor,
+ const wxCursor& iconNone = wxNullCursor);
/**
The constructor taking a wxDataObject.
/**
The constructor taking a wxDataObject.
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxDataObject& data, wxWindow* win = NULL,
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxDataObject& data, wxWindow* win = NULL,
- const wxCursor& iconCopy = wxNullIcon,
- const wxCursor& iconMove = wxNullIcon,
- const wxCursor& iconNone = wxNullIcon);
+ const wxCursor& iconCopy = wxNullCursor,
+ const wxCursor& iconMove = wxNullCursor,
+ const wxCursor& iconNone = wxNullCursor);
/**
This constructor requires that you must call SetData() later.
/**
This constructor requires that you must call SetData() later.
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxWindow* win = NULL,
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxWindow* win = NULL,
- const wxIcon& iconCopy = wxNullCursor,
- const wxIcon& iconMove = wxNullCursor,
- const wxIcon& iconNone = wxNullCursor);
+ const wxIcon& iconCopy = wxNullIcon,
+ const wxIcon& iconMove = wxNullIcon,
+ const wxIcon& iconNone = wxNullIcon);
/**
The constructor taking a wxDataObject.
/**
The constructor taking a wxDataObject.
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxDataObject& data, wxWindow* win = NULL,
The icon or cursor used for feedback when operation can't be done.
*/
wxDropSource(wxDataObject& data, wxWindow* win = NULL,
- const wxIcon& iconCopy = wxNullCursor,
- const wxIcon& iconMove = wxNullCursor,
- const wxIcon& iconNone = wxNullCursor);
+ const wxIcon& iconCopy = wxNullIcon,
+ const wxIcon& iconMove = wxNullIcon,
+ const wxIcon& iconNone = wxNullIcon);
/**
Starts the drag-and-drop operation which will terminate when the user
/**
Starts the drag-and-drop operation which will terminate when the user