Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module frame |
|
Base frame with menu.
Classes | |
---|---|
EditStartupScriptDialog |
|
Frame |
Frame with standard menu items. |
ShellFrameMixin |
A mix-in class for frames that will have a Shell or a Crust window and that want to add history, startupScript and other common functionality. |
Variable Summary | |
---|---|
str |
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
str |
__cvsid__ = '$Id: frame.py,v 1.12.2.1 2007/01/26 07:17:3...
|
str |
__revision__ = '1.12.2.1'
|
int |
ID_ABOUT = 5014 |
int |
ID_AUTO_SAVESETTINGS = 117 |
int |
ID_AUTOCOMP = 102 |
int |
ID_AUTOCOMP_DOUBLE = 106 |
int |
ID_AUTOCOMP_MAGIC = 104 |
int |
ID_AUTOCOMP_SHOW = 103 |
int |
ID_AUTOCOMP_SINGLE = 105 |
int |
ID_CALLTIPS = 107 |
int |
ID_CALLTIPS_INSERT = 109 |
int |
ID_CALLTIPS_SHOW = 108 |
int |
ID_CLEAR = 5034 |
int |
ID_CLEARHISTORY = 120 |
int |
ID_CLOSE = 5001 |
int |
ID_COPY = 5032 |
int |
ID_COPY_PLUS = 110 |
int |
ID_CUT = 5031 |
int |
ID_DELSETTINGSFILE = 122 |
int |
ID_EDITSTARTUPSCRIPT = 123 |
int |
ID_EMPTYBUFFER = 100 |
int |
ID_EXECSTARTUPSCRIPT = 124 |
int |
ID_EXIT = 5006 |
int |
ID_FIND = 5035 |
int |
ID_FINDNEXT = 127 |
int |
ID_HELP = 101 |
int |
ID_NAMESPACE = 111 |
int |
ID_NEW = 5002 |
int |
ID_OPEN = 5000 |
int |
ID_PASTE = 5033 |
int |
ID_PASTE_PLUS = 112 |
int |
ID_PRINT = 5010 |
int |
ID_REDO = 5008 |
int |
ID_REVERT = 5005 |
int |
ID_SAVE = 5003 |
int |
ID_SAVEAS = 5004 |
int |
ID_SAVEHISTORY = 118 |
int |
ID_SAVEHISTORYNOW = 119 |
int |
ID_SAVESETTINGS = 121 |
int |
ID_SELECTALL = 5037 |
int |
ID_SETTINGS = 126 |
int |
ID_SHOW_LINENUMBERS = 116 |
int |
ID_SHOWTOOLS = 128 |
int |
ID_STARTUP = 125 |
int |
ID_TOGGLE_MAXIMIZE = 114 |
int |
ID_UNDO = 5007 |
int |
ID_USEAA = 115 |
int |
ID_WRAP = 113 |
Variable Details |
---|
__author__
|
__cvsid__
|
__revision__
|
ID_ABOUT
|
ID_AUTO_SAVESETTINGS
|
ID_AUTOCOMP
|
ID_AUTOCOMP_DOUBLE
|
ID_AUTOCOMP_MAGIC
|
ID_AUTOCOMP_SHOW
|
ID_AUTOCOMP_SINGLE
|
ID_CALLTIPS
|
ID_CALLTIPS_INSERT
|
ID_CALLTIPS_SHOW
|
ID_CLEAR
|
ID_CLEARHISTORY
|
ID_CLOSE
|
ID_COPY
|
ID_COPY_PLUS
|
ID_CUT
|
ID_DELSETTINGSFILE
|
ID_EDITSTARTUPSCRIPT
|
ID_EMPTYBUFFER
|
ID_EXECSTARTUPSCRIPT
|
ID_EXIT
|
ID_FIND
|
ID_FINDNEXT
|
ID_HELP
|
ID_NAMESPACE
|
ID_NEW
|
ID_OPEN
|
ID_PASTE
|
ID_PASTE_PLUS
|
ID_PRINT
|
ID_REDO
|
ID_REVERT
|
ID_SAVE
|
ID_SAVEAS
|
ID_SAVEHISTORY
|
ID_SAVEHISTORYNOW
|
ID_SAVESETTINGS
|
ID_SELECTALL
|
ID_SETTINGS
|
ID_SHOW_LINENUMBERS
|
ID_SHOWTOOLS
|
ID_STARTUP
|
ID_TOGGLE_MAXIMIZE
|
ID_UNDO
|
ID_USEAA
|
ID_WRAP
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:27 2007 | http://epydoc.sf.net |