home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
mac
/
exsource.old
/
39_1.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
138b
|
12 lines
#
# Example 39-1
# Resources for reverse video.
#
proc ReverseVideo {} {
option add *Foreground white
option add *Background black
}