home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for find
-
- tool_details_start
- name "GFind";
- version "1.02ß";
- wimpslot 96k;
- has_extended_cmdline;
- tool_details_end
-
-
- metaoptions_start
- has_text_window;
- has_summary_window;
- display_dft_is text;
- metaoptions_end
-
-
- dbox_start
-
- #icon mappings
- icons_start
- icn 3 maps_to "-iname " string not_saved;
- icn 21 maps_to string not_saved;
- icn 6 maps_to "-type d";
- icn 17 maps_to "-type f";
- icn 18 maps_to "-ls";
- icn 33 maps_to "-throwback";
- icn 35 maps_to "-filetype " string not_saved;
- icn 37 maps_to "-mtime " string not_saved;
- icons_end
-
- #default icon values
- defaults
- icn 6 off,
- icn 18 off,
- icn 17 off,
- icn 33 off,
- icn 3 "",
- icn 21 "",
- icn 35 "",
- icn 37 "";
-
- #drags to dbox (and icon bar)
- imports_start
- drag_to icn 21 inserts icn 21 separator_is " ";
- drag_to any inserts icn 21 separator_is " ";
- drag_to iconbar inserts icn 21;
- imports_end
-
- dbox_end
-
-
- menu_start
- "Execute cmd" maps_to "-exec " sub_menu "Command" 256 not_saved;
-
- #default values
- defaults
- menu 1 off sub_menu "";
- menu_end
-
-
- deselections_start
- icn 6 deselects icn 17;
- icn 17 deselects icn 6;
- deselections_end
-
- order_is icn 21, icn 3, icn 6, icn 17, icn 35, icn 37, icn 33, icn 18, menu 1;
-