fixed typo in the label

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-05 12:17:18 +00:00
parent 4f5a7f7409
commit debc914bdc

View File

@@ -9,7 +9,7 @@ the \helpref{wxGridSizer}{wxgridsizer}.
Since wxWindows 2.5.0, wxFlexGridSizer can also size items equally in one Since wxWindows 2.5.0, wxFlexGridSizer can also size items equally in one
direction but unequally ("flexibly") in the other. If the sizer is only direction but unequally ("flexibly") in the other. If the sizer is only
flexible in one direction (this can be changed using flexible in one direction (this can be changed using
\helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledrection}), \helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledirection}),
it needs to be decided how the sizer should grow in the other ("non flexible") it needs to be decided how the sizer should grow in the other ("non flexible")
direction in order to fill the available space. The direction in order to fill the available space. The
\helpref{SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode} method \helpref{SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode} method
@@ -72,7 +72,7 @@ One of the following values:
\wxheading{See also} \wxheading{See also}
\helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledrection} \helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledirection}
\membersection{wxFlexGridSizer::GetNonFlexibleGrowMode}\label{wxflexgridsizergetnonflexiblegrowmode} \membersection{wxFlexGridSizer::GetNonFlexibleGrowMode}\label{wxflexgridsizergetnonflexiblegrowmode}
@@ -100,7 +100,7 @@ direction.}
\wxheading{See also} \wxheading{See also}
\helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledrection}, \helpref{SetFlexibleDrection}{wxflexgridsizersetflexibledirection},
\helpref{SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode} \helpref{SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode}
@@ -118,7 +118,7 @@ Specifies that column idx is no longer growable.
Specifies that row idx is no longer growable. Specifies that row idx is no longer growable.
\membersection{wxFlexGridSizer::SetFlexibleDirection}{wxflexgridsizersetflexibledrection} \membersection{wxFlexGridSizer::SetFlexibleDirection}\label{wxflexgridsizersetflexibledirection}
\func{void}{SetFlexibleDirections}{\param{int }{direction}} \func{void}{SetFlexibleDirections}{\param{int }{direction}}
@@ -131,13 +131,13 @@ explanation of these values.
Note that this method does not trigger relayout. Note that this method does not trigger relayout.
\membersection{wxFlexGridSizer::SetNonFlexibleGrowMode}{wxflexgridsizersetnonflexiblegrowmode} \membersection{wxFlexGridSizer::SetNonFlexibleGrowMode}\label{wxflexgridsizersetnonflexiblegrowmode}
\func{void}{SetNonFlexibleGrowMode}{\param{int }{mode}} \func{void}{SetNonFlexibleGrowMode}{\param{int }{mode}}
Specifies how the sizer should grow in the non flexible direction if Specifies how the sizer should grow in the non flexible direction if
there is one (so there is one (so
\helpref{SetFlexibleDirections()}{wxflexgridsizersetflexibledrection} must have \helpref{SetFlexibleDirections()}{wxflexgridsizersetflexibledirection} must have
been called previously). Argument {\it mode} can be one of those documented in been called previously). Argument {\it mode} can be one of those documented in
\helpref{GetNonFlexibleGrowMode}{wxflexgridsizergetnonflexiblegrowmode}, please \helpref{GetNonFlexibleGrowMode}{wxflexgridsizergetnonflexiblegrowmode}, please
see there for their explanation. see there for their explanation.