X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85855db1c4812817e4e493f41550b3be06cde8ea..ccd96bfe8e90099e6e6e76464aa969c4ad61c1f0:/include/wx/mac/carbon/tooltip.h diff --git a/include/wx/mac/carbon/tooltip.h b/include/wx/mac/carbon/tooltip.h index 0599a7b0d5..df51d47ffb 100644 --- a/include/wx/mac/carbon/tooltip.h +++ b/include/wx/mac/carbon/tooltip.h @@ -15,7 +15,7 @@ #include "wx/string.h" #include "wx/event.h" -class wxToolTip : public wxObject +class WXDLLIMPEXP_CORE wxToolTip : public wxObject { public: // ctor & dtor @@ -36,6 +36,10 @@ public: static void Enable(bool flag); // set the delay after which the tooltip appears static void SetDelay(long milliseconds); + // set the delay after which the tooltip disappears or how long the tooltip remains visible + static void SetAutoPop(long milliseconds); + // set the delay between subsequent tooltips to appear + static void SetReshow(long milliseconds); static void NotifyWindowDelete( WXHWND win ) ; // implementation only from now on