[Previous] [Up] [Next]

NSActionCell

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSActionCell

NSActionCell

Declared in: Gui/NSActionCell.h

Inherits from: NSCell

Conforms to: NSCoding


Instance Variables

Methods


Instances Methods

action

- (SEL) action;

controlView

- (NSView*) controlView;

doubleValue

- (double) doubleValue;

drawWithFrame:

- (void) drawWithFrame: (NSRect)cellFrame;

floatValue

- (float) floatValue;

intValue

- (int) intValue;

setAction:

- (void) setAction: (SEL)aSelector;

setAlignment:

- (void) setAlignment: (NSTextAlignment)mode;

setBezeled:

- (void) setBezeled: (BOOL)flag;

setBordered:

- (void) setBordered: (BOOL)flag;

setEnabled:

- (void) setEnabled: (BOOL)flag;

setFloatingPointFormat:left:right:

- (void) setFloatingPointFormat: (BOOL)autoRange left: (unsigned int)leftDigits right: (unsigned int)rightDigits;

setFont:

- (void) setFont: (NSFont*)fontObj;

setImage:

- (void) setImage: (NSImage*)image;

setObjectValue:

- (void) setObjectValue: (id)object;

setTag:

- (void) setTag: (int)anInt;

setTarget:

- (void) setTarget: (id)anObject;

stringValue

- (NSString*) stringValue;

tag

- (int) tag;

target

- (id) target;