Added first cut at sizer topic, based on Robert's manual and
individual class reference docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}{}
|
||||
|
Reference in New Issue
Block a user