21 lines
637 B
C
21 lines
637 B
C
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: class_aui.h
|
||
|
// Purpose: Window Docking (wxAUI) 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_aui Window Docking (wxAUI)
|
||
|
@ingroup group_class
|
||
|
|
||
|
wxAUI is a set classes for writing a customizable application interface
|
||
|
with built-in docking, floatable panes and a flexible MDI-like interface.
|
||
|
|
||
|
Related Overviews: @ref overview_aui
|
||
|
|
||
|
*/
|
||
|
|