]> git.saurik.com Git - wxWidgets.git/blame - include/wx/aui/aui.h
Always initialize SelectInHDC::m_hgdiobj in wxMSW.
[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
be66f18e 7// RCS-ID: $Id$
50acee04
JS
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"
1154f91b 18#include "wx/aui/auibar.h"
9fabaac4
BW
19#include "wx/aui/auibook.h"
20#include "wx/aui/tabmdi.h"
50acee04 21
a189504e 22#endif // _WX_AUI_H_
50acee04 23