]> git.saurik.com Git - wxWidgets.git/blame - include/wx/aui/aui.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / aui / aui.h
CommitLineData
50acee04 1///////////////////////////////////////////////////////////////////////////////
be66f18e 2// Name: wx/aui/aui.h
50acee04
JS
3// Purpose: wxaui: wx advanced user interface - docking window manager
4// Author: Benjamin I. Williams
5// Modified by:
6// Created: 2005-05-17
50acee04
JS
7// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
8// Licence: wxWindows Library Licence, Version 3.1
9///////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_AUI_H_
12#define _WX_AUI_H_
13
14#include "wx/aui/framemanager.h"
15#include "wx/aui/dockart.h"
16#include "wx/aui/floatpane.h"
1154f91b 17#include "wx/aui/auibar.h"
9fabaac4
BW
18#include "wx/aui/auibook.h"
19#include "wx/aui/tabmdi.h"
50acee04 20
a189504e 21#endif // _WX_AUI_H_
50acee04 22