tclMacAETE.r
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * tclMacAETE.r --
  3.  *
  4.  * This file creates the Apple Event Terminology resources 
  5.  * for use Tcl and Tk.  It is not used in the Simple Tcl shell
  6.  *      since SIOUX does not support AppleEvents.  An example of its
  7.  *      use in Tcl is the TclBGOnly project.  And it is used in all the
  8.  *      Tk Shells.
  9.  *
  10.  * Copyright (c) 1997 Sun Microsystems, Inc.
  11.  *
  12.  * See the file "license.terms" for information on usage and redistribution
  13.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  14.  *
  15.  * RCS: @(#) $Id: tclMacAETE.r,v 1.2 1998/09/14 18:40:04 stanton Exp $
  16.  */
  17. #define SystemSevenOrLater 1
  18. #include <Types.r>
  19. #include <SysTypes.r>
  20. #include <AEUserTermTypes.r>
  21. /*
  22.  * The following resources defines the Apple Events that Tk can be
  23.  * sent from Apple Script.
  24.  */
  25. resource 'aete' (0, "Wish Suite") {
  26.     0x01, 0x00, english, roman,
  27.     {
  28. "Required Suite", 
  29. "Events that every application should support", 
  30. 'reqd', 1, 1,
  31. {},
  32. {},
  33. {},
  34. {},
  35. "Wish Suite", "Events for the Wish application", 'WIsH', 1, 1,
  36. {
  37.     "do script", "Execute a Tcl script", 'misc', 'dosc',
  38.     'TEXT', "Result", replyOptional, singleItem,
  39.     notEnumerated, reserved, reserved, reserved, reserved,
  40.     reserved, reserved, reserved, reserved, reserved,
  41.     reserved, reserved, reserved, reserved, 
  42.     'TEXT', "Script to execute", directParamRequired,
  43.     singleItem, notEnumerated, changesState, reserved,
  44.     reserved, reserved, reserved, reserved, reserved,
  45.     reserved, reserved, reserved, reserved, reserved,
  46.     reserved, 
  47.     {},
  48. },
  49. {},
  50. {},
  51. {},
  52.     }
  53. };