ftp.nice.ch/pub/next/audio/player/ModPlayer.2.5.N.s.tar.gz#/ModPlayer/CustomCell.h

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

// CustomCell.h
// By Jayson Adams, NeXT Developer Support Team
// You may freely copy, distribute and reuse the code in this example.
// NeXT disclaims any warranty of any kind, expressed or implied, as to its
// fitness for any particular use.

// …nderungen för ModPlayer von Matthias Zepf, 1992

#import <appkit/SelectionCell.h>

@interface CustomCell:SelectionCell
{
    int		tag;
    char	tagString[256];
    NXCoord	ascender, descender, lineHeight;
}

/* instance methods */
- init;
- setTag:(int)anInt;
- (int)tag;
- setFont:fontObj;
- 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.