]> granicus.if.org Git - python/commit
Patch #410231: Add the Python Tix library.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 21 Mar 2001 07:42:07 +0000 (07:42 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 21 Mar 2001 07:42:07 +0000 (07:42 +0000)
commitb21cb5fa7d4e820d470a4dc5a80544e0e0965c86
treeff2e0a75e34e402934580db6c79ef1a714c4e140
parent2c91c815d42b24254a08df148c5ee5aafd547abc
Patch #410231: Add the Python Tix library.
38 files changed:
Demo/tix/BUGS.txt [new file with mode: 0644]
Demo/tix/INSTALL.txt [new file with mode: 0644]
Demo/tix/README.txt [new file with mode: 0644]
Demo/tix/bitmaps/about.xpm [new file with mode: 0755]
Demo/tix/bitmaps/bold.xbm [new file with mode: 0755]
Demo/tix/bitmaps/capital.xbm [new file with mode: 0755]
Demo/tix/bitmaps/centerj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xbm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xpm [new file with mode: 0755]
Demo/tix/bitmaps/combobox.xpm.1 [new file with mode: 0755]
Demo/tix/bitmaps/drivea.xbm [new file with mode: 0755]
Demo/tix/bitmaps/drivea.xpm [new file with mode: 0755]
Demo/tix/bitmaps/exit.xpm [new file with mode: 0755]
Demo/tix/bitmaps/filebox.xbm [new file with mode: 0755]
Demo/tix/bitmaps/filebox.xpm [new file with mode: 0755]
Demo/tix/bitmaps/italic.xbm [new file with mode: 0755]
Demo/tix/bitmaps/justify.xbm [new file with mode: 0755]
Demo/tix/bitmaps/leftj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/netw.xbm [new file with mode: 0755]
Demo/tix/bitmaps/netw.xpm [new file with mode: 0755]
Demo/tix/bitmaps/optmenu.xpm [new file with mode: 0755]
Demo/tix/bitmaps/rightj.xbm [new file with mode: 0755]
Demo/tix/bitmaps/select.xpm [new file with mode: 0755]
Demo/tix/bitmaps/tix.gif [new file with mode: 0755]
Demo/tix/bitmaps/underline.xbm [new file with mode: 0755]
Demo/tix/samples/Balloon.py [new file with mode: 0755]
Demo/tix/samples/BtnBox.py [new file with mode: 0755]
Demo/tix/samples/CmpImg.py [new file with mode: 0755]
Demo/tix/samples/ComboBox.py [new file with mode: 0755]
Demo/tix/samples/Control.py [new file with mode: 0755]
Demo/tix/samples/NoteBook.py [new file with mode: 0755]
Demo/tix/samples/OptMenu.py [new file with mode: 0755]
Demo/tix/samples/PopMenu.py [new file with mode: 0755]
Demo/tix/samples/SHList1.py [new file with mode: 0755]
Demo/tix/samples/SHList2.py [new file with mode: 0755]
Demo/tix/samples/Tree.py [new file with mode: 0755]
Demo/tix/tixwidgets.py [new file with mode: 0644]
Lib/lib-tk/Tix.py [new file with mode: 0755]