]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: class_winlayout.h | |
3 | // Purpose: Window Layout classes group docs | |
4 | // Author: wxWidgets team | |
5 | // Licence: wxWindows licence | |
6 | ///////////////////////////////////////////////////////////////////////////// | |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_winlayout Window Layout | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets makes window layout and sizing easy and painless using a set of | |
14 | classes known as "sizers". Sizers allow for flexible window positioning and | |
15 | sizes that can help with automatically handling localization differences, as | |
16 | well as making it easy to write user resizable windows. | |
17 | ||
18 | Related Overviews: @ref overview_sizer | |
19 | ||
20 | */ | |
21 |