.. include:: headings.inc .. currentmodule:: py.editor .. highlight:: python .. _py.editor.EditorShellNotebookFrame: ========================================================================================================================================== |phoenix_title| **EditorShellNotebookFrame** ========================================================================================================================================== Frame containing a notebook containing EditorShellNotebooks. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **EditorShellNotebookFrame** .. raw:: html

Inheritance diagram of EditorShellNotebookFrame

| |super_classes| Known Superclasses ================================== :class:`py.editor.EditorNotebookFrame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.editor.EditorShellNotebookFrame.__init__` Create EditorShellNotebookFrame instance. :meth:`~py.editor.EditorShellNotebookFrame.bufferCreate` Create new buffer. :meth:`~py.editor.EditorShellNotebookFrame.bufferDestroy` Destroy the current buffer. :meth:`~py.editor.EditorShellNotebookFrame.bufferNew` Create new buffer. :meth:`~py.editor.EditorShellNotebookFrame.bufferOpen` Open file in buffer. :meth:`~py.editor.EditorShellNotebookFrame.OnAbout` Display an About window. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditorShellNotebookFrame(EditorNotebookFrame) Frame containing a notebook containing EditorShellNotebooks. .. method:: __init__(self, parent=None, id=-1, title='PyAlaModeTest', pos=DefaultPosition, size=(600, 400), style=DEFAULT_FRAME_STYLE, filename=None, singlefile=False) Create EditorShellNotebookFrame instance. .. method:: bufferCreate(self, filename=None) Create new buffer. .. method:: bufferDestroy(self) Destroy the current buffer. .. method:: bufferNew(self) Create new buffer. .. method:: bufferOpen(self) Open file in buffer. .. method:: OnAbout(self, event) Display an About window.