File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /ufs/guido /bin/sgi/tkpython
1+ #! /usr/local /bin/python
22
33# View a single MIME multipart message.
44# Display each part as a box.
Original file line number Diff line number Diff line change 1- #! /ufs/guido /bin/sgi/tkpython
1+ #! /usr/local /bin/python
22
33# A Python function that generates dialog boxes with a text message,
44# optional bitmap, and any number of buttons.
Original file line number Diff line number Diff line change 1- #!/ufs/guido/bin/sgi/tkpython
1+ #! /usr/local/bin/python
2+
23# Simulate "electrons" migrating across the screen.
34# An optional bitmap file in can be in the background.
45#
Original file line number Diff line number Diff line change 1- #! /ufs/guido /bin/sgi/tkpython
1+ #! /usr/local /bin/python
22
33# Scan MH folder, display results in window
44
Original file line number Diff line number Diff line change 1- #! /ufs/guido /bin/sgi/tkpython
1+ #! /usr/local /bin/python
22
33# A Python program implementing rmt, an application for remotely
44# controlling other Tk applications.
Original file line number Diff line number Diff line change 1- #! /ufs/guido/bin/sgi/tkpython
1+ #! /usr/local/bin/python
2+
23# Tkinter interface to SYSV `kill' command.
34
45from Tkinter import *
Original file line number Diff line number Diff line change 1- #! /ufs/guido /bin/sgi/tkpython
1+ #! /usr/local /bin/python
22
33# Tk man page browser -- currently only shows the Tcl/Tk man pages
44
99from Tkinter import *
1010
1111import addpack
12- addpack .addpack ('/ufs/guido/src/python/Demo/tkinter' )
12+ addpack .addpack ('/ufs/guido/src/python/Demo/guido/ tkinter' )
1313from ManPage import ManPage
1414
1515MANNDIR = '/usr/local/man/mann'
You can’t perform that action at this time.
0 commit comments