repo.or.cz
/
wdl
/
wdl-ol.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update plists MACOSX_DEPLOYMENT_TARGET = 10.7.0
[wdl/wdl-ol.git]
/
WDL
/
swell
/
swellappmain.h
blob
5069860f6936a0104a0cd5e85f916f7ebc64c788
1
#import <Cocoa/Cocoa.h>
2
3
4
@interface SWELLApplication
:
NSApplication
{
5
6
}
7
- (
void
)
sendEvent
:(
NSEvent
*)
anEvent
;
8
9
@end
10
11
@interface SWELLAppController
:
NSObject
{
12
}
13
-(
IBAction
)
onSysMenuCommand
:(
id
)
sender
;
14
@end