This is ManPageWindow.h in view mode; [Download] [Up]
//
// ManPageWindow Class
//
// Harald Schlangmann, 19.7.93
//
#import <appkit/appkit.h>
@interface ManPageWindow:Window {
id titleString; // Large Title on top
id theText; // Text-Object
char *theFile; // Currently displayed file
}
- loadManPage:(const char *)name;
- (const char *)getFile;
- printManPage:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.