]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtooltip.h
Remove connection of MyDllApp::OnIdle() handler in the dll sample.
[wxWidgets.git] / include / wx / richtooltip.h
index c642b04c2b43734208933c2a33d9b919cd6d19da..4052a5d00c568e0d71a06dec42b1786dc92cfed8 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, wxRect* rect = NULL);
 
     // Non-virtual dtor as this class is not supposed to be derived from.
     ~wxRichToolTip();