Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module shell |
|
Shell is an interactive text control in which a user types in commands to be sent to the interpreter. This particular shell is based on wxPython's wxStyledTextCtrl.
Sponsored by Orbtech - Your source for Python programming expertise.
Classes | |
---|---|
Shell |
Shell based on StyledTextCtrl. |
ShellFacade |
Simplified interface to all shell-related functionality. |
ShellFrame |
Frame containing the shell component. |
Variable Summary | |
---|---|
str |
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
str |
__cvsid__ = '$Id: shell.py,v 1.20 2007/01/17 23:05:14 RD...
|
str |
__revision__ = '1.20'
|
str |
HELP_TEXT = '* Key bindings:\nHome Go to th...
|
tuple |
NAVKEYS = (312, 314, 316, 315, 317, 366, 367)
|
Variable Details |
---|
__author__
|
__cvsid__
|
__revision__
|
NAVKEYS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:43 2007 | http://epydoc.sf.net |