home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / mac / exsource.old / 30_7.tcl < prev    next >
Text File  |  2003-04-15  |  199b  |  12 lines

  1. #
  2. # Example 30-7
  3. # Controlling the text layout in a message widget.
  4. #
  5.  
  6. message .msg -aspect 1000 -justify left -text \
  7. "This is the first long line of text,
  8. and this is the second line."
  9. pack .msg
  10.  
  11.  
  12.