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

Inheritance diagram of EditorShellNotebook

| |super_classes| Known Superclasses ================================== :class:`Notebook` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.editor.EditorShellNotebook.__init__` Create EditorShellNotebook instance. :meth:`~py.editor.EditorShellNotebook.OnPageChanged` Page changed event handler. :meth:`~py.editor.EditorShellNotebook.SetFocus` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditorShellNotebook(Notebook) A notebook containing an editor page and a shell page. .. method:: __init__(self, parent, filename=None) Create EditorShellNotebook instance. .. method:: OnPageChanged(self, event) Page changed event handler. .. method:: SetFocus(self)