]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gridsizr.tex
Fix "depreciated" to "deprecated".
[wxWidgets.git] / docs / latex / wx / gridsizr.tex
index 96626080840c2307c1c71783e11be601063ef584..a176297d2f0e8df5f0e95ea6ffb597d118bae459 100644 (file)
@@ -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}
+
+<wx/sizer.h>
+
+\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,3 +30,61 @@ 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}{}
+
+Returns the number of columns in the sizer.
+
+
+\membersection{wxGridSizer::GetHGap}\label{wxgridsizergethgap}
+
+\func{int}{GetHGap}{}
+
+Returns the horizontal gap (in pixels) between cells in the sizer.
+
+
+\membersection{wxGridSizer::GetRows}\label{wxgridsizergetrows}
+
+\func{int}{GetRows}{}
+
+Returns the number of rows in the sizer.
+
+
+\membersection{wxGridSizer::GetVGap}\label{wxgridsizergetvgap}
+
+\func{int}{GetVGap}{}
+
+Returns the vertical gap (in pixels) between the cells in the sizer.
+
+
+\membersection{wxGridSizer::SetCols}\label{wxgridsizersetcols}
+
+\func{void}{SetCols}{\param{int }{cols}}
+
+Sets the number of columns in the sizer.
+
+
+\membersection{wxGridSizer::SetHGap}\label{wxgridsizersethgap}
+
+\func{void}{SetHGap}{\param{int }{gap}}
+
+Sets the horizontal gap (in pixels) between cells in the sizer.
+
+
+\membersection{wxGridSizer::SetRows}\label{wxgridsizersetrows}
+
+\func{void}{SetRows}{\param{int }{rows}}
+
+Sets the number of rows in the sizer.
+
+
+\membersection{wxGridSizer::SetVGap}\label{wxgridsizersetvgap}
+
+\func{void}{SetVGap}{\param{int }{gap}}
+
+Sets the vertical gap (in pixels) between the cells in the sizer.
+
+
+
+