DekGenius.com
[ Team LiB ] Previous Section Next Section

NSTextFieldCell Mac OS X 10.0

This is the NSCell subclass that NSTextField objects use to draw the contents of the control.

figs/cocn_15107.gif

@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;

Subclasses

NSComboBoxCell, NSSecureTextFieldCell, NSTableHeaderCell

    [ Team LiB ] Previous Section Next Section