]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/doxygen/overviews/aui.h
Virtualize showing/hiding the pages in wxBookCtrlBase.
[wxWidgets.git] / docs / doxygen / overviews / aui.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: aui.h
3// Purpose: topic overview
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows licence
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@page overview_aui wxAUI Overview
12
13Classes:
14@li wxAuiManager
15@li wxAuiPaneInfo
16@li wxAuiNotebook
17@li wxAuiDockArt
18@li wxAuiTabArt
19@li wxAuiDefaultTabArt
20@li wxAuiToolBar
21@li wxAuiToolBarArt
22@li wxAuiTabContainer
23@li wxAuiTabContainerButton
24
25wxAUI stands for Advanced User Interface. It aims to give the user a cutting
26edge interface with floatable windows, and a user-customizable layout. The
27original wxAUI sources have kindly been made available under the wxWindows
28licence by Kirix Corp. and they have since then been integrated into wxWidgets
29and further improved.
30
31wxAUI attempts to encapsulate the following aspects of the user interface:
32
33@li @ref overview_aui_frame
34@li @ref overview_aui_toolbar
35@li @ref overview_aui_modeless
36@li @ref overview_aui_lnf
37
38
39<hr>
40
41
42@section overview_aui_frame Frame Management
43
44Frame management provides the means to open, move and hide common controls that
45are needed to interact with the document, and allow these configurations to be
46saved into different perspectives and loaded at a later time.
47
48
49@section overview_aui_toolbar Toolbars
50
51Toolbars are a specialized subset of the frame management system and should
52behave similarly to other docked components. However, they also require
53additional functionality, such as "spring-loaded" rebar support, "chevron"
54buttons and end-user customizability.
55
56
57@section overview_aui_modeless Modeless Controls
58
59Modeless controls expose a tool palette or set of options that float above the
60application content while allowing it to be accessed. Usually accessed by the
61toolbar, these controls disappear when an option is selected, but may also be
62"torn off" the toolbar into a floating frame of their own.
63
64
65@section overview_aui_lnf Look and Feel
66
67Look and feel encompasses the way controls are drawn, both when shown
68statically as well as when they are being moved. This aspect of user interface
69design incorporates "special effects" such as transparent window dragging as
70well as frame animation.
71
72wxAUI adheres to the following principles: Use native floating frames to obtain
73a native look and feel for all platforms. Use existing wxWidgets code where
74possible, such as sizer implementation for frame management. Use classes
75included in @ref page_libs_wxcore and @ref page_libs_wxbase only.
76
77*/
78