home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / SCI / MATH / ALLPRI.ZIP / !AllPrimes / Desc < prev    next >
Text File  |  1995-05-03  |  854b  |  49 lines

  1. # This is a description of the wimp interface for AllPrimes
  2.  
  3. tool_details_start
  4.    name          "AllPrimes";
  5.    command_is    "<AllPrimes$Dir>.Findp";
  6.    version       "0.95";
  7.    wimpslot      128k;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save "Output" from icn 2;
  14.    has_text_window;
  15.    has_summary_window;
  16.    display_dft_is text;
  17. metaoptions_end
  18.  
  19.  
  20. fileoutput_start
  21.    output_dft_is     produces_output;
  22. fileoutput_end
  23.  
  24.  
  25. # options dialogue box
  26. dbox_start
  27.  
  28.    #icon mappings
  29.    icons_start
  30.       icn 2  maps_to string not_saved;
  31.       icn 5  maps_to "" produces_no_output;
  32.    icons_end
  33.  
  34.    #default icon values
  35.    defaults
  36.       icn 5  off;
  37.  
  38.    #drags to dbox (and icon bar)
  39.    imports_start
  40.       drag_to icn   2 inserts icn 2;
  41.       drag_to iconbar inserts icn 2;
  42.    imports_end
  43.  
  44. dbox_end
  45.  
  46. # No deselections
  47.  
  48. # No exclusions
  49.