mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Move Mac/OSX/PythonLauncher one level up
This commit is contained in:
parent
8ec9f866c0
commit
c629be8a1e
24 changed files with 1372 additions and 0 deletions
15
Mac/PythonLauncher/MyAppDelegate.h
Normal file
15
Mac/PythonLauncher/MyAppDelegate.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* MyAppDelegate */
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MyAppDelegate : NSObject
|
||||
{
|
||||
BOOL initial_action_done;
|
||||
BOOL should_terminate;
|
||||
}
|
||||
- (id)init;
|
||||
- (IBAction)showPreferences:(id)sender;
|
||||
- (BOOL)shouldShowUI;
|
||||
- (BOOL)shouldTerminate;
|
||||
- (void)testFileTypeBinding;
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue