X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0555b2a0a3c509687e7fc5aeb160f5171b7e6311..d3feb55c4990a28bbf3c43c239865a958dd6de62:/interface/wx/richtooltip.h?ds=inline diff --git a/interface/wx/richtooltip.h b/interface/wx/richtooltip.h index 6e0a014411..6c4615d442 100644 --- a/interface/wx/richtooltip.h +++ b/interface/wx/richtooltip.h @@ -175,15 +175,20 @@ public: void SetTitleFont(const wxFont& font); /** - Show the tooltip for the given window. + Show the tooltip for the given window and optionally specify where to + show the tooltip. - The tooltip tip points to the (middle of the) specified window which - must be non-@NULL. + By default the tooltip tip points to the (middle of the) specified + window which must be non-@NULL or, if @a rect is non-@NULL, the middle + of the specified wxRect. Currently the native MSW implementation is used only if @a win is a - wxTextCtrl. This limitation may be removed in the future. + 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); + void ShowFor(wxWindow* win, wxRect* rect = NULL); /** Destructor.