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:
Julian Smart
2002-01-27 19:58:13 +00:00
parent 2c990ec083
commit 1c0c339c2d
35 changed files with 386 additions and 188 deletions

View File

@@ -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}{}