|
From: Andy T. <an...@us...> - 2005-02-09 08:18:04
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7073/html Modified Files: walkthrough1.html Log Message: Fixed some problems with the walkthrough sample program and documentation Index: walkthrough1.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough1.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** walkthrough1.html 26 Jul 2004 15:35:32 -0000 1.15 --- walkthrough1.html 9 Feb 2005 08:17:54 -0000 1.16 *************** *** 180,184 **** script is, as you'd expect, brief and to the point. Here's the important part to focus on:</p> ! <p class="code"> def on_menuFileExit_select(self, event):<br /> pass</p> <p>Even without understanding Python you can probably tell what this code --- 180,184 ---- script is, as you'd expect, brief and to the point. Here's the important part to focus on:</p> ! <p class="code"> def on_menuFileAbout_select(self, event):<br /> pass</p> <p>Even without understanding Python you can probably tell what this code |