ftp.nice.ch/pub/next/developer/objc/fromnext/MiniExamples.91.9.s.tar.gz#/MiniExamples/Rotato/TestView.h

This is TestView.h in view mode; [Download] [Up]

/*  
 * 
 * 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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.