home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for bindiff
- # Liam Gretton for Leicester Univeristy, July 1997
-
- tool_details_start
- name "BinDiff";
- command_is "<BinDiff$Dir>.bindiff";
- version "0.03 26 January 1998";
- wimpslot 128k;
- has_extended_cmdline;
- tool_details_end
-
-
- metaoptions_start
- has_text_window;
- has_summary_window;
- metaoptions_end
-
-
- dbox_start
- icons_start
- icn 3 maps_to string not_saved;
- icn 5 maps_to string not_saved;
- icn 6 maps_to "-w"; # compare words, not bytes
- icons_end
-
- defaults
- icn 3 "",
- icn 5 "",
- icn 6 off;
-
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to icn 5 inserts icn 5;
- drag_to iconbar inserts icn 3;
- imports_end
- dbox_end
-
- order_is icn 6, icn 3, icn 5;
-