]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
adding lowlevel hook to listbox
[wxWidgets.git] / include / wx / msw / tooltip.h
index 8a3aed18445fddcdff3fc6ff2cde7f8d6a39499c..0e7bafe04ae7e758381fd08a25cca979f1078e9d 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "wx/object.h"
 
-class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
 
-class WXDLLEXPORT wxToolTip : public wxObject
+class WXDLLIMPEXP_CORE wxToolTip : public wxObject
 {
 public:
     // ctor & dtor
@@ -37,6 +37,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);
 
     // implementation only from now on
     // -------------------------------