home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / wtour / list1.tcl < prev    next >
Encoding:
Text File  |  1995-06-29  |  223 b   |  11 lines

  1. #
  2. # a List
  3. #
  4. # Note that the itemCount *must* match the number of items
  5.  
  6. xmList .list managed \
  7.     -items "{Item 1} {Item 2} {Item 3}" \
  8.     -itemCount 3 \
  9.     -selectedItems "{Item 1} {Item 3}" \
  10.     -selectedItemCount 2
  11.