X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..7bc0ff86728ce5ebecefa7120611ae9a50144c34:/include/wx/gtk1/tooltip.h diff --git a/include/wx/gtk1/tooltip.h b/include/wx/gtk1/tooltip.h index 8d03757923..08a9755abc 100644 --- a/include/wx/gtk1/tooltip.h +++ b/include/wx/gtk1/tooltip.h @@ -31,6 +31,10 @@ public: // globally change the tooltip parameters static void Enable( bool flag ); static void SetDelay( long msecs ); + // set the delay after which the tooltip disappears or how long the tooltip remains visible + static void SetAutoPop(long msecs); + // set the delay between subsequent tooltips to appear + static void SetReshow(long msecs); wxToolTip( const wxString &tip );