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

  1. #
  2. # Example 38-3
  3. # Padding provided by labels and buttons.
  4. #
  5.  
  6. label .foo -text Foo -padx 20 -anchor e
  7. pack .foo
  8.  
  9.  
  10.