Up

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.


Contents -

  1. Software documentation for the NSTextFieldCell class

Software documentation for the NSTextFieldCell class

NSTextFieldCell : NSActionCell

Declared in:
AppKit/NSTextFieldCell.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

backgroundColor

- (NSColor*) backgroundColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawsBackground

- (BOOL) drawsBackground;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBackgroundColor:

- (void) setBackgroundColor: (NSColor*)aColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setDrawsBackground:

- (void) setDrawsBackground: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setTextColor:

- (void) setTextColor: (NSColor*)aColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setUpFieldEditorAttributes:

- (id) setUpFieldEditorAttributes: (NSText*)textObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


textColor

- (NSColor*) textColor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up