Table Of Contents

Previous topic

ShellFacade

Next topic

sliceshell

This Page

phoenix_title ShellFrame

Frame containing the shell component.


class_hierarchy Inheritance Diagram

Inheritance diagram for class ShellFrame

Inheritance diagram of ShellFrame


method_summary Methods Summary

__init__ Create ShellFrame instance.
DoSaveSettings  
LoadSettings  
OnAbout Display an About window.
OnClose Event handler for closing.
OnHelp Show a help dialog.
SaveSettings  

api Class API



class ShellFrame(frame.Frame, frame.ShellFrameMixin)

Frame containing the shell component.


Methods



__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.



DoSaveSettings(self)


LoadSettings(self)


OnAbout(self, event)

Display an About window.



OnClose(self, event)

Event handler for closing.



OnHelp(self, event)

Show a help dialog.



SaveSettings(self, force=False)