NSAppleScriptExtensions.inc 902 B

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