ftp.nice.ch/pub/next/developer/resources/palettes/TabMatrixPalette.1.3.s.tar.gz#/TabMatrixPalette1.3/UITabActionCell.subproj/UIDarkGrayView.m

This is UIDarkGrayView.m in view mode; [Download] [Up]

#import "UIDarkGrayView.h"

#import <appkit/appkit.h>

@implementation UIDarkGrayView

- drawSelf: (NXRect *)rects:(int)count
{
 // Set our drawing color to NX_DKGRAY 
    PSsetgray(NX_DKGRAY);

// then fill our bounds
    NXRectFill(&bounds);

    return self;
}

@end

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