]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/groups/class_winlayout.h
reverted Julian's r44600, it broke help window behavior so that it prevented apps...
[wxWidgets.git] / docs / doxygen / groups / class_winlayout.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: class_winlayout.h
3 // Purpose: Window Layout classes group docs
4 // Author: wxWidgets team
5 // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9 /**
10
11 @defgroup group_class_winlayout Window Layout
12 @ingroup group_class
13
14 There are two different systems for laying out windows (and dialogs in
15 particular). One is based upon so-called sizers and it requires less typing,
16 thinking and calculating and will in almost all cases produce dialogs looking
17 equally well on all platforms, the other is based on so-called constraints and
18 is deprecated, though still available.
19
20 Related Overviews: @ref overview_sizer, @ref overview_constraints
21
22 */
23