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

  1. # adding to a list - the Window manager will probably only show
  2. # one item. Don't worry.
  3. xtAppInitialize -class Program
  4.  
  5. xmList .list
  6. .list addItem fred 1
  7. .list addItem bill 1
  8. .list addItem paul 0
  9. .list manageChild
  10.  
  11. . realizeWidget
  12.  
  13. . mainLoop
  14.