wx.py.editor.EditorNotebook¶
A notebook containing a page for each editor.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Create EditorNotebook instance. |
|
Event handler for idle time. |
|
Page changed event handler. |
|
Page changing event handler. |
Class API¶
- class EditorNotebook(wx.Notebook)¶
A notebook containing a page for each editor.
Methods¶
- __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.