]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarified difference between wrap width and width of control in wxStaticText.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 12 May 2008 12:47:59 +0000 (12:47 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 12 May 2008 12:47:59 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/stattext.h

index f4a7369ae7daa3b29d4c0f7ef65e94bd937e6339..9e16e68e741b74408653f0902ed4558dee77f3ea 100644 (file)
@@ -201,7 +201,9 @@ public:
         This functions wraps the controls label so that each of its lines becomes at
         most @a width pixels wide if possible (the lines are broken at words
         boundaries so it might not be the case if words are too long). If @e width
         This functions wraps the controls label so that each of its lines becomes at
         most @a width pixels wide if possible (the lines are broken at words
         boundaries so it might not be the case if words are too long). If @e width
-        is negative, no wrapping is done.
+        is negative, no wrapping is done. Note that this width is not
+        necessarily the total width of the control, since a few pixels for the
+        border (depending on the controls border style) may be added.
 
         @since 2.6.2
     */
 
         @since 2.6.2
     */