source:
trunk/essentials/dev-lang/python/Mac/PythonLauncher/MyAppDelegate.h@
3226
| Last change on this file since 3226 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 276 bytes | |
| Line | |
|---|---|
| 1 | /* MyAppDelegate */ |
| 2 | |
| 3 | #import <Cocoa/Cocoa.h> |
| 4 | |
| 5 | @interface MyAppDelegate : NSObject |
| 6 | { |
| 7 | BOOL initial_action_done; |
| 8 | BOOL should_terminate; |
| 9 | } |
| 10 | - (id)init; |
| 11 | - (IBAction)showPreferences:(id)sender; |
| 12 | - (BOOL)shouldShowUI; |
| 13 | - (BOOL)shouldTerminate; |
| 14 | - (void)testFileTypeBinding; |
| 15 | @end |
Note:
See TracBrowser
for help on using the repository browser.
