.. 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.EditorShellNotebook: ========================================================================================================================================== |phoenix_title| **wx.py.editor.EditorShellNotebook** ========================================================================================================================================== A notebook containing an editor page and a shell page. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class EditorShellNotebook:
| |super_classes| Known Superclasses ================================== :class:`wx.Notebook` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.editor.EditorShellNotebook.__init__` Create EditorShellNotebook instance. :meth:`~wx.py.editor.EditorShellNotebook.OnPageChanged` Page changed event handler. :meth:`~wx.py.editor.EditorShellNotebook.SetFocus` SetFocus() ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditorShellNotebook(wx.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) SetFocus() This sets the window to receive keyboard input.