This is INXBrowserCellWithLinkedObject.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/NXBrowserCell.h>
/*
This subclass of NXBrowserCell allows you to link another object to
a NXBrowserCell.
*/
@interface INXBrowserCellWithLinkedObject:NXBrowserCell
{
id iNode;
id iListnode;
BOOL activeFlag;
id iImage;
NXCoord ascender, descender, lineHeight;
}
- init;
- node;
- setNode:node;
- listnode;
- setListnode:node;
- (BOOL)active;
- setActive:(BOOL)flag;
- toggleActive;
- setImage:image;
- free;
- setTextAttributes:textObj;
- drawInside:(const NXRect *)cellFrame inView:controlView;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.