This is InfoLifeView.h in view mode; [Download] [Up]
/* * commented methods in implementation file. * * Copyright (c) 1993 Gil Rivlis */ #import <appkit/appkit.h> #import "LifeView.h" @interface InfoLifeView:LifeView { id versionText; //Additional variables for the info view. id copyrightText; id authorText; id theAppButton; id theBox; id theTitle; } //new implementaions needed... and a new method - initFrame:(NXRect *)frameRect; - drawSelf:(const NXRect *)rects :(int)rectCount; - mouseDown:(NXEvent *)theEvent; - window; - free; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.