123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- { Parsed from Appkit.framework NSAppleScriptExtensions.h }
- {$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 external (NSAppleScript)
- function richTextSource: NSAttributedString; message 'richTextSource';
- end;
- {$endif}
- {$endif}
|