]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tooltip.h
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter...
[wxWidgets.git] / interface / wx / tooltip.h
index 4dc2a448fc6e33679b4f9c600e24107d445005ed..ea6f30d2064b745e4002bd0e7246801aa90e6320 100644 (file)
@@ -59,6 +59,21 @@ public:
     */
     static void SetDelay(long msecs);
 
+    /**
+        Set tooltip maximal width in pixels.
+
+        By default, tooltips are wrapped at a suitably chosen width. You can
+        pass -1 as @a width to disable wrapping them completely, 0 to restore
+        the default behaviour or an arbitrary positive value to wrap them at
+        the given width.
+
+        Notice that this function does not change the width of the tooltips
+        created before calling it.
+
+        @note Currently this function is wxMSW-only.
+    */
+    static void SetMaxWidth(int width);
+
     /**
         Set the delay between subsequent tooltips to appear.