home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _fda / desc < prev    next >
Encoding:
Text File  |  1992-01-19  |  784 b   |  41 lines

  1. # This is a description of the wimp interface for fda
  2.  
  3. tool_details_start
  4.    name          "FDA";
  5.    version       "1.21 (19-Jan-92)";
  6.    wimpslot      32k;
  7. tool_details_end
  8.  
  9.  
  10. metaoptions_start
  11.    has_auto_run;
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. dbox_start
  18.    icons_start
  19.       icn   3  maps_to string   not_saved;
  20.       icn   6  maps_to "-o" followed_by spaces icn 9;
  21.       icn   7  increases icn 9;
  22.       icn   8  decreases icn 9;
  23.       icn   9  maps_to number;
  24.    icons_end
  25.  
  26.    defaults
  27.       icn  3 "",
  28.       icn  6 off,
  29.       icn  9 0;
  30.  
  31.    imports_start
  32.       drag_to  icn 3   inserts icn 3 separator_is " ";
  33.       drag_to  any     inserts icn 3 separator_is " ";
  34.       drag_to  iconbar inserts icn 3;
  35.    imports_end
  36. dbox_end
  37.  
  38.  
  39. order_is  icn 6, icn 3;
  40.  
  41.