From: Kevin A. <ka...@us...> - 2004-09-09 21:08:55
|
Update of /cvsroot/pythoncard/PythonCard/samples/simpleGrid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8362/samples/simpleGrid Modified Files: simpleGrid.py Log Message: changed col to column since we are trying to avoid abbreviations Index: simpleGrid.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/simpleGrid/simpleGrid.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** simpleGrid.py 9 Sep 2004 20:04:24 -0000 1.11 --- simpleGrid.py 9 Sep 2004 21:08:46 -0000 1.12 *************** *** 127,132 **** event.skip() ! def on_mygrid_colSize(self, event): ! self.log.write("colSize: col %d, %s\n" % (event.GetRowOrCol(), event.position)) event.skip() --- 127,132 ---- event.skip() ! def on_mygrid_columnSize(self, event): ! self.log.write("columnSize: col %d, %s\n" % (event.GetRowOrCol(), event.position)) event.skip() |