X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6268c151c84762a9d664b6e9a7e938ef2619415..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/richtooltip.h diff --git a/interface/wx/richtooltip.h b/interface/wx/richtooltip.h index 205ba266a0..62f6c4fdb7 100644 --- a/interface/wx/richtooltip.h +++ b/interface/wx/richtooltip.h @@ -182,6 +182,8 @@ public: window which must be non-@NULL or, if @a rect is non-@NULL, the middle of the specified wxRect. + The coordinates of the @a rect parameter are relative to the given window. + Currently the native MSW implementation is used only if @a win is a wxTextCtrl and @a rect is @NULL. This limitation may be removed in the future.