ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/InfoView.h

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

#import <appkit/appkit.h>

@interface InfoView:View
{
    id buffer;
	id strings; 
	NXSize imageSize,batSize;
	id image,oldImage,frontImage;
	unsigned int animationStep;
	BOOL animationCrowl, frontPage;
	BOOL animationDissolve;	
	DPSTimedEntry animateTe;
	float delta;
	NXRect batRect;
	id bat;
	id batSound;
	int randDirection;
	BOOL toggle;
}

- initFrame:(NXRect *)frameRect;
- free;
- compositeWithDissolve:(BOOL)aBool andDelta:(float)aDelta;
- compositeWithChecker:(BOOL)aBool andDelta:(float)aDelta;
- drawSelf:(NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *) thisEvent;
- start:sender;
- stop:sender;
- animationClick;
- animateCrowl;
- animateDissolve;
- drawBackground:(NXRect *)rect;
- removeTe;
- woodPage:sender;

@end

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