 
       wx.py.editor.EditorNotebook¶
  wx.py.editor.EditorNotebook¶A notebook containing a page for each editor.
 Methods Summary¶
 Methods Summary¶| __init__ | Create EditorNotebook instance. | 
| OnIdle | Event handler for idle time. | 
| OnPageChanged | Page changed event handler. | 
| OnPageChanging | Page changing event handler. | 
 Class API¶
 Class API¶EditorNotebook(wx.Notebook)¶A notebook containing a page for each editor.
__init__(self, parent)¶Create EditorNotebook instance.
OnIdle(self, event)¶Event handler for idle time.
OnPageChanged(self, event)¶Page changed event handler.
OnPageChanging(self, event)¶Page changing event handler.