summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/ss1.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Add "select all" by clicking on (0,0) cell.Guido van Rossum2002-11-021-19/+40
| | | | | Redo setting the selection and setting the beacon to deal better with rows or columns -- these are now expressed by range (1, sys.maxint).
* Add ESC key binding -- undo current cell editing.Guido van Rossum2002-11-021-12/+19
|
* Major breakthrough in selection -- drag-select multiple cells nowGuido van Rossum2002-11-021-10/+87
| | | | | works. Also row and column selection works (sort of). The DEL key deletes the selected rectangle. sys.argv[1] used by test_gui().
* Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.Guido van Rossum2002-10-281-0/+740