22 lines
706 B
C
22 lines
706 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: class_winlayout.h
|
|
// Purpose: Window Layout classes group docs
|
|
// Author: wxWidgets team
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
/**
|
|
|
|
@defgroup group_class_winlayout Window Layout
|
|
@ingroup group_class
|
|
|
|
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.
|
|
|
|
Related Overviews: @ref overview_sizer
|
|
|
|
*/
|
|
|