home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
MiniExamples
/
Rotato
/
TestView.h
< prev
next >
Wrap
Text File
|
1991-05-10
|
472b
|
25 lines
/*
*
* TestView.h -- How to rotate an NXImage
*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its
* fitness for any particular use.
*
* Written by Henry Krempel -- NeXT Developer Support
*
*/
#import <appkit/View.h>
@interface TestView:View
{
id image1, image2, image3;
}
- setR1:sender;
- flipImage:sender;
- drawSelf:(NXRect *)r :(int)rectCount;
@end