home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / xcontact / resources / xcontact.ftr < prev    next >
Encoding:
Text File  |  1994-08-02  |  388 b   |  14 lines

  1. TYPE EsProExecutable
  2.     MATCH       glob ("xcontact");
  3.     LEGEND      XContact Software
  4.     SUPERTYPE   Executable
  5.     CMD OPEN    /usr/local/bin/xcontact
  6.     ICON        {
  7.         if(opened) {
  8.              include("../iconlib/generic.exec.open.fti");
  9.         } else {
  10.              include("../iconlib/generic.exec.closed.fti");
  11.         }
  12.         include("iconlib/xcontact.fti");
  13.     }
  14.