This is BackView.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "xoxDefs.h" @interface BackView:View { } - newSize; @end @interface Window(Sizing) - sizeWindow:(NXCoord)width :(NXCoord)height byCorner:(int)corner; @end @interface View(Sizing) - sizeTo:(NXCoord)width :(NXCoord)height byWindowCorner:(int)corner; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.