home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for starttask
- # (c) Nick Smith, 1993
-
- tool_details_start
- name "StartTask";
- command_is "<StartTask$Dir>.Start";
- version "1.01 (11-Aug-93)";
- wimpslot 64k;
- has_extended_cmdline;
- tool_details_end
-
-
- dbox_start
-
- #icon mappings
- icons_start
- icn 3 maps_to string not_saved;
- icn 11 maps_to string not_saved;
- icn 13 maps_to string;
- icn 15 maps_to string;
- icn 19 maps_to number;
- icn 6 maps_to "-ctrl";
- icn 7 maps_to "-quit";
- icn 8 maps_to "-display";
- icons_end
-
- #default icon values
- defaults
- icn 6 off,
- icn 7 off,
- icn 8 off,
- icn 13 "24M",
- icn 15 "640K",
- icn 19 4;
-
- dbox_end
-
-
- order_is "Virtual", icn 3, "-name", icn 11, "-discslot", icn 13, "-wimpslot", icn 15, "-nice", icn 19, icn 6, icn 7, icn 8;
-
-