.. 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.EditWindow: ========================================================================================================================================== |phoenix_title| **wx.py.editor.EditWindow** ========================================================================================================================================== EditWindow based on StyledTextCtrl. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class EditWindow:
| |super_classes| Known Superclasses ================================== :class:`wx.py.editwindow.EditWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.editor.EditWindow.__init__` Create EditWindow instance. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: EditWindow(editwindow.EditWindow) EditWindow based on StyledTextCtrl. .. method:: __init__(self, editor, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.CLIP_CHILDREN | wx.SUNKEN_BORDER) Create EditWindow instance.