]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/groups/class_winlayout.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / doxygen / groups / class_winlayout.h
... / ...
CommitLineData
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
13wxWidgets makes window layout and sizing easy and painless using a set of
14classes known as "sizers". Sizers allow for flexible window positioning and
15sizes that can help with automatically handling localization differences, as
16well as making it easy to write user resizable windows.
17
18Related Overviews: @ref overview_sizer
19
20*/
21