X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3cf3865098058be40cd26fafa3607a8d11fb5f9..294ea16de3359844cb884baad219b40ea04fac48:/docs/latex/wx/gridsizr.tex diff --git a/docs/latex/wx/gridsizr.tex b/docs/latex/wx/gridsizr.tex index 82a70ec5b6..a176297d2f 100644 --- a/docs/latex/wx/gridsizr.tex +++ b/docs/latex/wx/gridsizr.tex @@ -10,6 +10,14 @@ the height of each field is the height of the tallest child. \helpref{wxSizer}{wxsizer}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + +\wxheading{See also} + +\helpref{wxSizer}{wxsizer}, \helpref{Sizer overview}{sizeroverview} + \membersection{wxGridSizer::wxGridSizer}\label{wxgridsizerwxgridsizer} \func{}{wxGridSizer}{\param{int }{rows}, \param{int }{cols}, \param{int }{vgap}, \param{int }{hgap}} @@ -22,7 +30,6 @@ calculated to form the total number of children in the sizer, thus making the sizer grow dynamically. {\it vgap} and {\it hgap} define extra space between all children. - \membersection{wxGridSizer::GetCols}\label{wxgridsizergetcols} \func{int}{GetCols}{}