Last change
on this file since 152 was
74,
checked in by Nicholas Riley, 19 years ago
|
ICeCoffEE 1.3b2 plus some changes for 1.3
|
File size:
494 bytes
|
Line | |
---|
1 | // |
---|
2 | // ICeCoffEETerminal.h |
---|
3 | // ICeCoffEE |
---|
4 | // |
---|
5 | // Created by Nicholas Riley on Mon Jan 28 2002. |
---|
6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. |
---|
7 | // |
---|
8 | |
---|
9 | #import <Cocoa/Cocoa.h> |
---|
10 | |
---|
11 | struct _FSelPt { |
---|
12 | unsigned int line; |
---|
13 | unsigned short col; |
---|
14 | }; |
---|
15 | |
---|
16 | @interface ICECoffEETermSubviewSuper:NSView <NSTextInput> |
---|
17 | { |
---|
18 | } |
---|
19 | |
---|
20 | - (void)_optionClickEvent:(NSEvent *)event:(unsigned int)row:(unsigned short)column; |
---|
21 | - (void)setNeedsDisplay; |
---|
22 | |
---|
23 | @end |
---|
24 | |
---|
25 | @interface ICeCoffEETerminal : ICECoffEETermSubviewSuper |
---|
26 | |
---|
27 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.