X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e7f563b52fc6c9a0c870b0adca60d0edd92b4be..7d8741ed2df832c889c96f3d0fd699415b75f14c:/docs/doxygen/groups/class_winlayout.h?ds=sidebyside diff --git a/docs/doxygen/groups/class_winlayout.h b/docs/doxygen/groups/class_winlayout.h index 676e88f5a4..1f2443ae3b 100644 --- a/docs/doxygen/groups/class_winlayout.h +++ b/docs/doxygen/groups/class_winlayout.h @@ -3,7 +3,7 @@ // Purpose: Window Layout classes group docs // Author: wxWidgets team // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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 */