fixed someone's typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-26 23:20:42 +00:00
parent 903972f999
commit eaf498dffe

View File

@@ -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.