]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynlib.h
document that dragging in wxTreeCtrl needs to be explicitely allowed (fixes #3915)
[wxWidgets.git] / interface / wx / dynlib.h
index 5810f64b6abc816d8630cf860431f7947a9cfc9b..1651721c916705313d8ae566fe5fcb260345282b 100644 (file)
@@ -166,6 +166,8 @@ public:
         function, you can use just the base name of the function and the
         correct suffix is appended automatically depending on the current
         build. Otherwise, this method is identical to GetSymbol().
+
+        @onlyfor{wxmsw}
     */
     void* GetSymbolAorW(const wxString& name) const;