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 / prog21 < prev    next >
Encoding:
Text File  |  1993-11-15  |  220 b   |  11 lines

  1. # testing RepType resource converter on scalar type arrowDirection
  2. xtAppInitialize -class Program
  3.  
  4. xmArrowButton .arrow managed
  5. .arrow getValues -arrowDirection d
  6. puts stdout "direction: $d"
  7.  
  8. . realizeWidget
  9.  
  10. . mainLoop
  11.