]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtooltip.h
Document that wxDC::FloodFill() is not implemented under wxOSX.
[wxWidgets.git] / interface / wx / richtooltip.h
index 6c4615d442d13a3ab0458274b16b208b241fa518..62f6c4fdb7041fc68d0679b35b9942a685733f55 100644 (file)
@@ -182,13 +182,15 @@ public:
         window which must be non-@NULL or, if @a rect is non-@NULL, the middle
         of the specified wxRect.
 
+        The coordinates of the @a rect parameter are relative to the given window.
+
         Currently the native MSW implementation is used only if @a win is a
         wxTextCtrl and @a rect is @NULL. This limitation may be removed in the
         future.
 
         Parameter @a rect is new since wxWidgets 2.9.5.
      */
-    void ShowFor(wxWindow* win, wxRect* rect = NULL);
+    void ShowFor(wxWindow* win, const wxRect* rect = NULL);
 
     /**
         Destructor.