]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "select all" by clicking on (0,0) cell.
authorGuido van Rossum <guido@python.org>
Sat, 2 Nov 2002 22:18:46 +0000 (22:18 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Nov 2002 22:18:46 +0000 (22:18 +0000)
commit065627e15c50068661db1d416c85b221496f7a38
tree5b17b1ce301564c4cfd9c74bb2de71b352103c3b
parent40cac739c26129fee15b4c2fa696d5f490982239
Add "select all" by clicking on (0,0) cell.
Redo setting the selection and setting the beacon to deal better
with rows or columns -- these are now expressed by range (1, sys.maxint).
Demo/tkinter/guido/ss1.py