home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / textutil / tabs / !Tabs / Desc < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.2 KB  |  87 lines

  1. # This is a description of the wimp interface for Tabs
  2.   
  3. tool_details_start
  4.    name          "Tabs";
  5.    version       "2.00 (28-Feb-90)";
  6.    wimpslot       256k;
  7. tool_details_end
  8.  
  9. metaoptions_start
  10.    has_auto_run;
  11.    has_auto_save  "_"leafname from icn 3;
  12.    has_text_window;
  13.    has_summary_window;
  14.    display_dft_is text;
  15. metaoptions_end
  16.  
  17. fileoutput_start
  18.    output_dft_is produces_output ;
  19. fileoutput_end
  20.  
  21. dbox_start
  22.    icons_start
  23.       icn 3  maps_to string  not_saved;
  24.       icn 6  maps_to "-t";      # replace blanks by tabs
  25.       icn 7  maps_to "-b";      # replace tabs by blanks
  26.       icn 8  maps_to "-s";      # standard mode tabs
  27.       icn 9  maps_to "-i";      # import mode tabs
  28.       icn 10 maps_to "-v";      # verbose
  29.       icn 11 maps_to "-q";      # quiet
  30.       icn 14 maps_to "-c" followed_by spaces icn 19; # column settings
  31.       icn 15 maps_to "-w" followed_by spaces icn 19; # width setting
  32.       icn 16 maps_to "-r" followed_by spaces icn 19; # ruler
  33.       icn 17 maps_to "-p" followed_by spaces icn 19; # profile
  34.       icn 19 maps_to string ;
  35.    icons_end
  36.  
  37.    defaults
  38.    icn 3  "",
  39.    icn 6  on,
  40.    icn 7  off,
  41.    icn 8  on,
  42.    icn 9  off,
  43.    icn 10 on,
  44.    icn 11 off,
  45.    icn 14 on,
  46.    icn 15 off,
  47.    icn 16 off,
  48.    icn 17 off,
  49.    icn 19 "8,16,24,32,40,48,56,64,72,80";
  50.  
  51.    imports_start
  52.       drag_to  icn  3  inserts icn  3;
  53.       drag_to  icn 19  inserts icn 19;
  54.       drag_to  any     inserts icn  3;
  55.       drag_to  iconbar inserts icn  3;
  56.    imports_end
  57. dbox_end
  58.  
  59. menu_start
  60.    "Exclude"      maps_to "-x " sub_menu "Exclude:" 40;
  61.    "Max warnings" maps_to "-m " sub_menu "Max warnings:" 8;
  62.    
  63.    defaults
  64.      menu 1 off sub_menu "*",
  65.      menu 2 on  sub_menu "50";
  66. menu_end
  67.  
  68. deselections_start
  69.    icn  6 deselects icn  7;
  70.    icn  7 deselects icn  6;
  71.    icn  8 deselects icn  9;
  72.    icn  9 deselects icn  8;
  73.    icn 10 deselects icn 11;
  74.    icn 11 deselects icn 10;
  75.    icn 14 deselects icn 15,icn 16,icn 17;
  76.    icn 15 deselects icn 14,icn 16,icn 17;
  77.    icn 16 deselects icn 14,icn 15,icn 17;
  78.    icn 17 deselects icn 14,icn 15,icn 16;
  79. deselections_end
  80.  
  81. exclusions_start
  82.    icn 8 excludes icn 10,icn 11;
  83. exclusions_end
  84.  
  85. order_is icn 3,output,icn 6,icn 7,icn 8,icn 9,icn 10,icn 11,
  86.          icn 14,icn 15,icn 16,icn 17,menu 1,menu 2;
  87.