home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / genres_1 / !GenRes / Desc < prev    next >
Text File  |  1995-04-01  |  824b  |  47 lines

  1. # This is a description of the wimp interface for genres
  2.  
  3. tool_details_start
  4.    name          "GenRes";
  5.    command_is     "<GenRes$Dir>.!RunImage";
  6.    version       "1.00";
  7.    wimpslot      32k;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save     "o.resources" from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18.  
  19. fileoutput_start
  20.    output_option_is  "-o";
  21.    output_dft_is     produces_output;
  22. fileoutput_end
  23.  
  24.  
  25. dbox_start
  26.    icons_start
  27.       icn 3 maps_to string not_saved;
  28.       icn 4 maps_to "-a" string not_saved; 
  29.    icons_end
  30.  
  31.    defaults
  32.       icn 3 "",
  33.       icn 4 "";
  34.  
  35.    make_defaults
  36.       icn 3 "",
  37.       icn 4 "";
  38.  
  39.    imports_start
  40.       drag_to icn 3   inserts icn 3;
  41.       drag_to any     inserts icn 3;
  42.       drag_to iconbar inserts icn 3;
  43.    imports_end
  44.  
  45. dbox_end
  46.  
  47.