PYME.contrib.auiFloatBook module

auinotebookwithfloatingpages.py

This module provides the class AuiNotebookWithFloatingPages, which is a subclass of wx.aui.AuiNotebook. It allows the user to drag tabs of the notebook out of the notebook and have the contents of the tab being transferred to a frame, thus creating a floating page. When the user closes a floating page, the page is placed back in the active pane of the notebook.

Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages.

Author: Frank Niessink <frank@…> License: wxWidgets license Version: 0.1 Date: August 8, 2007