This is RootWindow.h in view mode; [Download] [Up]
#import <appkit/Window.h>
@interface RootWindow:Window
{
id lastWindow, previousWindow;
id newContentView, originalContentView;
char *originalTitle;
}
- makeContentView:(id)view;
- update;
- free;
- replace:sender;
- write:(NXTypedStream *)stream;
- read:(NXTypedStream *)stream;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.