This is JournalerApp.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <appkit/NXJournaler.h>
// Written by Gideon King
// Gideon@otago.ac.nz
// Freeware - but I'd be interested to know if anyone finds it useful
@interface JournalerApp:Application
{
id goButton;
id stopButton;
id playButton;
id theJournal;
NXStream *stream;
}
- begin:sender;
- end:sender;
- playBack:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.