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
This commit is contained in:
@@ -1494,7 +1494,7 @@ No additional properties.
|
|||||||
@row3col{label, @ref overview_xrcformat_type_text,
|
@row3col{label, @ref overview_xrcformat_type_text,
|
||||||
Label to display (required).}
|
Label to display (required).}
|
||||||
@row3col{wrap, integer,
|
@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).}
|
wxStaticText::Wrap() (default: no wrap).}
|
||||||
@endTable
|
@endTable
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user