ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.3.0.Beta.4.s.tar.gz#/GateKeeper.3.0.Beta.4.s/UITabActionCell.subproj/UITabActionCell.h

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

// $Id$

#import <appkit/ActionCell.h>

@class NXImage;

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

}

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

- drawInside:(const NXRect *)cellFrame inView:controlView;
- highlight:(const NXRect *)cellFrame inView:aView lit:(BOOL)flag;
- calcCellSize:(NXSize *)theSize inRect:(const NXRect *)aRect;
- (BOOL)trackMouse:(NXEvent *)theEvent
			inRect:(const NXRect *)cellFrame
			ofView:controlView;
- (BOOL)startTrackingAt:(const NXPoint *)startPoint inView:aView;

// 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.