home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / b137_1 / !Formatter_Desc < prev    next >
Encoding:
Text File  |  1993-12-06  |  1.2 KB  |  47 lines

  1. # This is a description of the wimp interface for formatter.
  2. # Done by Richard Millican on the 19th October 1993.
  3. # This interface took 3 sodding hours to get working properly.
  4. # Main problem was using Acorn's (not at all fussy) front end module.
  5. # Anyone any idea how you stop it crashing when there's no text or
  6. # summary windows ?
  7.  
  8. tool_details_start
  9.    name          "Formatter";
  10.    command_is     "<Formatter$dir>.Formatter";
  11.    version       "7th December 1993 - 1.02";
  12.    wimpslot      32k;
  13.    has_extended_cmdline;
  14. tool_details_end
  15.  
  16. metaoptions_start
  17.    has_auto_run    on;
  18.    has_auto_save   "output" from icn 3;
  19.    has_text_window;
  20.    has_summary_window;
  21. metaoptions_end
  22.  
  23. fileoutput_start
  24.    output_dft_is   produces_output;
  25. fileoutput_end
  26.  
  27. dbox_start
  28.    icons_start
  29.       icn  3  maps_to string not_saved;
  30.       icn  6  maps_to "-c" followed_by spaces icn 8, " ", icn 10;
  31.       icn  7  maps_to "-r" followed_by spaces icn 9, " ", icn 11;
  32.    icons_end
  33.  
  34.    defaults
  35.    icn 3  "",
  36.    icn 6  off,
  37.    icn 7  off;
  38.  
  39.    imports_start
  40.       drag_to icn 3    inserts icn 3;
  41.       drag_to any      inserts icn 3;
  42.       drag_to iconbar  inserts icn 3;
  43.    imports_end
  44. dbox_end
  45.  
  46. order_is icn 6, icn 7, icn 3, output;
  47.