home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Misc
/
OfMiceAndMen
/
Source
/
InfoView.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
|
241 b
|
17 lines
#import <appkit/appkit.h>
@interface InfoView:View
{
id teteButton;
id appButton;
int current;
}
- animateInfo:sender;
- animateDissolve:(int)index;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *)theEvent;
@end