home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Educational
/
Dual
/
Source
/
DualView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
192 b
|
14 lines
// DualView.h
#import <appkit/appkit.h>
#import "AbstractView.h"
@interface DualView:AbstractView
{
}
- mouseDown: (NXEvent *)event;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end