home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / clients / xlayout / shadow.wl < prev    next >
Text File  |  1991-10-03  |  569b  |  25 lines

  1. XcuWlm
  2.     {
  3.     *dimFacetColor "SteelBlue"
  4.     *brightFacetColor "LightSteelBlue"
  5.     *facetWidth "5"
  6.     *Command.background "white"
  7.     *Command.foreground "black"
  8.     *Command.cursor "dot"
  9.     XcuTbl
  10.     {
  11.     formatString "c c."
  12.     background "LightGray"
  13.     internalWidth "20"
  14.     internalHeight "20"
  15.     interWidth "10"
  16.     interHeight "10"
  17.  
  18.     XcuCommand { borderWidth "0" name "INSENSITIVE" sensitive "False" }
  19.     XcuCommand { name "Sensitive" sensitive "True" }
  20.     XcuCommand { name "Facets" shadow "False" }
  21.     XcuCommand { name "Shadow" dimFacetColor "black" shadow "True" }
  22.     }
  23.     }
  24.  
  25.