X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..619df5a4e25a131c38dbaa2b9c0eab481c344723:/include/wx/gtk1/tooltip.h?ds=inline 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 );