This is MiscTabActionCell.h in view mode; [Download] [Up]
/* MiscTabActionCell.m
*
* By Bill Edney, Sean Hill, Mark Onyschuk, and Art Isbell
* Copyright (C) 1996. Use governed by the MiscKit license.
*/
#import <AppKit/NSActionCell.h>
#define UIHalfGray [NSColor colorWithDeviceWhite:0.5 alpha:0.0]
#define UILighterGray [NSColor colorWithDeviceWhite:(21.0/25.0) alpha:0.0]
@class NSImage;
@interface MiscTabActionCell:NSActionCell
{
@private
float tabHeight, tabBezierImageWidth;
}
// Methods Overridden From the Superclass
- initTextCell:(NSString *)aString;
- (id)initWithCoder:(NSCoder *)coder;
- (void)setFont:(NSFont *)fontObj;
- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
- (void)highlight:(BOOL)flag withFrame:(NSRect)cellFrame inView:(NSView *)aView;
- (NSSize)cellSizeForBounds:(NSRect)aRect;
- (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)controlView untilMouseUp:(BOOL)_untilMouseUp;
- (BOOL)startTrackingAt:(NSPoint)startPoint inView:(NSView *)aView;
// Other Instance Methods
- finishInitializing;
// Accessor Methods
- (BOOL)isSelected;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.