]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/private/richtooltip.h
Add "rect" paramerer to wxRichToolTip::ShowFor().
[wxWidgets.git] / include / wx / generic / private / richtooltip.h
index 8cd1b0e0dd462e9e09138f508243cf853c2c6e09..c296b0c5efadaf31202264d9a3904e52fc25e161 100644 (file)
@@ -42,7 +42,7 @@ public:
     virtual void SetTipKind(wxTipKind tipKind);
     virtual void SetTitleFont(const wxFont& font);
 
-    virtual void ShowFor(wxWindow* win);
+    virtual void ShowFor(wxWindow* win, wxRect* rect = NULL);
 
 protected:
     wxString m_title,