.. include:: headings.inc .. currentmodule:: py.shell .. highlight:: python .. _py.shell.ShellFrame: ========================================================================================================================================== |phoenix_title| **ShellFrame** ========================================================================================================================================== Frame containing the shell component. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **ShellFrame** .. raw:: html

Inheritance diagram of ShellFrame

| |super_classes| Known Superclasses ================================== :class:`py.frame.Frame`, :class:`py.frame.ShellFrameMixin` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.shell.ShellFrame.__init__` Create ShellFrame instance. :meth:`~py.shell.ShellFrame.DoSaveSettings` :meth:`~py.shell.ShellFrame.LoadSettings` :meth:`~py.shell.ShellFrame.OnAbout` Display an About window. :meth:`~py.shell.ShellFrame.OnClose` Event handler for closing. :meth:`~py.shell.ShellFrame.OnHelp` Show a help dialog. :meth:`~py.shell.ShellFrame.SaveSettings` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ShellFrame(frame.Frame, frame.ShellFrameMixin) Frame containing the shell component. .. method:: __init__(self, parent=None, id=-1, title='PyShell', pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, locals=None, InterpClass=None, config=None, dataDir=None, \*args, \*\*kwds) Create ShellFrame instance. .. method:: DoSaveSettings(self) .. method:: LoadSettings(self) .. method:: OnAbout(self, event) Display an About window. .. method:: OnClose(self, event) Event handler for closing. .. method:: OnHelp(self, event) Show a help dialog. .. method:: SaveSettings(self, force=False)