]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxAUI category.
authorRobert Roebling <robert@roebling.de>
Sat, 4 Nov 2006 21:54:15 +0000 (21:54 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 4 Nov 2006 21:54:15 +0000 (21:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/category.tex

index 340b76962fc5b9d5726637c64f2826af52f7a721..6f88e0cb40004ea6e7cc3b6bc4d36d7d03302ff0 100644 (file)
@@ -148,6 +148,21 @@ A picker control is a control whose appearance and behaviour is highly platform-
 \twocolitem{\helpref{wxMenuItem}{wxmenuitem}}{Represents a single menu item}
 \end{twocollist}
 
+{\large {\bf wxAUI - advanced user interface}}
+
+This is a new set of classes for writing a customizable application
+interface with built-in docking, floatable panes and a flexible
+MDI-like interface. Further classes for custom notebooks with
+draggable tabs etc. are in progress. See also \helpref{wxAUI overview}{wxauioverview}.
+
+\twocolwidtha{6cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{\helpref{wxAuiManager}{wxauimanager}}{The central class for managing the interface}
+\twocolitem{\helpref{wxAuiPaneInfo}{wxauipaneinfo}}{Describes a single pane}
+\twocolitem{\helpref{wxAuiDockArt}{wxauidockart}}{Art and metrics provider for customizing the interface}
+\end{twocollist}
+
+
 {\large {\bf Window layout}}
 
 There are two different systems for laying out windows (and dialogs in particular).