Removed layout constaints related docs as discussed on wx-dev.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-16 00:02:39 +00:00
parent 684fc22bcc
commit 8f5b44d805
4 changed files with 5 additions and 487 deletions

View File

@@ -11,13 +11,12 @@
@defgroup group_class_winlayout Window Layout
@ingroup group_class
There are two different systems for laying out windows (and dialogs in
particular). One is based upon so-called sizers and it requires less typing,
thinking and calculating and will in almost all cases produce dialogs looking
equally well on all platforms, the other is based on so-called constraints and
is deprecated, though still available.
wxWidgets makes window layout and sizing easy and painless using a set of
classes known as "sizers". Sizers allow for flexible window positioning and
sizes that can help with automatically handling localization differences, as
well as making it easy to write user resizable windows.
Related Overviews: @ref overview_sizer, @ref overview_constraints
Related Overviews: @ref overview_sizer
*/