home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog12
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-29
|
184 b
|
12 lines
# test Dimension to String
xtAppInitialize -class Program
xmLabel .label managed
.label getValues -width w -height h
puts stdout "Width: $w, height: $h"
. realizeWidget
. mainLoop