added a "wxWindow *" (unused) argument for wxGTK compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6d9669450d
commit
4b13e6aeb2
@ -43,8 +43,10 @@ public:
|
||||
};
|
||||
|
||||
// ctors: if you use default ctor you must call SetData() later!
|
||||
wxDropSource();
|
||||
wxDropSource(wxDataObject& data);
|
||||
// NB: the "wxWindow *win" parameter is unused and is here only for wxGTK
|
||||
// compatibility
|
||||
wxDropSource(wxWindow *win = NULL);
|
||||
wxDropSource(wxDataObject& data, wxWindow *win = NULL);
|
||||
|
||||
void SetData(wxDataObject& data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user