ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Examples/Giger/ImageView.h

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

#import <AppKit/AppKit.h>


@interface ImageView:NSView
{
@private
	NSImage *_image;
	NSString *_imageName;
}

- (NSImage *)image;
- (NSString *)imageName;
- (void)setImage:(NSImage *)anImage;
- (void)setImageName:(NSString *)anImageName;

@end

	

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