Added '\' before all '_' chars that were not inside VERBATIM blocks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,27 +27,27 @@ all children.
|
||||
|
||||
\membersection{wxFlexGridSizer::AddGrowableCol}\label{wxflexgridsizeraddgrowablecol}
|
||||
|
||||
\func{void}{AddGrowableCol}{\param{size_t }{idx}}
|
||||
\func{void}{AddGrowableCol}{\param{size\_t }{idx}}
|
||||
|
||||
Specifies that column idx (starting from zero) should be grown if
|
||||
there is extra space available to the sizer.
|
||||
|
||||
\membersection{wxFlexGridSizer::AddGrowableRow}\label{wxflexgridsizeraddgrowablerow}
|
||||
|
||||
\func{void}{AddGrowableRow}{\param{size_t }{idx}}
|
||||
\func{void}{AddGrowableRow}{\param{size\_t }{idx}}
|
||||
|
||||
Specifies that row idx (starting from zero) should be grown if there
|
||||
is extra space available to the sizer.
|
||||
|
||||
\membersection{wxFlexGridSizer::RemoveGrowableCol}\label{wxflexgridsizerremovegrowablecol}
|
||||
|
||||
\func{void}{RemoveGrowableCol}{\param{size_t }{idx}}
|
||||
\func{void}{RemoveGrowableCol}{\param{size\_t }{idx}}
|
||||
|
||||
Specifies that column idx is no longer growable.
|
||||
|
||||
\membersection{wxFlexGridSizer::RemoveGrowableRow}\label{wxflexgridsizerremovegrowablerow}
|
||||
|
||||
\func{void}{RemoveGrowableRow}{\param{size_t }{idx}}
|
||||
\func{void}{RemoveGrowableRow}{\param{size\_t }{idx}}
|
||||
|
||||
Specifies that row idx is no longer growable.
|
||||
|
||||
|
Reference in New Issue
Block a user