home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
tcl
/
tclmotif.1
/
tclmotif
/
tm.1.2
/
programs
/
prog15b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-15
|
336 b
|
16 lines
# test % substitution on command
xtAppInitialize -class Program
xmCommand .command managed
.command commandEnteredCallback {print_command "%value"}
proc print_command {value} {
puts stdout "Command from calback: $value"
.command getValues -command c
puts stdout "Command from getvalues: $c"
}
. realizeWidget
. mainLoop