diff options
author | Guido van Rossum <guido@python.org> | 1992-03-30 10:54:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-30 10:54:51 (GMT) |
commit | 9cf8f3372c3b7896b085e590c1a11373b58695fb (patch) | |
tree | 024c99b4964dee21aa8bb0f37f641f5b18bad2cc /Demo/stdwin/README | |
parent | 7ebb23c6375a028eb8a5f0a20a2e04652b977803 (diff) | |
download | cpython-9cf8f3372c3b7896b085e590c1a11373b58695fb.zip cpython-9cf8f3372c3b7896b085e590c1a11373b58695fb.tar.gz cpython-9cf8f3372c3b7896b085e590c1a11373b58695fb.tar.bz2 |
Initial revision
Diffstat (limited to 'Demo/stdwin/README')
-rw-r--r-- | Demo/stdwin/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Demo/stdwin/README b/Demo/stdwin/README new file mode 100644 index 0000000..3512f03 --- /dev/null +++ b/Demo/stdwin/README @@ -0,0 +1,16 @@ +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) +ibrowse/ An Emacs info file browser +clock.py A simple clock, with alarm +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 |