X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e7f563b52fc6c9a0c870b0adca60d0edd92b4be..7e08bc5acd8ee4e2f0756f50bf98937a118f9951:/docs/doxygen/groups/class_winlayout.h?ds=inline diff --git a/docs/doxygen/groups/class_winlayout.h b/docs/doxygen/groups/class_winlayout.h index 676e88f5a4..3a5c2b8481 100644 --- a/docs/doxygen/groups/class_winlayout.h +++ b/docs/doxygen/groups/class_winlayout.h @@ -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 */