ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/ListCell.h

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

#import <appkit/SelectionCell.h>
@interface ListCell:SelectionCell
{
    NXCoord	ascender, descender, lineHeight;
    BOOL        controlDragEnabled;
 }
- init;

- setFont:fontObj;

// must subclass the following it get proper cell drawing.
- drawInside:(const NXRect *)cellFrame inView:controlView;

- setControlDragEnabled:(BOOL) aBool;
- (BOOL)controlDragEnabled;
@end

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