home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Graphics
/
ToyViewer-2.6a
/
src
/
ImageOpr.bproj
/
MonotoneView.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
|
1996-02-04
|
289 b
|
18 lines
#import <objc/Object.h>
#import <appkit/View.h>
@interface MonotoneView: View
{
id cache;
unsigned char *tone;
}
- initFrame:(const NXRect *)frameRect; /* Overload */
- free;
- drawCache;
- drawSelf:(NXRect *)r :(int) count; /* Overload */
- setTone:(unsigned char *)buffer;
@end