home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / k / oc / !OC_Desc < prev    next >
Encoding:
Text File  |  1994-11-10  |  684 b   |  46 lines

  1. # This is a description of the wimp interface for topcc
  2.  
  3. tool_details_start
  4.    name          "OC";
  5.    version       "1.00";
  6.    wimpslot      32k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_auto_run        on;
  13.    has_auto_save     leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18.  
  19. fileoutput_start
  20.    output_dft_is     produces_output;
  21. fileoutput_end
  22.  
  23.  
  24. dbox_start
  25.    icons_start
  26.       icn 3 maps_to string  not_saved;
  27.    icons_end
  28.  
  29.    defaults
  30.       icn 3 "";
  31.  
  32.    imports_start
  33.       drag_to icn 3   inserts icn 3;
  34.       drag_to any     inserts icn 3;
  35.       drag_to iconbar inserts icn 3;
  36.    imports_end
  37. dbox_end
  38.  
  39.       
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.