22#include <config_features.h>
25#include <Cocoa/Cocoa.h>
33-(void)enableCocoaThreads:(
id)param;
40-(void)applicationDidFinishLaunching:(NSNotification*)pNotification;
41-(void)sendEvent:(NSEvent*)pEvent;
42-(void)sendSuperEvent:(NSEvent*)pEvent;
43-(NSMenu*)applicationDockMenu:(NSApplication *)sender;
44-(
BOOL)application: (NSApplication*) app openFile: (NSString*)file;
45-(void)application: (NSApplication*) app openFiles: (NSArray*)files;
46-(
BOOL)application: (NSApplication*) app printFile: (NSString*)file;
47-(NSApplicationPrintReply)application: (NSApplication *) app printFiles:(NSArray *)files withSettings: (NSDictionary *)printSettings showPrintPanels:(
BOOL)bShowPrintPanels;
48-(NSApplicationTerminateReply)applicationShouldTerminate: (NSApplication *) app;
49-(void)applicationWillTerminate: (NSNotification *) aNotification;
50-(void)observeValueForKeyPath: (NSString*) keyPath ofObject:(
id)object
51 change: (NSDictionary<NSKeyValueChangeKey,
id>*)change
52 context: (
void*)context;
53-(void)systemColorsChanged: (NSNotification*) pNotification;
54-(void)screenParametersChanged: (NSNotification*) pNotification;
55-(void)scrollbarVariantChanged: (NSNotification*) pNotification;
56-(void)scrollbarSettingsChanged: (NSNotification*) pNotification;
57-(void)addFallbackMenuItem: (NSMenuItem*)pNewItem;
58-(void)removeFallbackMenuItem: (NSMenuItem*)pOldItem;
59-(void)addDockMenuItem: (NSMenuItem*)pNewItem;
60#if !HAVE_FEATURE_MACOSX_SANDBOX
61-(void)applicationWillBecomeActive: (NSNotification *)pNotification;
62-(void)applicationWillResignActive: (NSNotification *)pNotification;
64-(
BOOL)applicationShouldHandleReopen: (NSApplication*)pApp hasVisibleWindows: (
BOOL)bWinVisible;
65-(void)setDockIconClickHandler: (NSObject*)pHandler;
const wchar_t *typedef BOOL