This is ErrorInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@class Preferences;
@interface ErrorInspector:Panel
{
id entryErrorPanel;
id wrongTextLine;
id wrongText;
id entryButton;
PopUpList *entryPopUpList;
Preferences *preferences;
List *entryNameList;
}
- (int) setError:(char *)errText inLine:(int)nr for:obj;
- entryCancelButton:sender;
- entryStopButton:sender;
- entryOkButton:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.