# Description file for our example program

tool_details_start
   name          "Example";
   command_is    "<Example$Dir>.Example";
   version       "1.00";
   wimpslot      32k;
tool_details_end

metaoptions_start
   has_auto_save     ^.leafname from icn 2;
   has_text_window;
   has_summary_window;
metaoptions_end

fileoutput_start
   output_option_is  "-out";
   output_dft_is     produces_output;
fileoutput_end

dbox_start
   icons_start
      icn 2  maps_to string;
      icn 3  maps_to "-faster";
      icn 4  maps_to "-onepass";
      icn 5  maps_to "-twopass";
   icons_end

   defaults
      icn 3  off,
      icn 4  off,
      icn 5  on;

   imports_start
      drag_to icn 2 inserts icn 2 separator_is " ";
      drag_to iconbar inserts icn 2;
   imports_end
dbox_end

menu_start
   "No errors"       maps_to "-noerrors";
   "Listing"         maps_to "-listfile " sub_menu "   Listfile:    " 256;
 
   defaults
      menu  1 off,
      menu  2 off;
menu_end

deselections_start
      icn 4 deselects icn 5;
      icn 5 deselects icn 4;
deselections_end


   






