home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / examples / xwlm / ex3.wl < prev    next >
Text File  |  1991-10-03  |  269b  |  17 lines

  1. XcuWlm {
  2.     #include "defaults.wl"
  3.     XcuTbl
  4.     {
  5.     Command { name "Exit" }
  6.     XcuBmgr
  7.         {
  8.         name "Set"
  9.         manage "Set1" : Int "1"
  10.         manage "Set2" : Int "2"
  11.         bmgrType "Transient"
  12.         XcuButton { name "Set1" }
  13.         XcuButton { name "Set2" }
  14.         }
  15.     }
  16.     }
  17.