]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tooltip.h
Document wxBK_HITTEST_XXX values.
[wxWidgets.git] / interface / wx / tooltip.h
index 372b7941693b1055d6596e50f3f7b7fdd1fd9914..bb255cd08b60c3af5a383f3dfa0f8c9600835d52 100644 (file)
@@ -48,7 +48,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);
 
@@ -77,7 +77,7 @@ public:
     /**
         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);