NSTextFieldCell
Authors
- Scott Christley(
scottc@net-community.com
)
-
- Nicola Pero(
n.pero@mi.flashnet.it
)
-
Cell class for the text field entry control
Copyright: (C) 1996 Free Software Foundation, Inc.
Software documentation for the NSTextFieldCell class
Declared: AppKit/NSTextFieldCell.h
Conform: NSCoding
backgroundColor
- (NSColor*) backgroundColor;
drawsBackground
- (BOOL) drawsBackground;
encodeWithCoder:
- (void) encodeWithCoder: (NSCoder*)aCoder;
initWithCoder:
- (id) initWithCoder: (NSCoder*)aDecoder;
setBackgroundColor:
- (void) setBackgroundColor: (NSColor*)aColor;
setDrawsBackground:
- (void) setDrawsBackground: (BOOL)flag;
setTextColor:
- (void) setTextColor: (NSColor*)aColor;
setUpFieldEditorAttributes:
- (id) setUpFieldEditorAttributes: (NSText*)textObject;
textColor
- (NSColor*) textColor;