]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/tooltip.h
process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes...
[wxWidgets.git] / include / wx / palmos / tooltip.h
index 3df3d53f10f46a64ebfcb78c30cb26f3f8948209..a7af972c54c99a852b30416a11dae6b50f3ed757 100644 (file)
@@ -33,6 +33,10 @@ public:
     static void Enable(bool flag);
         // set the delay after which the tooltip appears
     static void SetDelay(long milliseconds);
     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);
 
     // implementation only from now on
     // -------------------------------
 
     // implementation only from now on
     // -------------------------------