]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
more Doxygen warning fixes
[wxWidgets.git] / interface / wx / window.h
index bc0f7c33f5208c544f795138836f6d4776ddaf03..cbb1e4e8d09b7925a1d8fe5023f2742ff4fca5aa 100644 (file)
@@ -600,7 +600,11 @@ public:
             If @true, the window is eligible for drop file events.
             If @false, the window will not accept drop file events.
 
-        @remarks Windows only.
+        @remarks Windows only until version 2.8.9, available on all platforms
+                 since 2.8.10. Cannot be used together with SetDropTarget() on
+                 non-Windows platforms.
+
+        @see SetDropTarget()
     */
     virtual void DragAcceptFiles(bool accept);