home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / SelectionNotifMatrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-30  |  390 b   |  19 lines

  1. /*
  2.   You may freely copy, distribute, and reuse the code in this example.
  3.   NeXT disclaims any warranty of any kind, expressed or implied, as to its
  4.   fitness for any particular use.
  5. */
  6.  
  7. #import <AppKit/AppKit.h>
  8. #import <Foundation/Foundation.h>
  9.  
  10. extern NSString *SelectionInMatrixNotification;
  11.  
  12. @interface SelectionNotifMatrix : NSMatrix
  13. {
  14. }
  15.  
  16. - (void)mouseDown:(NSEvent *)theEvent;
  17.  
  18. @end
  19.