This is Aquarium.h in view mode; [Download] [Up]
#import <appkit/View.h>
@interface AquariumView:View
{
id fishList;
NXPoint maxCoord;
#ifdef NS3x
id sharedInspectorPanel;
id number;
#endif
}
- oneStep;
- initFrame:(NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- newViewSize;
- (const char *)windowTitle;
- didLockFocus;
- (BOOL)useBufferedWindow;
- sizeTo:(NXCoord)width :(NXCoord)height;
#ifdef NS3x
- inspector:sender;
#endif
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.