diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-03-21 07:42:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-03-21 07:42:07 (GMT) |
commit | b21cb5fa7d4e820d470a4dc5a80544e0e0965c86 (patch) | |
tree | ff2e0a75e34e402934580db6c79ef1a714c4e140 /Demo/tix/BUGS.txt | |
parent | 2c91c815d42b24254a08df148c5ee5aafd547abc (diff) | |
download | cpython-b21cb5fa7d4e820d470a4dc5a80544e0e0965c86.zip cpython-b21cb5fa7d4e820d470a4dc5a80544e0e0965c86.tar.gz cpython-b21cb5fa7d4e820d470a4dc5a80544e0e0965c86.tar.bz2 |
Patch #410231: Add the Python Tix library.
Diffstat (limited to 'Demo/tix/BUGS.txt')
-rw-r--r-- | Demo/tix/BUGS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Demo/tix/BUGS.txt b/Demo/tix/BUGS.txt new file mode 100644 index 0000000..052a1e6 --- /dev/null +++ b/Demo/tix/BUGS.txt @@ -0,0 +1,8 @@ +$Id$ + +1) There seems to be a problem with ComboBox that shows up +in the ExFileSelectBox demo. The popdown scrolled list widget +is being created, then destroyed. This does not happen in Tcl Tix. +This is probably a sympton in Tix from _tkinter; if you find the cause +of this, please post a patch on http://tix.sourceforge.net. + |