2008-03-12 22:56:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_winlayout.h
|
|
|
|
// Purpose: Window Layout classes group docs
|
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
|
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@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
|
|
|
|
|
|
|
*/
|
|
|
|
|