home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for ARMmaker
-
- tool_details_start
- name "ARMmaker";
- command_is "/<ARMmaker$Dir>.ARMmaker";
- version "0.52";
- wimpslot 128k;
- has_extended_cmdline;
- tool_details_end
-
-
- metaoptions_start
- has_auto_run;
- has_auto_save ^.leafname from icn 3;
- has_text_window;
- has_summary_window;
- display_dft_is text;
- metaoptions_end
-
-
- fileoutput_start
- output_option_is "-o";
- output_dft_is produces_output;
- fileoutput_end
-
-
- # options dialogue box
- dbox_start
-
- #icon mappings
- icons_start
- icn 3 maps_to string not_saved;
- icn 6 maps_to "-t";
- icons_end
-
- #default icon values
- defaults
- icn 6 on;
-
- make_defaults
- icn 6 on;
-
- #drags to dbox (and icon bar)
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to iconbar inserts icn 3;
- imports_end
-
- dbox_end
-
-
- #menu from dbox
- menu_start
-
- "Features" maps_to "-f" sub_menu " Feature: " 8;
- "Suppress" maps_to "-w" sub_menu " Disable: " 8;
- "Wizardry" maps_to "-z" sub_menu " Spell: " 8;
-
- #default values
- defaults
- menu 1 off,
- menu 2 off,
- menu 3 off;
-
- menu_end
-
-
- #deselections (ie when an option is picked, which others get turned off?)
- deselections_start
- deselections_end
-
- make_excludes icn 3;
-
- make_order_is "-d !Depend", icn 6, menu 1, menu 2, menu 3;
-