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

  1. #
  2. # Example 39-4
  3. # Specifying a bitmap for a widget.
  4. #
  5.  
  6. button .foo -bitmap @glyph.xbm -fg blue
  7.  
  8.  
  9.