home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.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.