Guido van Rossum | 9cf8f33 | 1992-03-30 10:54:51 +0000 | [diff] [blame] | 1 | Contents of this directory: |
| 2 | |
| 3 | FormTest.py Show how a form can be built to enter multiple fields |
| 4 | RadioGroups.py Show how to use multiple groups of radio buttons |
| 5 | TestCSplit.py Test CSplit widget (a clock-like split) |
| 6 | TestDirList.py Test DirList widget (lists directory contents) |
| 7 | TestFormSplit.py Test FormSplit widget (arbitrary grouping) |
| 8 | TestSched.py Test WindowSched widget (event scheduling) |
| 9 | TestTextEdit.py Test TextEdit widget (probably doen't work any more) |
Guido van Rossum | 9cf8f33 | 1992-03-30 10:54:51 +0000 | [diff] [blame] | 10 | clock.py A simple clock, with alarm |
Guido van Rossum | 4f0578d | 1992-05-15 15:39:44 +0000 | [diff] [blame^] | 11 | ibrowse/ An Emacs info file browser |
| 12 | jukebox.py Play audio files (SGI only, needs SOX and SFPLAY) |
Guido van Rossum | 9cf8f33 | 1992-03-30 10:54:51 +0000 | [diff] [blame] | 13 | lpwin.py Watch line printer queues |
| 14 | microedit.py The smallest window editor |
| 15 | miniedit.py A small multi-window editor |
| 16 | python.py A window interface to the Python interpreter |
| 17 | wdiff.py A window-based directory diff |