Initial commit of wxAUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-06-06 13:12:07 +00:00
parent 90f9b8ef0c
commit 50acee04cd
54 changed files with 32259 additions and 4605 deletions

21
include/wx/aui/aui.h Normal file
View file

@ -0,0 +1,21 @@
///////////////////////////////////////////////////////////////////////////////
// Name: aui.h
// Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17
// RCS-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"
#endif
// _WX_AUI_H_