ftp.nice.ch/pub/next/developer/resources/palettes/ConnectDemo.s.tar.gz#/ConnectDemo/ConnectBrowserCell.h

This is ConnectBrowserCell.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface ConnectBrowserCell:NXBrowserCell
{
	id		branchImage;
	id		branchImageH;
}

- initTextCell:(const char *)aString;

- setBranchImage:image;
- setBranchImageH:image;
- branchImage;
- branchImageH;

- drawInside:(const NXRect *)cellFrame inView:aView;
- drawSelf:(const NXRect *)cellFrame inView:aView;
- highlight:(const NXRect *)cellFrame inView:aView lit:(BOOL)lit;
- drawImage:(const NXRect *)cellFrame inView:aView usingImage:image;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.