phoenix_title wx.py.editor.EditorShellNotebook

A notebook containing an editor page and a shell page.


class_hierarchy Class Hierarchy

Inheritance diagram for class EditorShellNotebook:

super_classes Known Superclasses

wx.Notebook


method_summary Methods Summary

__init__

Create EditorShellNotebook instance.

OnPageChanged

Page changed event handler.

SetFocus

SetFocus()


api 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()

This sets the window to receive keyboard input.