This is YapApp.h in view mode; [Download] [Up]
#import <appkit/Application.h>
@interface YapApp : Application
{
id outputView;
id infoPanel;
id helpPanel;
id prefsPanel;
id findObject;
id outputWidthField;
id outputHeightField;
id showCacheButton;
id clearCacheButton;
}
- showInfo:sender;
- showHelp:sender;
- showPrefs:sender;
- newDocument:sender;
- openDocument:sender;
- (int)app:app openFile:(const char *)path type:(const char *)type;
- (BOOL)appAcceptsAnotherFile:sender;
- appDidInit:sender;
- updateOutputWindowSize;
- outputView;
- outputWindow;
- updatePreferencesPanel:sender;
- okPreferencesPanel:sender;
- yapSelection:pasteboard userData:(const char *)userData error:(char **)msg;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.