home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !tclnew_model_XXXXX < prev    next >
Encoding:
Text File  |  1994-09-03  |  408 b   |  27 lines

  1. # XXXXX
  2.  
  3. source {<tcl$Dir>.!Choices}
  4.  
  5. w_init XXXXX
  6.  
  7. source {<tcl$Dir>.library.debug}
  8.  
  9. w_box progInfo create "About this program"\
  10.  { vlist {info Name XXXXX}
  11.          {info Purpose "Not Much"}
  12.          {info Author C.T.Stretch}
  13.          {info Version 0.00}
  14.  }
  15.  
  16. w_bar -menu { XXXXX {Info -dbox progInfo}
  17.                     {Quit -click exit}
  18.             }\
  19.       -click clickproc
  20.  
  21. proc clickproc {}\
  22.  {
  23.  }
  24.  
  25.  
  26.  
  27.