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)systemColorsChanged: (NSNotification*) pNotification;
51-(void)screenParametersChanged: (NSNotification*) pNotification;
52-(void)scrollbarVariantChanged: (NSNotification*) pNotification;
53-(void)scrollbarSettingsChanged: (NSNotification*) pNotification;
54-(void)addFallbackMenuItem: (NSMenuItem*)pNewItem;
55-(void)removeFallbackMenuItem: (NSMenuItem*)pOldItem;
56-(void)addDockMenuItem: (NSMenuItem*)pNewItem;
57#if !HAVE_FEATURE_MACOSX_SANDBOX
58-(void)applicationWillBecomeActive: (NSNotification *)pNotification;
59-(void)applicationWillResignActive: (NSNotification *)pNotification;
61-(
BOOL)applicationShouldHandleReopen: (NSApplication*)pApp hasVisibleWindows: (
BOOL)bWinVisible;
62-(void)setDockIconClickHandler: (NSObject*)pHandler;
const wchar_t *typedef BOOL