repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed out-of-date comment in _install_handlers and
[python.git]
/
Mac
/
PythonLauncher
/
MyAppDelegate.h
blob
097b54177c881d2d9d6eba7522d2b627f2037c35
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