X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b6b12176bc7f1fbe508c77f7e5bfb448484886..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/dnd.h diff --git a/interface/wx/dnd.h b/interface/wx/dnd.h index 278aa057d3..719ab99433 100644 --- a/interface/wx/dnd.h +++ b/interface/wx/dnd.h @@ -310,10 +310,24 @@ public: @param res The drag result to set the icon for. @param cursor - The ion to show when this drag result occurs. + The icon to show when this drag result occurs. + + @onlyfor{wxmsw,wxosx} */ void SetCursor(wxDragResult res, const wxCursor& cursor); + /** + Set the icon to use for a certain drag result. + + @param res + The drag result to set the icon for. + @param icon + The icon to show when this drag result occurs. + + @onlyfor{wxgtk} + */ + void SetIcon(wxDragResult res, const wxIcon& icon); + /** Sets the data wxDataObject associated with the drop source. This will not delete any previously associated data.