X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c3b6f606364ae8bd86eeeb3e129636c5294ea85..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/include/wx/richtooltip.h?ds=sidebyside diff --git a/include/wx/richtooltip.h b/include/wx/richtooltip.h index c642b04c2b..fa24931fbd 100644 --- a/include/wx/richtooltip.h +++ b/include/wx/richtooltip.h @@ -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();