home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * 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
-