AGW Logo

agw_title aui.auibook

auibook contains a notebook control which implements many features common in applications with dockable panes. Specifically, AuiNotebook implements functionality which allows the user to rearrange tab order via drag-and-drop, split the tab window into many different splitter configurations, and toggle through different themes to customize the control’s look and feel.

An effort has been made to try to maintain an API as similar to that of wx.Notebook.

The default theme that is used is AuiDefaultTabArt, which provides a modern, glossy look and feel. The theme can be changed by calling SetArtProvider.

Module author: Andrea Gavana <andrea.gavana@gmail.com>


hierarchy Inheritance Diagram

Inheritance diagram for module: aui.auibook

Inheritance diagram of aui.auibook.AuiNotebook, aui.auibook.AuiNotebookEvent, aui.auibook.AuiNotebookPage, aui.auibook.AuiTabContainer, aui.auibook.AuiTabContainerButton, aui.auibook.AuiTabCtrl, aui.auibook.CommandNotebookEvent, aui.auibook.TabFrame, aui.auibook.TabNavigatorProps, aui.auibook.TabNavigatorWindow, aui.auibook.TabTextCtrl


svn_main SVN Revisions

A graphical representation of the SVN commits in the last year.

Click on any date in the picture to jump to that particular revision page, containing information about committers, log messages and SVN diffs.

auibook

Revision Graph For auibook


2to3 Python 3 Issues (via 2to3)

No issues have been detected by 2to3.py.


Table Of Contents

Previous topic

SVN Revision 70555 For auibar

Next topic

AuiNotebook