NSDocumentScripting.inc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. { Parsed from Appkit.framework NSDocumentScripting.h }
  2. { Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 }
  3. {$ifdef TYPES}
  4. {$ifndef NSDOCUMENTSCRIPTING_PAS_T}
  5. {$define NSDOCUMENTSCRIPTING_PAS_T}
  6. {$endif}
  7. {$endif}
  8. {$ifdef RECORDS}
  9. {$ifndef NSDOCUMENTSCRIPTING_PAS_R}
  10. {$define NSDOCUMENTSCRIPTING_PAS_R}
  11. {$endif}
  12. {$endif}
  13. {$ifdef FUNCTIONS}
  14. {$ifndef NSDOCUMENTSCRIPTING_PAS_F}
  15. {$define NSDOCUMENTSCRIPTING_PAS_F}
  16. {$endif}
  17. {$endif}
  18. {$ifdef EXTERNAL_SYMBOLS}
  19. {$ifndef NSDOCUMENTSCRIPTING_PAS_S}
  20. {$define NSDOCUMENTSCRIPTING_PAS_S}
  21. {$endif}
  22. {$endif}
  23. {$ifdef FORWARD}
  24. {$endif}
  25. {$ifdef CLASSES}
  26. {$ifndef NSDOCUMENTSCRIPTING_PAS_C}
  27. {$define NSDOCUMENTSCRIPTING_PAS_C}
  28. { NSScripting_NSDocumentCategory }
  29. NSScripting_NSDocumentCategory = objccategory external name 'NSScripting' (NSDocument)
  30. function lastComponentOfFileName: NSString; message 'lastComponentOfFileName';
  31. procedure setLastComponentOfFileName(str: NSString); message 'setLastComponentOfFileName:';
  32. function handleSaveScriptCommand(command: NSScriptCommand): id; message 'handleSaveScriptCommand:';
  33. function handleCloseScriptCommand(command: NSCloseCommand): id; message 'handleCloseScriptCommand:';
  34. function handlePrintScriptCommand(command: NSScriptCommand): id; message 'handlePrintScriptCommand:';
  35. function objectSpecifier: NSScriptObjectSpecifier; message 'objectSpecifier';
  36. end;
  37. {$endif}
  38. {$endif}