cpython/Demo/stdwin
Guido van Rossum 3beff4164b add pointer to ../ibrowse 1995-04-10 11:44:16 +00:00
..
ibrowse Actualize 1992-12-14 14:53:08 +00:00
FormTest.py Actualized 1992-12-14 14:12:10 +00:00
README add pointer to ../ibrowse 1995-04-10 11:44:16 +00:00
RadioGroups.py Actualized 1992-12-14 14:12:10 +00:00
TestCSplit.py Actualized 1992-12-14 14:12:10 +00:00
TestDirList.py Actualized 1992-12-14 14:12:10 +00:00
TestFormSplit.py Actualized 1992-12-14 14:12:10 +00:00
TestSched.py Adapted to modern times and fixed a bug (id --> my_id) 1992-12-14 14:10:36 +00:00
TestTextEdit.py Actualized 1992-12-14 14:12:10 +00:00
clock.py changed treatment of local time 1995-04-04 15:25:32 +00:00
jukebox.py add debug, use waitpid 1994-10-08 19:24:02 +00:00
lpwin.py *** empty log message *** 1993-12-17 14:39:12 +00:00
microedit.py Actualized 1992-12-14 14:12:10 +00:00
miniedit.py Actualized 1992-12-14 14:12:10 +00:00
python.py cope with class exceptions 1995-03-22 12:17:10 +00:00
wdiff.py add setdefscrollbars call 1994-10-08 19:09:41 +00:00

README

Contents of this directory:

FormTest.py		Show how a form can be built to enter multiple fields
RadioGroups.py		Show how to use multiple groups of radio buttons
TestCSplit.py		Test CSplit  widget (a clock-like split)
TestDirList.py		Test DirList widget (lists directory contents)
TestFormSplit.py	Test FormSplit widget (arbitrary grouping)
TestSched.py		Test WindowSched widget (event scheduling)
TestTextEdit.py		Test TextEdit widget (probably doen't work any more)
clock.py		A simple clock, with alarm
jukebox.py		Play audio files (SGI only, needs SOX and SFPLAY)
lpwin.py		Watch line printer queues
microedit.py		The smallest window editor
miniedit.py		A small multi-window editor
python.py		A window interface to the Python interpreter
wdiff.py		A window-based directory diff

See ../ibrowse for another demo written using stdwin.