home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Resound / UpdateSoundView.h < prev    next >
Encoding:
Text File  |  1992-06-13  |  286 b   |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <soundkit/SoundView.h>
  5.  
  6. @interface UpdateSoundView:SoundView
  7. {
  8.     id theEditController;
  9.     BOOL continuousUpdate;
  10. }
  11.  
  12. - drawSelf:(const NXRect *)rects :(int)rectCount;
  13. - HeresTheEditController:anEditController: (BOOL) andTheUpdateChoice;
  14.  
  15. @end
  16.