This is FadingImageView.h in view mode; [Download] [Up]
//
// FadingImageView.h
//
// Lennart Lovstrand, Rank Xerox EuroPARC, August 1991.
//
#import "BackView.h"
@interface FadingImageView:BackView
{
NXPoint deltaCoord;
unsigned steptime;
float delta;
enum {FV_FadeIn, FV_FadeOut, FV_Move} state;
}
- oneStep;
- initFrame:(NXRect *) frameRect;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.