.. 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.EditorNotebook:
==========================================================================================================================================
|phoenix_title| **wx.py.editor.EditorNotebook**
==========================================================================================================================================
A notebook containing a page for each editor.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
EditorNotebook:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Notebook`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.py.editor.EditorNotebook.__init__` Create EditorNotebook instance.
:meth:`~wx.py.editor.EditorNotebook.OnIdle` Event handler for idle time.
:meth:`~wx.py.editor.EditorNotebook.OnPageChanged` Page changed event handler.
:meth:`~wx.py.editor.EditorNotebook.OnPageChanging` Page changing event handler.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: EditorNotebook(wx.Notebook)
A notebook containing a page for each editor.
.. method:: __init__(self, parent)
Create EditorNotebook instance.
.. method:: OnIdle(self, event)
Event handler for idle time.
.. method:: OnPageChanged(self, event)
Page changed event handler.
.. method:: OnPageChanging(self, event)
Page changing event handler.