home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for Tabs
-
- tool_details_start
- name "Tabs";
- version "2.00 (28-Feb-90)";
- wimpslot 256k;
- tool_details_end
-
- metaoptions_start
- has_auto_run;
- has_auto_save "_"leafname from icn 3;
- has_text_window;
- has_summary_window;
- display_dft_is text;
- metaoptions_end
-
- fileoutput_start
- output_dft_is produces_output ;
- fileoutput_end
-
- dbox_start
- icons_start
- icn 3 maps_to string not_saved;
- icn 6 maps_to "-t"; # replace blanks by tabs
- icn 7 maps_to "-b"; # replace tabs by blanks
- icn 8 maps_to "-s"; # standard mode tabs
- icn 9 maps_to "-i"; # import mode tabs
- icn 10 maps_to "-v"; # verbose
- icn 11 maps_to "-q"; # quiet
- icn 14 maps_to "-c" followed_by spaces icn 19; # column settings
- icn 15 maps_to "-w" followed_by spaces icn 19; # width setting
- icn 16 maps_to "-r" followed_by spaces icn 19; # ruler
- icn 17 maps_to "-p" followed_by spaces icn 19; # profile
- icn 19 maps_to string ;
- icons_end
-
- defaults
- icn 3 "",
- icn 6 on,
- icn 7 off,
- icn 8 on,
- icn 9 off,
- icn 10 on,
- icn 11 off,
- icn 14 on,
- icn 15 off,
- icn 16 off,
- icn 17 off,
- icn 19 "8,16,24,32,40,48,56,64,72,80";
-
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to icn 19 inserts icn 19;
- drag_to any inserts icn 3;
- drag_to iconbar inserts icn 3;
- imports_end
- dbox_end
-
- menu_start
- "Exclude" maps_to "-x " sub_menu "Exclude:" 40;
- "Max warnings" maps_to "-m " sub_menu "Max warnings:" 8;
-
- defaults
- menu 1 off sub_menu "*",
- menu 2 on sub_menu "50";
- menu_end
-
- deselections_start
- icn 6 deselects icn 7;
- icn 7 deselects icn 6;
- icn 8 deselects icn 9;
- icn 9 deselects icn 8;
- icn 10 deselects icn 11;
- icn 11 deselects icn 10;
- icn 14 deselects icn 15,icn 16,icn 17;
- icn 15 deselects icn 14,icn 16,icn 17;
- icn 16 deselects icn 14,icn 15,icn 17;
- icn 17 deselects icn 14,icn 15,icn 16;
- deselections_end
-
- exclusions_start
- icn 8 excludes icn 10,icn 11;
- exclusions_end
-
- order_is icn 3,output,icn 6,icn 7,icn 8,icn 9,icn 10,icn 11,
- icn 14,icn 15,icn 16,icn 17,menu 1,menu 2;
-