X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..7dbb435338bce3b3747dcef615e13f80fbff5389:/docs/doxygen/overviews/aui.h diff --git a/docs/doxygen/overviews/aui.h b/docs/doxygen/overviews/aui.h index 75dbaabae3..a8fc9ef23a 100644 --- a/docs/doxygen/overviews/aui.h +++ b/docs/doxygen/overviews/aui.h @@ -2,7 +2,6 @@ // Name: aui.h // Purpose: topic overview // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,12 +9,7 @@ @page overview_aui wxAUI Overview -Classes: -@li wxAuiManager -@li wxAuiPaneInfo -@li wxAuiNotebook -@li wxAuiDockArt -@li wxAuiTabArt +@tableofcontents 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 @@ -23,15 +17,8 @@ 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: +@see @ref group_class_aui -@li @ref overview_aui_frame -@li @ref overview_aui_toolbar -@li @ref overview_aui_modeless -@li @ref overview_aui_lnf - - -
@section overview_aui_frame Frame Management @@ -41,6 +28,7 @@ are needed to interact with the document, and allow these configurations to be saved into different perspectives and loaded at a later time. + @section overview_aui_toolbar Toolbars Toolbars are a specialized subset of the frame management system and should @@ -49,6 +37,7 @@ additional functionality, such as "spring-loaded" rebar support, "chevron" buttons and end-user customizability. + @section overview_aui_modeless Modeless Controls Modeless controls expose a tool palette or set of options that float above the @@ -57,6 +46,7 @@ toolbar, these controls disappear when an option is selected, but may also be "torn off" the toolbar into a floating frame of their own. + @section overview_aui_lnf Look and Feel Look and feel encompasses the way controls are drawn, both when shown @@ -70,4 +60,3 @@ possible, such as sizer implementation for frame management. Use classes included in @ref page_libs_wxcore and @ref page_libs_wxbase only. */ -