.. include:: headings.inc .. currentmodule:: py.editor .. highlight:: python .. _py.editor.EditorNotebook: ========================================================================================================================================== |phoenix_title| **EditorNotebook** ========================================================================================================================================== A notebook containing a page for each editor. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **EditorNotebook** .. raw:: html

Inheritance diagram of EditorNotebook

| |super_classes| Known Superclasses ================================== :class:`Notebook` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.editor.EditorNotebook.__init__` Create EditorNotebook instance. :meth:`~py.editor.EditorNotebook.OnIdle` Event handler for idle time. :meth:`~py.editor.EditorNotebook.OnPageChanged` Page changed event handler. :meth:`~py.editor.EditorNotebook.OnPageChanging` Page changing event handler. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditorNotebook(Notebook) A notebook containing a page for each editor. .. method:: __init__(self, parent) Create EditorNotebook instance. .. method:: OnIdle(self, event) Event handler for idle time. .. method:: OnPageChanged(self, event) Page changed event handler. .. method:: OnPageChanging(self, event) Page changing event handler.