2006-06-06 09:12:07 -04:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2006-06-06 11:39:16 -04:00
|
|
|
// Name: wx/aui/aui.h
|
2006-06-06 09:12:07 -04:00
|
|
|
// Purpose: wxaui: wx advanced user interface - docking window manager
|
|
|
|
// Author: Benjamin I. Williams
|
|
|
|
// Modified by:
|
|
|
|
// Created: 2005-05-17
|
2006-06-06 11:39:16 -04:00
|
|
|
// RCS-ID: $Id$
|
2006-06-06 09:12:07 -04:00
|
|
|
// 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"
|
2006-07-22 09:14:07 -04:00
|
|
|
#include "wx/aui/auibook.h"
|
|
|
|
#include "wx/aui/tabmdi.h"
|
2006-06-06 09:12:07 -04:00
|
|
|
|
2006-07-11 09:50:49 -04:00
|
|
|
#endif // _WX_AUI_H_
|
2006-06-06 09:12:07 -04:00
|
|
|
|