NSApplicationScripting.inc 538 B

12345678910111213141516
  1. { Parsed from AppKit.framework NSApplicationScripting.h }
  2. {$ifdef CLASSES}
  3. type
  4. NSApplication_NSScripting = objccategory external name 'NSScripting' (NSApplication)
  5. function orderedDocuments: NSArray; message 'orderedDocuments';
  6. function orderedWindows: NSArray; message 'orderedWindows';
  7. end;
  8. type
  9. NSApplicationScriptingDelegation = objccategory external (NSObject)
  10. function application_delegateHandlesKey (sender: NSApplication; key: NSString): ObjCBOOL; message 'application:delegateHandlesKey:';
  11. end;
  12. {$endif}