summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/ss1.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-842/+0
| | | | demo to Tools, and remove all the other Demo content.
* Work a bit more on tkinter demos.Georg Brandl2010-10-261-4/+4
|
* Remove usage of rexec in tkinter demo.Georg Brandl2010-08-211-16/+13
|
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-14/+14
| | | | lingering print statements.
* 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