home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / SoundAndMusic / SoundKit / SoundEditor / ScrollingSound.h < prev    next >
Text File  |  1990-10-13  |  166b  |  15 lines

  1.  
  2.  
  3. #import <appkit/ScrollView.h>
  4.  
  5. @interface ScrollingSound : ScrollView
  6.  
  7. - initFrame:(NXRect const *)theFrame;
  8. - play:sender;
  9. - stop:sender;
  10. - record:sender;
  11.  
  12. @end
  13.  
  14.  
  15.