home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / htmlscan / !HTMLScan / Desc < prev    next >
Encoding:
Text File  |  1998-06-08  |  1.3 KB  |  63 lines

  1. # Wimp interface description for HTMLScan
  2.  
  3. tool_details_start
  4.     name          "HTMLScan";
  5.     command_is    "<HTMLScan$Dir>.Library.HTMLScan";
  6.     version       "1.20 (08-Jun-98)";
  7.     wimpslot      64k;
  8.     has_extended_cmdline;
  9. tool_details_end
  10.  
  11. metaoptions_start
  12.     has_auto_run  on;
  13.     has_auto_save leafname from icn 3;
  14.     has_text_window;
  15.     has_summary_window;
  16. metaoptions_end
  17.  
  18. fileoutput_start
  19.     output_dft_is produces_output;
  20. fileoutput_end
  21.  
  22. dbox_start
  23.    icons_start
  24.       icn 4  maps_to "-q";
  25.       icn 5  maps_to "-b";
  26.       icn 6  maps_to "-g";
  27.       icn 7  maps_to "-o";
  28.       icn 8  maps_to "-s";
  29.       icn 9  maps_to "-c";
  30.       icn 10 maps_to "-i";
  31.       icn 11 maps_to "-d";
  32.       icn 12 maps_to "-h";
  33.       icn 13 maps_to "-r";
  34.       icn 14 maps_to "-l";
  35.       icn 15 maps_to "-e";
  36.       icn 16 maps_to "-t";
  37.       icn 3  maps_to string  not_saved;
  38.    icons_end
  39.  
  40.    defaults
  41.       icn 3  "",
  42.       icn 4  off,
  43.       icn 5  off,
  44.       icn 6  off,
  45.       icn 7  off,
  46.       icn 8  off,
  47.       icn 9  off,
  48.       icn 10 off,
  49.       icn 11 off,
  50.       icn 12 off,
  51.       icn 13 off,
  52.       icn 14 off,
  53.       icn 15 off,
  54.       icn 16 off;
  55.  
  56.    imports_start
  57.       drag_to icn 3 inserts icn 3;
  58.       drag_to any inserts icn 3;
  59.       drag_to iconbar inserts icn 3;
  60.    imports_end
  61. dbox_end
  62.  
  63.