]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tooltip.h
remove the unnecessary non-const GetPage() overload
[wxWidgets.git] / include / wx / gtk / tooltip.h
index add64f06bc64081f6755dc44d497f88ff1dcfde8..de97789e55d6df709f4b790015e7b3a6f5e178c0 100644 (file)
@@ -33,6 +33,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);
 
     // get/set the tooltip text
     void SetTip( const wxString &tip );