home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Multimedia / MPEGPlay2.3 / Source / TimeCell.h < prev    next >
Encoding:
Text File  |  1993-03-07  |  204 b   |  12 lines

  1.  
  2. // TimeCell.h - Category of Cell to provide setting of hour:minute:second
  3.  
  4. #import <appkit/Cell.h>
  5.  
  6. @interface Cell (TimeCell)
  7.  
  8. - setTimeValue:(int)timeInt;
  9. - setTimeFloatValue:(double)timeDouble;
  10.  
  11. @end
  12.