home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
Viewers
/
FastTIFF
/
Source
/
TIFFView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-01-26
|
191 b
|
14 lines
#import <appkit/View.h>
@interface TIFFView:View
{
id image,bitmap;
BOOL isCached;
}
- drawSelf:(NXRect *)rects :(int)count;
- openTIFF:sender;
- toggleCachingMode:sender;
@end