This is ManOpenApp.h in view mode; [Download] [Up]
//
// ManOpenApp Class
//
// Harald Schlangmann, 19.7.93
//
#import <appkit/appkit.h>
@interface ManOpenApp:Application {
id quitWhenLastClosed;
id nroffCmd;
id manPageList;
id findText;
id ignoreCase;
id findPanel;
}
- openMan:sender;
- info:sender;
- manPageClosed:sender;
- searchNext:sender;
- searchPrevious:sender;
- searchLibrarianLike:sender;
- enterSelection:sender;
- findPanelComeUp:sender;
- printManPage:sender;
- (const char *)nroffCmd;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.