This is ReplacementWindow.m in view mode; [Download] [Up]
// ReplacementWindow.m // Subclass of Window to work in conjunction with the RootWindow // class in creating poor-person's hypercard-type applications. // // Created by Ali Ozer, Nov 21, 1989 #import "ReplacementWindow.h" #import "RootWindow.h" #import <appkit/View.h> @implementation ReplacementWindow - replace:sender { [[sender window] makeContentView:[self contentView]]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.