]> granicus.if.org Git - python/commit
Major breakthrough in selection -- drag-select multiple cells now
authorGuido van Rossum <guido@python.org>
Sat, 2 Nov 2002 06:25:51 +0000 (06:25 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Nov 2002 06:25:51 +0000 (06:25 +0000)
commit3669242ac978cdf49d093449dc351c3c864a8057
tree1da005194acebe47770943d189b422925489901d
parent4f759d8504d1bd001772c3919f099696c729dc6c
Major breakthrough in selection -- drag-select multiple cells now
works.  Also row and column selection works (sort of).  The DEL
key deletes the selected rectangle.  sys.argv[1] used by test_gui().
Demo/tkinter/guido/ss1.py