From: Vadim Zeitlin Date: Thu, 4 Jun 2009 12:17:34 +0000 (+0000) Subject: value of wrap parameter of wxStaticText must be specified in pixels, not characters X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d58772283e1c74a6d28dd1d6b99bdf74005a9dd2 value of wrap parameter of wxStaticText must be specified in pixels, not characters git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 7e34b6daaa..f2e0164858 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -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