From 98fe5d46bd7f829bc22576ebaf4438e44d4193c1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Aug 2005 23:55:05 +0000 Subject: [PATCH] added newsince note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/stattext.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latex/wx/stattext.tex b/docs/latex/wx/stattext.tex index ab6f61f2c8..0e4b1d5eab 100644 --- a/docs/latex/wx/stattext.tex +++ b/docs/latex/wx/stattext.tex @@ -106,3 +106,5 @@ This functions wraps the controls label so that each of its lines becomes at most \arg{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 \arg{width} is negative, no wrapping is done. + +\newsince{2.6.2}