1 /* Example for use of GNU gettext.
2 Copyright (C) 2003 Free Software Foundation, Inc.
3 This file is in the public domain.
5 Interface of the AppController class. */
7 #include <AppKit/AppKit.h>
11 @interface AppController
: NSObject
23 - (void)applicationDidFinishLaunching
24 :(NSNotification
*)notif
;
26 - (BOOL
)applicationShouldTerminate
:(id
)sender
;
27 - (void)applicationWillTerminate
:(NSNotification
*)notification
;
29 - (BOOL
)application
:(NSApplication
*)application openFile
:(NSString
*)fileName
;
31 - (void)showPrefPanel
:(id
)sender
;
32 - (void)showInfoPanel
:(id
)sender
;
34 - (void)showHelloWindow
:(id
)sender
;