X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0a4791892c3eeed89033e42b11fc271fc9591b3..a17305ea876e64131467348b24f25929f98986d7:/docs/doxygen/overviews/aui.h?ds=sidebyside diff --git a/docs/doxygen/overviews/aui.h b/docs/doxygen/overviews/aui.h index 6d1e70ac49..031c7385c4 100644 --- a/docs/doxygen/overviews/aui.h +++ b/docs/doxygen/overviews/aui.h @@ -3,53 +3,73 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/*! +/** - @page overview_aui wxAUI overview +@page overview_aui wxAUI Overview - Class: #wxAuiManager, #wxAuiPaneInfo +Classes: +@li wxAuiManager +@li wxAuiPaneInfo +@li wxAuiNotebook +@li wxAuiDockArt +@li wxAuiTabArt +@li wxAuiToolBar +@li wxAuiToolBarArt - wxAUI stands for Advanced User Interface and the wxAUI framework - aims to give its user a cutting edge interface for use with the - wxWidgets based applications. The original wxAUI sources have - kindly been made available under the wxWindows licence - by Kirix Corp. and they have since then been integrated into - wxWidgets CVS and further improved. +wxAUI stands for Advanced User Interface. It aims to give the user a cutting +edge interface with floatable windows, and a user-customizable layout. The +original wxAUI sources have kindly been made available under the wxWindows +licence by Kirix Corp. and they have since then been integrated into wxWidgets +and further improved. - wxAUI attempts to encapsulate the following aspects of the user interface: +wxAUI attempts to encapsulate the following aspects of the user interface: - @b Frame Management: - Frame management provides the means to open, move and hide common - controls that are needed to interact with the document, and allow these - configurations to be saved into different perspectives and loaded at a - later time. +@li @ref overview_aui_frame +@li @ref overview_aui_toolbar +@li @ref overview_aui_modeless +@li @ref overview_aui_lnf - @b Toolbars: - Toolbars are a specialized subset of the frame management system and - should behave similarly to other docked components. However, they also - require additional functionality, such as "spring-loaded" rebar support, - "chevron" buttons and end-user customizability. - @b Modeless Controls: - Modeless controls expose a tool palette or set of options that float - above the application content while allowing it to be accessed. Usually - accessed by the toolbar, these controls disappear when an option is - selected, but may also be "torn off" the toolbar into a floating frame - of their own. +