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

  1. #
  2. # Example 27-2
  3. # Covering a window with place.
  4. #
  5.  
  6. place $w -in $parent -relwidth 1 -relheight 1 -x 0 -y 0
  7.  
  8.  
  9.