X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c7fe6f2209681ba6520217f0994435a98c82beb..7977b62ae2b56a4ef73ea37659031d96d49f3333:/interface/stattext.h?ds=sidebyside diff --git a/interface/stattext.h b/interface/stattext.h index f4a7369ae7..9e16e68e74 100644 --- a/interface/stattext.h +++ b/interface/stattext.h @@ -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 - 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 */