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

@@ -2,7 +2,7 @@
Classes: \helpref{wxLayoutConstraints}{wxlayoutconstraints}, \helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint}.
{\bf Note:} constraints are now deprecated and you should use \helpref{wxSizers}{wxsizer} instead.
{\bf Note:} constraints are now deprecated and you should use \helpref{sizers}{sizeroverview} instead.
Objects of class wxLayoutConstraint can be associated with a window to define
the way it is laid out, with respect to its siblings or the parent.