This is ToastersViewClass.h in view mode; [Download] [Up]
/* */
/* Copyright (c) 1991 */
/* Pages / KVM Banzai Research Inst. */
/* 3914 Murphy Cyn Rd. */
/* San Diego, CA 92123 */
/* (619) 492-9050 */
/* */
/* RCS History Section------------------------------------------------------- */
#ifdef RCSID
static char _rcsid[] = "$Header$";
#endif
/*
* $Log$
*/
/* RCS History Section------------------------------------------------------- */
/* Description -------------------------------------------------------------- */
/* */
/* This class contains the BackSpace view for the Toasters module, which */
/* was inspired by the "After Dark" module of the same name. */
/* */
/* Nov 14, 1991: Bruce Henderson (bruce@pages.com) */
/* */
/* Description -------------------------------------------------------------- */
#import <appkit/View.h>
@interface ToastersView:View
{
id thingies;
}
- oneStep;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- initFrame:(NXRect *)frameRect;
- verifyNewRect:(NXRect*)newRect for:flapper;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.