Changeset 388 for python/vendor/current/Demo/tix
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- Location:
- python/vendor/current/Demo/tix
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Demo/tix/INSTALL.txt
r2 r388 1 $Id : INSTALL.txt 24230 2001-11-11 14:07:37Z loewis$1 $Id$ 2 2 3 3 Installing Tix.py -
python/vendor/current/Demo/tix/samples/Balloon.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : Balloon.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/BtnBox.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : BtnBox.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/CmpImg.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : CmpImg.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/ComboBox.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : ComboBox.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/Control.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : Control.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/DirList.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : DirList.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/DirTree.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : DirTree.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/NoteBook.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : NoteBook.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/OptMenu.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : OptMenu.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/PanedWin.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : PanedWin.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/PopMenu.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : PopMenu.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/SHList1.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : SHList1.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/SHList2.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : SHList2.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/samples/Tree.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : Tree.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # Tix Demostration Program -
python/vendor/current/Demo/tix/tixwidgets.py
r2 r388 1 1 # -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- 2 2 # 3 # $Id : tixwidgets.py 36560 2004-07-18 06:16:08Z tim_one$3 # $Id$ 4 4 # 5 5 # tixwidgets.py -- … … 660 660 to glue together a bunch of bitmaps, images and text strings together 661 661 to form a bigger image. Then you can use this image with widgets that 662 support the -image option. For example, you can display a text string string662 support the -image option. For example, you can display a text string 663 663 together with a bitmap, at the same time, inside a TK button widget. 664 664 """)
Note:
See TracChangeset
for help on using the changeset viewer.