home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / fftgraph_2 / !FFT_3D / Desc < prev    next >
Text File  |  1995-09-16  |  1KB  |  67 lines

  1. # This is a description of the wimp interface for FFT_3D
  2.  
  3. tool_details_start
  4.    name          "FFT_3D";
  5.    command_is    "<FFT_3D$Dir>.FFT_3D";
  6.    version       "1.00";
  7.    filetype     3DC;
  8.    wimpslot      32k;
  9. tool_details_end
  10.  
  11.  
  12. metaoptions_start
  13.    has_auto_run on;
  14.    has_auto_save      ^."_draw." leafname from icn 3;
  15.    has_text_window;
  16.    has_summary_window;
  17. metaoptions_end
  18.  
  19.  
  20. fileoutput_start
  21.    output_dft_is     produces_output;
  22. fileoutput_end
  23.  
  24.  
  25. dbox_start
  26.  
  27.    icons_start
  28.       icn 3  maps_to string          not_saved;
  29.       icn 14  maps_to string;
  30.       icn 7  maps_to "a";
  31.       icn 8  maps_to "b";
  32.       icn 11 maps_to number          not_saved;
  33.       icn 13 maps_to number;
  34.    icons_end
  35.    
  36.    defaults
  37.       icn 7 on,
  38.       icn 8 off,
  39.       icn 11 0,
  40.       icn 13 0;
  41.       
  42.    imports_start
  43.       drag_to icn 3 inserts icn 3;
  44.       drag_to iconbar inserts icn 3;
  45.    imports_end
  46.  
  47. dbox_end
  48.  
  49. deselections_start
  50.    icn 7 deselects icn 8;
  51.    icn 8 deselects icn 7;
  52. deselections_end
  53.       
  54. order_is
  55.       icn 3,
  56.       output,
  57.       icn 14,
  58.       icn 11,
  59.       icn 13,
  60.       icn 7,
  61.       icn 8;
  62.       
  63.  
  64.  
  65.  
  66.  
  67.