]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dnd.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / dnd.h
index 278aa057d3f199282b0833d5520080baff4ab96f..719ab9943354fda25dc1b7800c075cf7d8594dbe 100644 (file)
@@ -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.