NSAppleScriptExtensions.inc 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. { Parsed from Appkit.framework NSAppleScriptExtensions.h }
  2. {$ifdef TYPES}
  3. {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_T}
  4. {$define NSAPPLESCRIPTEXTENSIONS_PAS_T}
  5. {$endif}
  6. {$endif}
  7. {$ifdef RECORDS}
  8. {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_R}
  9. {$define NSAPPLESCRIPTEXTENSIONS_PAS_R}
  10. {$endif}
  11. {$endif}
  12. {$ifdef FUNCTIONS}
  13. {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_F}
  14. {$define NSAPPLESCRIPTEXTENSIONS_PAS_F}
  15. {$endif}
  16. {$endif}
  17. {$ifdef EXTERNAL_SYMBOLS}
  18. {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_S}
  19. {$define NSAPPLESCRIPTEXTENSIONS_PAS_S}
  20. {$endif}
  21. {$endif}
  22. {$ifdef FORWARD}
  23. {$endif}
  24. {$ifdef CLASSES}
  25. {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_C}
  26. {$define NSAPPLESCRIPTEXTENSIONS_PAS_C}
  27. { NSExtensionsCategory }
  28. NSExtensionsCategory = objccategory external (NSAppleScript)
  29. function richTextSource: NSAttributedString; message 'richTextSource';
  30. end;
  31. {$endif}
  32. {$endif}