home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
44_2.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
145b
|
11 lines
#
# Example 44-2
# Telling other applications what your name is.
#
foreach app [winfo interps] {
catch {send $app [list Iam [tk appname]]}
}