home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s / strongtest / !StrongTst / Desc < prev    next >
Text File  |  1996-01-14  |  773b  |  41 lines

  1. # This is a description of the wimp interface for squeeze
  2.  
  3. tool_details_start
  4.    name          "StrongTst";
  5.    version       "1.00";
  6.    wimpslot        32k;
  7. tool_details_end
  8.  
  9.  
  10. metaoptions_start
  11.    has_auto_run      on;
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. # fileoutput_start
  18. #    output_dft_is   produces_output;
  19. # fileoutput_end
  20.  
  21.  
  22. dbox_start
  23.    icons_start
  24.       icn  3  maps_to string   not_saved;
  25.       icn  6  maps_to "-t";    # throwback
  26.       icn  7  maps_to "-v";    # verbose
  27.       icn  8  maps_to "-d";    # debug
  28.    icons_end
  29.  
  30.    defaults
  31.    icn  3  "",
  32.    icn  6 on,
  33.    icn  7 off;
  34.  
  35.    imports_start
  36.       drag_to icn 3    inserts icn 3;
  37.       drag_to any      inserts icn 3;
  38.       drag_to iconbar  inserts icn 3;
  39.    imports_end
  40. dbox_end
  41.