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 | jukebox.py Play audio files (SGI only, needs SOX and SFPLAY) |
Guido van Rossum | 9cf8f33 | 1992-03-30 10:54:51 +0000 | [diff] [blame] | 12 | lpwin.py Watch line printer queues |
| 13 | microedit.py The smallest window editor |
| 14 | miniedit.py A small multi-window editor |
| 15 | python.py A window interface to the Python interpreter |
| 16 | wdiff.py A window-based directory diff |
Guido van Rossum | 3beff41 | 1995-04-10 11:44:16 +0000 | [diff] [blame] | 17 | |
| 18 | See ../ibrowse for another demo written using stdwin. |