| 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 | 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. |
| 18 | |
| 19 | Related Overviews: @ref overview_sizer |
| 20 | |
| 21 | */ |
| 22 | |