]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
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 $ | |
526954c5 | 6 | // Licence: wxWindows licence |
6e7f563b BP |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_class_winlayout Window Layout | |
12 | @ingroup group_class | |
13 | ||
8f5b44d8 BP |
14 | wxWidgets makes window layout and sizing easy and painless using a set of |
15 | classes known as "sizers". Sizers allow for flexible window positioning and | |
16 | sizes that can help with automatically handling localization differences, as | |
17 | well as making it easy to write user resizable windows. | |
6e7f563b | 18 | |
8f5b44d8 | 19 | Related Overviews: @ref overview_sizer |
6e7f563b BP |
20 | |
21 | */ | |
22 |