ftp.nice.ch/pub/next/tools/archiver/tarZan.1.0.NIHS.bs.tar.gz#/tarZanV1.0/Source/myBrowserCell.h

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

// Created By James T. Romano July 22, 1992 
// Member of the Dynamic Duo of NeXT Computers!
//
// 
// Read it and Weep!

#import <appkit/NXBrowserCell.h>
#import <appkit/Matrix.h>
#import <appkit/NXBrowser.h>

@interface myBrowserCell : NXBrowserCell
{
}

- drawInside:(const NXRect *)cellFrame inView:controlView;
- highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)lit;

@end

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