summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc
blob: 19c580b15fc304ecdfbf4da5897b5fdafcb60ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{ Parsed from Appkit.framework NSAppleScriptExtensions.h }
{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }


{$ifdef TYPES}
{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_T}
{$define NSAPPLESCRIPTEXTENSIONS_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_R}
{$define NSAPPLESCRIPTEXTENSIONS_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_F}
{$define NSAPPLESCRIPTEXTENSIONS_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_S}
{$define NSAPPLESCRIPTEXTENSIONS_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}

{$endif}

{$ifdef CLASSES}
{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_C}
{$define NSAPPLESCRIPTEXTENSIONS_PAS_C}

{ NSExtensionsCategory }
  NSExtensionsCategory = objccategory(NSAppleScript)
    function richTextSource: NSAttributedString; message 'richTextSource';
  end; external;

{$endif}
{$endif}