home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
mac
/
exsource.old
/
30_7.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
199b
|
12 lines
#
# Example 30-7
# Controlling the text layout in a message widget.
#
message .msg -aspect 1000 -justify left -text \
"This is the first long line of text,
and this is the second line."
pack .msg