]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tooltip.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / tooltip.h
index cb4abd73ae192566653ca17f2c74f8113336506c..61431d73e97b314ab7cd66e4f84b0d715a25e430 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        tooltip.h
 // Purpose:     interface of wxToolTip
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -48,7 +47,7 @@ public:
         Set the delay after which the tooltip disappears or how long a tooltip
         remains visible.
 
-        @note May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
+        @note May not be supported on all platforms (eg. wxCocoa, GTK).
     */
     static void SetAutoPop(long msecs);
 
@@ -72,12 +71,12 @@ public:
 
         @note Currently this function is wxMSW-only.
     */
-    static void SetMaxWidth(int width) { ms_maxWidth = width; }
+    static void SetMaxWidth(int width);
 
     /**
         Set the delay between subsequent tooltips to appear.
 
-        @note May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
+        @note May not be supported on all platforms (eg. wxCocoa, GTK).
     */
     static void SetReshow(long msecs);