]> git.saurik.com Git - wxWidgets.git/commitdiff
value of wrap parameter of wxStaticText must be specified in pixels, not characters
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Jun 2009 12:17:34 +0000 (12:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Jun 2009 12:17:34 +0000 (12:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/xrc_format.h

index 7e34b6daaa10c543bdc25f0df34e5804124c4b53..f2e0164858ffed5692c4091e5c840baa20bd1e24 100644 (file)
@@ -1494,7 +1494,7 @@ No additional properties.
 @row3col{label, @ref overview_xrcformat_type_text,
      Label to display (required).}
 @row3col{wrap, integer,
-     Number of characters per line to wrap the text for, see
+     Wrap the text so that each line is at most the given number of pixels, see
      wxStaticText::Wrap() (default: no wrap).}
 @endTable