]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/tooltip.h
Correct form of mnemonics returned by wxGTK wxMenu::GetTitle().
[wxWidgets.git] / include / wx / gtk1 / tooltip.h
index 8d03757923fcf2b8201baa6e8b7f49af166316a0..08a9755abc8dcb19cb1cafaa481a2787d445c9d6 100644 (file)
@@ -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 );