home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for FFT_3D
-
- tool_details_start
- name "FFT_3D";
- command_is "<FFT_3D$Dir>.FFT_3D";
- version "1.00";
- filetype 3DC;
- wimpslot 32k;
- tool_details_end
-
-
- metaoptions_start
- has_auto_run on;
- has_auto_save ^."_draw." leafname from icn 3;
- has_text_window;
- has_summary_window;
- metaoptions_end
-
-
- fileoutput_start
- output_dft_is produces_output;
- fileoutput_end
-
-
- dbox_start
-
- icons_start
- icn 3 maps_to string not_saved;
- icn 14 maps_to string;
- icn 7 maps_to "a";
- icn 8 maps_to "b";
- icn 11 maps_to number not_saved;
- icn 13 maps_to number;
- icons_end
-
- defaults
- icn 7 on,
- icn 8 off,
- icn 11 0,
- icn 13 0;
-
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to iconbar inserts icn 3;
- imports_end
-
- dbox_end
-
- deselections_start
- icn 7 deselects icn 8;
- icn 8 deselects icn 7;
- deselections_end
-
- order_is
- icn 3,
- output,
- icn 14,
- icn 11,
- icn 13,
- icn 7,
- icn 8;
-
-
-
-
-
-