This is IKBrowserCell.h in view mode; [Download] [Up]
#import <AppKit/NSBrowserCell.h>
#import "IKDependency.h"
@interface NSObject (IKBrowserCellDelegate) <IKDependency>
- (NSString *)name;
- (BOOL) isLeaf;
- (BOOL)respondsToSelector:(SEL)message;
@end
@interface IKBrowserCell:NSBrowserCell
{
id delegate,
matrix;
BOOL needsErase;
}
- (void)dealloc;
- (void)setDelegate:(id)theDelegate;
- delegate;
- willFree: sender;
- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView; ;
- didChangeName: sender;
- didChangeProperties: sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.