NSDocumentScripting.inc 761 B

123456789101112131415
  1. { Parsed from AppKit.framework NSDocumentScripting.h }
  2. {$ifdef CLASSES}
  3. type
  4. NSDocument_NSScripting = objccategory external name 'NSScripting' (NSDocument)
  5. procedure setLastComponentOfFileName(newValue: NSString); message 'setLastComponentOfFileName:';
  6. function lastComponentOfFileName: NSString; message 'lastComponentOfFileName';
  7. function handleSaveScriptCommand (command: NSScriptCommand): id; message 'handleSaveScriptCommand:';
  8. function handleCloseScriptCommand (command: NSCloseCommand): id; message 'handleCloseScriptCommand:';
  9. function handlePrintScriptCommand (command: NSScriptCommand): id; message 'handlePrintScriptCommand:';
  10. function objectSpecifier: NSScriptObjectSpecifier; message 'objectSpecifier';
  11. end;
  12. {$endif}