home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for formatter.
- # Done by Richard Millican on the 19th October 1993.
- # This interface took 3 sodding hours to get working properly.
- # Main problem was using Acorn's (not at all fussy) front end module.
- # Anyone any idea how you stop it crashing when there's no text or
- # summary windows ?
-
- tool_details_start
- name "Formatter";
- command_is "<Formatter$dir>.Formatter";
- version "7th December 1993 - 1.02";
- wimpslot 32k;
- has_extended_cmdline;
- tool_details_end
-
- metaoptions_start
- has_auto_run on;
- has_auto_save "output" from icn 3;
- has_text_window;
- has_summary_window;
- metaoptions_end
-
- fileoutput_start
- output_dft_is produces_output;
- fileoutput_end
-
- dbox_start
- icons_start
- icn 3 maps_to string not_saved;
- icn 6 maps_to "-c" followed_by spaces icn 8, " ", icn 10;
- icn 7 maps_to "-r" followed_by spaces icn 9, " ", icn 11;
- icons_end
-
- defaults
- icn 3 "",
- icn 6 off,
- icn 7 off;
-
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to any inserts icn 3;
- drag_to iconbar inserts icn 3;
- imports_end
- dbox_end
-
- order_is icn 6, icn 7, icn 3, output;
-