home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
30_6.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
210b
|
12 lines
#
# Example 30-6
# The message widget formats long lines of text.
#
message .msg -justify center -text "This is a very long text\
line that will be broken into many lines by the\
message widget"
pack .msg