]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/stattext.h
More interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtr...
[wxWidgets.git] / interface / stattext.h
index dda0b9203008319ac058c3b39c4f3c94845fd732..9e16e68e741b74408653f0902ed4558dee77f3ea 100644 (file)
@@ -40,7 +40,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{statictext.png}
+    <!-- @appearance{statictext.png} -->
 
     @see wxStaticBitmap, wxStaticBox
 */
@@ -201,9 +201,11 @@ 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
-        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.
 
-        @wxsince{2.6.2}
+        @since 2.6.2
     */
     void Wrap(int width);
 };