[Previous]
[Up]
[Next]
NSActionCell
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSActionCell.h
Inherits from: NSCell
Conforms to: NSCoding
- (SEL) action
- (NSView*) controlView
- (double) doubleValue
- (void) drawWithFrame: (NSRect)cellFrame
- (float) floatValue
- (int) intValue
- (void) setAction: (SEL)aSelector
- (void) setAlignment: (NSTextAlignment)mode
- (void) setBezeled: (BOOL)flag
- (void) setBordered: (BOOL)flag
- (void) setEnabled: (BOOL)flag
- (void) setFloatingPointFormat: (BOOL)autoRange left: (unsigned int)leftDigits right: (unsigned int)rightDigits
- (void) setFont: (NSFont*)fontObj
- (void) setImage: (NSImage*)image
- (void) setObjectValue: (id)object
- (void) setTag: (int)anInt
- (void) setTarget: (id)anObject
- (NSString*) stringValue
- (int) tag
- (id) target