home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / ada / !AdaBind / Desc < prev    next >
Encoding:
Text File  |  1994-08-27  |  961 b   |  54 lines

  1. # This is a description of the wimp interface for the Ada Binder
  2.  
  3. tool_details_start
  4.    name          "AdaBind";
  5.    version       "1.11.2 (21-Aug-1994)";
  6.    wimpslot      800k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  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.       icn 5  maps_to string prefix_by "-i " not_saved;
  26.    icons_end
  27.  
  28.    #default icon values
  29.    defaults
  30.       icn 3  "",
  31.       icn 5  "";
  32.  
  33.    #drags to dbox (and icon bar)
  34.    imports_start
  35.       drag_to icn 3 inserts icn 3;
  36.       drag_to iconbar inserts icn 3;
  37.       drag_to icn 5 inserts icn 5 separator_is " ";
  38.    imports_end
  39.  
  40. dbox_end
  41.  
  42.  
  43. #menu from dbox
  44. menu_start
  45.  
  46.    "Main program"    maps_to "" sub_menu "Unit name:" 256 prefix_by "-m ";
  47.  
  48.    #default values
  49.    defaults
  50.       menu  1 off;
  51.  
  52. menu_end
  53.  
  54.