]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtooltip.h
Document that wxDC::FloodFill() is not implemented under wxOSX.
[wxWidgets.git] / include / wx / richtooltip.h
index c642b04c2b43734208933c2a33d9b919cd6d19da..fa24931fbdb683308d8fd7433a66a5ecd87c600b 100644 (file)
@@ -87,8 +87,8 @@ public:
     // or colour appropriate for the current platform.
     void SetTitleFont(const wxFont& font);
 
-    // Show the tooltip for the given window.
-    void ShowFor(wxWindow* win);
+    // Show the tooltip for the given window and optionally a specified area.
+    void ShowFor(wxWindow* win, const wxRect* rect = NULL);
 
     // Non-virtual dtor as this class is not supposed to be derived from.
     ~wxRichToolTip();