From: Václav Slavík <vslavik@fastmail.fm> Date: Sun, 26 Jan 2003 23:20:42 +0000 (+0000) Subject: fixed someone's typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eaf498dffe669663ea40394798d6a35ffc7fb62e fixed someone's typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/flexsizr.tex b/docs/latex/wx/flexsizr.tex index 0ce1e99fe4..c27734f92c 100644 --- a/docs/latex/wx/flexsizr.tex +++ b/docs/latex/wx/flexsizr.tex @@ -123,7 +123,7 @@ Specifies that row idx is no longer growable. \func{void}{SetFlexibleDirections}{\param{int }{direction}} Specifies whether the sizer should flexibly resize its columns, rows, or -both. Argument {\t direction} can be {\tt wxVERTICAL}, {\tt wxHORIZONTAL} +both. Argument {\tt direction} can be {\tt wxVERTICAL}, {\tt wxHORIZONTAL} or {\tt wxBOTH} (which is the default value). Any other value is ignored. See \helpref{GetFlexibleDirection()}{wxflexgridsizergetflexibledrection} for the explanation of these values.