git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			24 lines
		
	
	
		
			732 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			732 B
		
	
	
	
		
			C
		
	
	
	
	
	
| ///////////////////////////////////////////////////////////////////////////////
 | |
| // Name:        wx/aui/aui.h
 | |
| // Purpose:     wxaui: wx advanced user interface - docking window manager
 | |
| // Author:      Benjamin I. Williams
 | |
| // Modified by:
 | |
| // Created:     2005-05-17
 | |
| // RCS-ID:      $Id$
 | |
| // Copyright:   (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
 | |
| // Licence:     wxWindows Library Licence, Version 3.1
 | |
| ///////////////////////////////////////////////////////////////////////////////
 | |
| 
 | |
| #ifndef _WX_AUI_H_
 | |
| #define _WX_AUI_H_
 | |
| 
 | |
| #include "wx/aui/framemanager.h"
 | |
| #include "wx/aui/dockart.h"
 | |
| #include "wx/aui/floatpane.h"
 | |
| #include "wx/aui/auibar.h"
 | |
| #include "wx/aui/auibook.h"
 | |
| #include "wx/aui/tabmdi.h"
 | |
| 
 | |
| #endif // _WX_AUI_H_
 | |
| 
 |