X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3cf3865098058be40cd26fafa3607a8d11fb5f9..de8a0ed32a1472a580c11e946af87411673c09d9:/docs/latex/wx/gridsizr.tex diff --git a/docs/latex/wx/gridsizr.tex b/docs/latex/wx/gridsizr.tex index 82a70ec5b6..70005bbee9 100644 --- a/docs/latex/wx/gridsizr.tex +++ b/docs/latex/wx/gridsizr.tex @@ -10,6 +10,10 @@ the height of each field is the height of the tallest child. \helpref{wxSizer}{wxsizer}\\ \helpref{wxObject}{wxobject} +\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 +26,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}{}