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