]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/tooltip.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / mac / carbon / tooltip.h
index 0599a7b0d54152ebdb0431a530f562db67c313d3..df51d47ffbba8047f982d5c33ae1fc56c47e9f5b 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/string.h"
 #include "wx/event.h"
 
-class wxToolTip : public wxObject
+class WXDLLIMPEXP_CORE wxToolTip : public wxObject
 {
 public:
     // ctor & dtor
@@ -36,6 +36,10 @@ public:
     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);
     static void NotifyWindowDelete( WXHWND win ) ;
 
     // implementation only from now on