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

  1. #
  2. # Example 24-13
  3. # More than one expanding widget.
  4. #
  5.  
  6. # Use all of Example 24-11then repack .menubar and .body
  7. pack .menubar -expand true -fill x
  8. pack .body -expand true -fill both
  9.  
  10.  
  11.