wx.py.editor.EditorShellNotebook¶
A notebook containing an editor page and a shell page.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Create EditorShellNotebook instance. |
|
Page changed event handler. |
|
SetFocus() -> None |
Class API¶
- class EditorShellNotebook(wx.Notebook)¶
A notebook containing an editor page and a shell page.
Methods¶
- __init__(self, parent, filename=None)¶
Create EditorShellNotebook instance.
- OnPageChanged(self, event)¶
Page changed event handler.
- SetFocus(self)¶
SetFocus() -> None
This sets the window to receive keyboard input.