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
/
prog8
< 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
|
323 b
|
15 lines
# test Boolean to string converter
xtAppInitialize -class Program
xmLabel .label managed
.label setValues -recomputeSize False
.label getValues -recomputeSize x
puts "should be false, is: $x"
.label setValues -recomputeSize True
.label getValues -recomputeSize x
puts "should be true, is: $x"
. realizeWidget
. mainLoop