From: Kevin A. <ka...@us...> - 2004-05-05 16:54:05
|
Update of /cvsroot/pythoncard/PythonCard/samples/hopalong In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150/samples/hopalong Modified Files: hopalong.py hopalong.rsrc.py Log Message: removed on_menuFileExit_select, using Background on_exit_command instead Index: hopalong.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/hopalong/hopalong.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** hopalong.py 24 Apr 2004 21:09:18 -0000 1.25 --- hopalong.py 5 May 2004 16:53:26 -0000 1.26 *************** *** 144,150 **** event.skip() - def on_menuFileExit_select(self, event): - self.close() - if __name__ == '__main__': --- 144,147 ---- Index: hopalong.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/hopalong/hopalong.rsrc.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** hopalong.rsrc.py 8 Dec 2002 04:06:47 -0000 1.11 --- hopalong.rsrc.py 5 May 2004 16:53:26 -0000 1.12 *************** *** 19,22 **** --- 19,23 ---- 'name':'menuFileExit', 'label':'E&xit\tAlt+X', + 'command':'exit' }, ] |