ftp.nice.ch/pub/next/developer/resources/palettes/TabMatrixPalette.0920.NIH.bs.tar.gz#/TabMatrixPalette/UITabActionCell.subproj/UITabActionCell.h

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

#import <appkit/ActionCell.h>

@class NXImage;

@interface UITabActionCell:ActionCell
{
@private
    NXCoord ascender, descender, lineHeight;

    NXImage *tabBeginImage;
    NXImage *tabBeginSelectedImage;

    NXImage *tabEndImage;
    NXImage *tabEndSelectedImage;
}

// Methods Overridden From the Superclass
- initTextCell:(const char *)aString;
- awake;
- setFont:fontObj;

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

// Other Instance Methods
- finishInitializing;

// Accessor Methods
- (BOOL)isSelected;
@end

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