This is PieceView.h in view mode; [Download] [Up]
/*
* PieceView
* description: display an image
* history:
* 5/20/93 [Erik Kay] - created
*/
#import <appkit/appkit.h>
@interface PieceView:View
{
id image;
}
- setImage:img;
- image;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.