source:
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEESuper.m@
185
Last change on this file since 185 was 66, checked in by , 20 years ago | |
---|---|
File size: 368 bytes |
Line | |
---|---|
1 | // |
2 | // ICeCoffEESuper.m |
3 | // ICeCoffEE APE |
4 | // |
5 | // Created by Nicholas Riley on Sun Jan 19 2003. |
6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. |
7 | // |
8 | |
9 | #import "ICeCoffEESuper.h" |
10 | |
11 | |
12 | @implementation ICeCoffEESuper |
13 | |
14 | - (NSMenu *)menuForEvent:(NSEvent *)e; |
15 | { |
16 | return [super menuForEvent: e]; |
17 | } |
18 | |
19 | - (void)mouseDown:(NSEvent *)e; |
20 | { |
21 | [super mouseDown: e]; |
22 | } |
23 | |
24 | @end |
Note:
See TracBrowser
for help on using the repository browser.