home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / compress / unarj / !Unarj / Desc < prev    next >
Encoding:
Text File  |  1992-07-19  |  1.1 KB  |  51 lines

  1. # This is a description of the wimp interface for diff
  2.   
  3. tool_details_start
  4.    name          "Unarj";
  5.    version       "2.30-wimp (19-Jul-1992)";
  6.    wimpslot       128k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_text_window;
  14.    has_summary_window;
  15. metaoptions_end
  16.  
  17.  
  18. dbox_start
  19.    icons_start
  20.       icn 3  maps_to string  not_saved;
  21.       icn 5  maps_to string  not_saved;
  22.       icn 8  maps_to "t";      # test archive
  23.       icn 9  maps_to "l";      # list archive
  24.       icn 10 maps_to "x";      # extract with pathnames
  25.       icn 11 maps_to "e";      # extract
  26.    icons_end
  27.  
  28.    defaults
  29.    icn 3 "",
  30.    icn 5 "",
  31.    icn 8 off,
  32.    icn 9 on,
  33.    icn 10 off,
  34.    icn 11 off;
  35.  
  36.    imports_start
  37.       drag_to  icn 3   inserts icn 3;
  38.       drag_to  icn 5   inserts icn 5;
  39.       drag_to  iconbar inserts icn 3;
  40.    imports_end
  41. dbox_end
  42.  
  43. deselections_start
  44.     icn 8 deselects icn 9, icn 10, icn 11;
  45.     icn 9 deselects icn 8, icn 10, icn 11;
  46.     icn 10 deselects icn 8, icn 9, icn 11;
  47.     icn 11 deselects icn 8, icn 9, icn 10;
  48. deselections_end
  49.  
  50. order_is icn 8, icn 9, icn 10, icn 11, icn 3;
  51.