X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..5c7b506103cfc078a821860766e31c47d595e07f:/interface/tipwin.h diff --git a/interface/tipwin.h b/interface/tipwin.h index 306314d349..63d63a3ed5 100644 --- a/interface/tipwin.h +++ b/interface/tipwin.h @@ -26,7 +26,7 @@ class wxTipWindow : public wxWindow public: /** Constructor. The tip is shown immediately after the window is constructed. - + @param parent The parent window, must be non-@NULL @param text @@ -55,7 +55,7 @@ public: Additionally, if a non-empty @a rectBound is provided, the tip window will also automatically close if the mouse leaves this area. This is useful to dismiss the tip mouse when the mouse leaves the object it is associated with. - + @param rectBound The bounding rectangle for the mouse in the screen coordinates */