.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.py.editor .. highlight:: python .. _wx.py.editor.EditorShellNotebookFrame: ========================================================================================================================================== |phoenix_title| **wx.py.editor.EditorShellNotebookFrame** ========================================================================================================================================== Frame containing a notebook containing EditorShellNotebooks. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class EditorShellNotebookFrame:
| |super_classes| Known Superclasses ================================== :class:`wx.py.editor.EditorNotebookFrame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.editor.EditorShellNotebookFrame.__init__` Create EditorShellNotebookFrame instance. :meth:`~wx.py.editor.EditorShellNotebookFrame.bufferCreate` Create new buffer. :meth:`~wx.py.editor.EditorShellNotebookFrame.bufferDestroy` Destroy the current buffer. :meth:`~wx.py.editor.EditorShellNotebookFrame.bufferNew` Create new buffer. :meth:`~wx.py.editor.EditorShellNotebookFrame.bufferOpen` Open file in buffer. :meth:`~wx.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=wx.DefaultPosition, size=(600, 400), style=wx.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.