blob: 5291225076d3ff55b60a285d76b0bc403c480e93 [file] [log] [blame]
Guido van Rossum9cf8f331992-03-30 10:54:51 +00001Contents of this directory:
2
3FormTest.py Show how a form can be built to enter multiple fields
4RadioGroups.py Show how to use multiple groups of radio buttons
5TestCSplit.py Test CSplit widget (a clock-like split)
6TestDirList.py Test DirList widget (lists directory contents)
7TestFormSplit.py Test FormSplit widget (arbitrary grouping)
8TestSched.py Test WindowSched widget (event scheduling)
9TestTextEdit.py Test TextEdit widget (probably doen't work any more)
Guido van Rossum9cf8f331992-03-30 10:54:51 +000010clock.py A simple clock, with alarm
Guido van Rossum4f0578d1992-05-15 15:39:44 +000011jukebox.py Play audio files (SGI only, needs SOX and SFPLAY)
Guido van Rossum9cf8f331992-03-30 10:54:51 +000012lpwin.py Watch line printer queues
13microedit.py The smallest window editor
14miniedit.py A small multi-window editor
15python.py A window interface to the Python interpreter
16wdiff.py A window-based directory diff
Guido van Rossum3beff411995-04-10 11:44:16 +000017
18See ../ibrowse for another demo written using stdwin.