home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / ada / !AdaLib / Desc < prev    next >
Text File  |  1994-08-27  |  694b  |  45 lines

  1. # This is a description of the wimp interface for the Ada Library Manager
  2.  
  3. tool_details_start
  4.    name          "AdaLib";
  5.    version       "1.11.2 (21-Aug-1994)";
  6.    wimpslot      64k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run         on;
  13.    has_text_window;
  14.    has_summary_window;
  15.    display_dft_is text;
  16. metaoptions_end
  17.  
  18.  
  19. # options dialogue box
  20. dbox_start
  21.  
  22.    #icon mappings
  23.    icons_start
  24.       icn 3  maps_to "-l " string not_saved;
  25.    icons_end
  26.  
  27.    #default icon values
  28.    defaults
  29.       icn 3  "";
  30.  
  31.    #drags to dbox (and icon bar)
  32.    imports_start
  33.       drag_to icn 3 inserts icn 3;
  34.       drag_to iconbar inserts icn 3;
  35.    imports_end
  36.  
  37. dbox_end
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.