home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_5 / issue_07 / language / !Pascal / Desc < prev    next >
Text File  |  1992-03-15  |  2KB  |  85 lines

  1. # This is a description of the wimp interface for Pascal
  2.  
  3. tool_details_start
  4.    name          "Pascal";
  5.    version       "2.00";
  6.    wimpslot      640k;
  7. tool_details_end
  8.  
  9.  
  10. metaoptions_start
  11.    has_auto_run;
  12.    has_auto_save     ^."o."leafname from icn 3;
  13.    has_text_window;
  14.    has_summary_window;
  15. metaoptions_end
  16.  
  17.  
  18. fileoutput_start
  19.    output_option_is  "-OB";
  20.    output_dft_is     produces_output;
  21. fileoutput_end
  22.  
  23.  
  24. dbox_start
  25.    icons_start
  26.       icn  3 maps_to string  not_saved;
  27.       icn  6 maps_to "-EX";
  28.       icn  7 maps_to "-LE";
  29.       icn  8 maps_to "-LI";
  30.       icn  9 maps_to "-LO";
  31.       icn 10 maps_to "-DE";
  32.    icons_end
  33.  
  34.    defaults
  35.    icn  3 "",
  36.    icn  6 on,
  37.    icn  7 off,
  38.    icn  8 off,
  39.    icn  9 on,
  40.    icn 10 off;
  41.  
  42.    imports_start
  43.       wild_card_is "*";
  44.       drag_to  icn 3   inserts icn 3 separator_is " ";
  45.       drag_to  any     inserts icn 3 separator_is " ";
  46.       drag_to  iconbar inserts icn 3;
  47.    imports_end
  48.  
  49. dbox_end
  50.  
  51. menu_start
  52.    "No assign"  maps_to "-NOAS ";
  53.    "No Lines"   maps_to "-NOLI ";
  54.    "No Object"  maps_to "-NOOB ";
  55.    "No Range"   maps_to "-NORA ";
  56.    "Notify"     maps_to "-NOTI ";
  57.    "No Variants" maps_to "-NOVARI ";
  58.    "No Vars"    maps_to "-NOVARS ";
  59.    "Slash"      maps_to "-SLASH ";
  60.    "Store"      maps_to "-ST ";
  61.    "Trusted"    maps_to "-TR";
  62.  
  63.    defaults
  64.    menu 1 off,
  65.    menu 2 off,
  66.    menu 3 off,
  67.    menu 4 off,
  68.    menu 5 off,
  69.    menu 6 off,
  70.    menu 7 off,
  71.    menu 8 off,
  72.    menu 9 on,
  73.    menu 10 off;
  74. menu_end
  75.  
  76. deselections_start
  77.     icn 8 deselects icn 9;
  78.     icn 9 deselects icn 8;
  79.     icn 6 deselects icn 7;
  80.     icn 7 deselects icn 6;
  81. deselections_end
  82.  
  83.  
  84. make_order_is icn 6, icn 7, icn 8, icn 9, icn 10, menu 1, menu 2, menu3, menu 4, menu 5, menu 6, menu 7, menu 8, menu 9, menu 10, "-ob $@";
  85.