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.