home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
TreeView
/
TreeButtonCell.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
Text File
|
1993-04-21
|
231 b
|
16 lines
#import <appkit/appkit.h>
@interface TreeButtonCell:ButtonCell
{
id parent;
}
- parent;
- setParent:anObject;
- (BOOL)trackMouse:(NXEvent *)theEvent
inRect:(const NXRect *)cellFrame ofView:aView;
- performClick:sender;
@end