home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / language / as / !AS / Desc < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.0 KB  |  55 lines

  1. # This is a description of the wimp interface for as
  2.  
  3. tool_details_start
  4.    name          "AS";
  5.    version       "1.20";
  6.    wimpslot      320k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run on;
  13. #   has_auto_save     ^.leafname from icn 3;
  14. metaoptions_end
  15.  
  16. #fileoutput_start
  17. #   output_option_is  "-o";
  18. #   output_dft_is     produces_output;
  19. #fileoutput_end
  20.  
  21. # options dialogue box
  22. dbox_start
  23.  
  24.    #icon mappings
  25.    icons_start
  26.       icn 3  maps_to string;
  27.       icn 6  maps_to "-p";
  28.       icn 7  maps_to "-throwback";
  29.       icn 8  maps_to "-verbose";
  30.       icn 9  maps_to "-autocast";
  31.    icons_end
  32.  
  33.    #default icon values
  34.    defaults
  35.       icn 6  off,
  36.       icn 7  on,
  37.       icn 8  off,
  38.       icn 9  off;
  39.  
  40.    make_defaults
  41.       icn 6  off,
  42.       icn 7  on,
  43.       icn 8  off,
  44.       icn 9  off;
  45.  
  46.    imports_start
  47.       drag_to icn 3 inserts icn 3;
  48.       drag_to iconbar inserts icn 3;
  49.    imports_end
  50. dbox_end
  51.    
  52.  
  53. make_order_is icn 6, icn 7, icn 8, icn 9, icn 3; 
  54. order_is icn 6, icn 7, icn 8, icn 9, icn 3; 
  55.