home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for the Ada Binder
-
- tool_details_start
- name "AdaBind";
- version "1.11.2 (21-Aug-1994)";
- wimpslot 800k;
- has_extended_cmdline;
- tool_details_end
-
-
- metaoptions_start
- has_auto_run;
- has_text_window;
- has_summary_window;
- display_dft_is text;
- metaoptions_end
-
-
- # options dialogue box
- dbox_start
-
- #icon mappings
- icons_start
- icn 3 maps_to "-l " string not_saved;
- icn 5 maps_to string prefix_by "-i " not_saved;
- icons_end
-
- #default icon values
- defaults
- icn 3 "",
- icn 5 "";
-
- #drags to dbox (and icon bar)
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to iconbar inserts icn 3;
- drag_to icn 5 inserts icn 5 separator_is " ";
- imports_end
-
- dbox_end
-
-
- #menu from dbox
- menu_start
-
- "Main program" maps_to "" sub_menu "Unit name:" 256 prefix_by "-m ";
-
- #default values
- defaults
- menu 1 off;
-
- menu_end
-
-