This is SoundSamplePane.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <soundkit/soundkit.h>
#import "InspectorPane.h"
@interface SoundSamplePane:Object <InspectorPane>
{
id durationField;
id statusField;
id window;
id playButton;
View *view;
Sound *sound;
}
- play:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.