NSTextFieldCell | Mac OS X 10.0 |
This is the NSCell subclass that NSTextField objects use to draw the contents of the control.
@interface NSTextFieldCell : NSActionCell
|
// Accessor Methods |
- (NSText *)setUpFieldEditorAttributes:(NSText *)textObj; |
- (void)setBezelStyle:(NSTextFieldBezelStyle)style; |
- (NSTextFieldBezelStyle)bezelStyle;
|
- (void)setBackgroundColor:(NSColor *)color; |
- (NSColor *)backgroundColor;
|
- (void)setTextColor:(NSColor *)color; |
- (NSColor *)textColor;
|
- (void)setDrawsBackground:(BOOL)flag; |
- (BOOL)drawsBackground;
|
NSComboBoxCell, NSSecureTextFieldCell, NSTableHeaderCell