home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / CECellMatrix.h < prev    next >
Encoding:
Text File  |  1995-06-03  |  163 b   |  16 lines

  1. /* 
  2.  * CECellMatrix
  3.  *
  4.  */
  5.  
  6. #import <appkit/appkit.h>
  7.  
  8. @interface CECellMatrix : Matrix
  9. {
  10. }
  11.  
  12. - mouseDown:(NXEvent *)theEvent;
  13. - (BOOL)acceptsFirstResponder;
  14.  
  15. @end
  16.