home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diskmanager / gfind_1 / !GFind / Desc < prev    next >
Text File  |  1995-05-24  |  1KB  |  68 lines

  1. # This is a description of the wimp interface for find
  2.  
  3. tool_details_start
  4.    name          "GFind";
  5.    version       "1.02ß";
  6.    wimpslot       96k;
  7.    has_extended_cmdline;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_text_window;
  13.    has_summary_window;
  14.    display_dft_is text;
  15. metaoptions_end
  16.  
  17.  
  18. dbox_start
  19.  
  20.    #icon mappings
  21.    icons_start
  22.       icn 3  maps_to "-iname " string not_saved;
  23.       icn 21 maps_to string not_saved;
  24.       icn 6  maps_to "-type d";
  25.       icn 17 maps_to "-type f";
  26.       icn 18 maps_to "-ls";
  27.       icn 33 maps_to "-throwback";
  28.       icn 35 maps_to "-filetype " string not_saved;
  29.       icn 37 maps_to "-mtime " string not_saved;
  30.    icons_end
  31.  
  32.    #default icon values
  33.    defaults
  34.       icn 6 off,
  35.       icn 18 off,
  36.       icn 17 off,
  37.       icn 33 off,
  38.       icn 3 "",
  39.       icn 21 "",
  40.       icn 35 "",
  41.       icn 37 "";
  42.                 
  43.    #drags to dbox (and icon bar)
  44.    imports_start
  45.       drag_to icn 21  inserts icn 21 separator_is " ";
  46.       drag_to any     inserts icn 21 separator_is " ";
  47.       drag_to iconbar inserts icn 21;
  48.    imports_end
  49.  
  50. dbox_end
  51.  
  52.  
  53. menu_start
  54.    "Execute cmd"  maps_to "-exec " sub_menu "Command" 256 not_saved;
  55.  
  56.    #default values
  57.    defaults
  58.       menu 1 off sub_menu "";
  59. menu_end
  60.  
  61.  
  62. deselections_start
  63.    icn 6  deselects icn 17;
  64.    icn 17 deselects icn 6;
  65. deselections_end
  66.  
  67. order_is  icn 21, icn 3, icn 6, icn 17, icn 35, icn 37, icn 33, icn 18, menu 1;
  68.