]>
Commit | Line | Data |
---|---|---|
1 | /////////////////////////////////////////////////////////////////////////////// | |
2 | // Name: wx/aui/aui.h | |
3 | // Purpose: wxaui: wx advanced user interface - docking window manager | |
4 | // Author: Benjamin I. Williams | |
5 | // Modified by: | |
6 | // Created: 2005-05-17 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. | |
9 | // Licence: wxWindows Library Licence, Version 3.1 | |
10 | /////////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #ifndef _WX_AUI_H_ | |
13 | #define _WX_AUI_H_ | |
14 | ||
15 | #include "wx/aui/framemanager.h" | |
16 | #include "wx/aui/dockart.h" | |
17 | #include "wx/aui/floatpane.h" | |
18 | #include "wx/aui/auibar.h" | |
19 | #include "wx/aui/auibook.h" | |
20 | #include "wx/aui/tabmdi.h" | |
21 | ||
22 | #endif // _WX_AUI_H_ | |
23 |