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

  1. #
  2. # Example 24-12
  3. # Resizing with expand turned on.
  4. #
  5.  
  6. # Use all of Example 24-11then repack .body
  7. pack .body -expand true -fill both
  8.  
  9.  
  10.