]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gridsizr.tex
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / gridsizr.tex
index 82a70ec5b6381b959fce411b87dba23b42ead66e..93302fc4b3b413fdfecff946bb6b9737ecf1d1b4 100644 (file)
@@ -10,6 +10,18 @@ the height of each field is the height of the tallest child.
 \helpref{wxSizer}{wxsizer}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/sizer.h>
+
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
+\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 +34,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}{}