More installation info. Bump alpha version.
[python/dscho.git] / Mac / OSX / PythonLauncher / MyAppDelegate.h
blobc65175a7aec651e4192fc0bef625bf0bdea19993
1 /* MyAppDelegate */
3 #import <Cocoa/Cocoa.h>
5 @interface MyAppDelegate : NSObject
7 BOOL initial_action_done;
8 BOOL should_terminate;
10 - (id)init;
11 - (IBAction)showPreferences:(id)sender;
12 - (BOOL)shouldShowUI;
13 - (BOOL)shouldTerminate;
14 @end