home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
ToDo
/
SelectionNotifMatrix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-10
|
270 b
|
15 lines
/* SelectionNotifMatrix.h created by tjdono on Fri 03-Nov-1995 */
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
extern NSString *SelectionInMatrixNotification;
@interface SelectionNotifMatrix : NSMatrix
{
}
- (void)mouseDown:(NSEvent *)theEvent;
@end