home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / pascal / PTC / _PtC1 / Desc < prev    next >
Encoding:
Text File  |  1991-03-02  |  669 b   |  45 lines

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