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