home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / Chess-9 / ResponseMeter.h < prev    next >
Text File  |  1992-03-23  |  105b  |  8 lines

  1. @interface ResponseMeter : View
  2.  
  3. - displayFilled;
  4. - drawSelf:(const NXRect *)f :(int)rectCount;
  5.  
  6. @end
  7.   
  8.