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

  1. #
  2. # Example 27-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.