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

  1. #
  2. # Example 26-3
  3. # Combining relative and absolute sizes.
  4. #
  5.  
  6. place $w -in $parent -relwidth 1 -relheight 1 -x 0 -y 0 \
  7.     -width -4 -height -4
  8.  
  9.  
  10.