May 2003
Intermediate to advanced
566 pages
27h 29m
English
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
Read now
Unlock full access