2008-03-12 22:56:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_winlayout.h
|
|
|
|
// Purpose: Window Layout classes group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-12 22:56:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_class_winlayout Window Layout
|
|
|
|
@ingroup group_class
|
|
|
|
|
2008-03-15 20:02:39 -04:00
|
|
|
wxWidgets makes window layout and sizing easy and painless using a set of
|
|
|
|
classes known as "sizers". Sizers allow for flexible window positioning and
|
|
|
|
sizes that can help with automatically handling localization differences, as
|
|
|
|
well as making it easy to write user resizable windows.
|
2008-03-12 22:56:21 -04:00
|
|
|
|
2008-03-15 20:02:39 -04:00
|
|
|
Related Overviews: @ref overview_sizer
|
2008-03-12 22:56:21 -04:00
|
|
|
|
|
|
|
*/
|
|
|
|
|