home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog3b < prev    next >
Encoding:
Text File  |  1993-11-15  |  192 b   |  11 lines

  1. # setting resources at create time and later
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed -labelString bill -width 200 
  5. .fred setValues -height 100
  6.  
  7.  
  8. . realizeWidget
  9.  
  10. . mainLoop
  11.