libs-gui/Documentation/gsdoc/NSTextFieldCell.html
Adam Fedor d47e202fbe Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
2001-12-17 16:51:51 +00:00

89 lines
2.2 KiB
HTML

<html>
<head>
<title>NSTextFieldCell</title>
</head>
<body>
<h1>NSTextFieldCell</h1>
<h3>Authors</h3>
<dl>
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
scottc@net-community.com
</code></a>)</dt>
<dd>
</dd>
<dt>Nicola Pero(<a href="mailto:n.pero@mi.flashnet.it"><code>
n.pero@mi.flashnet.it
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
Cell class for the text field entry control
</blockquote>
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
<h1>
Software documentation for the NSTextFieldCell class
</h1>
<h2><a name="class$NSTextFieldCell">NSTextFieldCell</a> : <a href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2>
Declared: AppKit/NSTextFieldCell.h<br />
Conform: NSCoding<br />
<p>
</p>
<h3>backgroundColor</a></h3>
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
<p>
</p>
<hr />
<h3>drawsBackground</a></h3>
- (BOOL) <b>drawsBackground</b>;<br />
<p>
</p>
<hr />
<h3>encodeWithCoder:</a></h3>
- (void) <b>encodeWithCoder:</b> (NSCoder*)aCoder;<br />
<p>
</p>
<hr />
<h3>initWithCoder:</a></h3>
- (id) <b>initWithCoder:</b> (NSCoder*)aDecoder;<br />
<p>
</p>
<hr />
<h3>setBackgroundColor:</a></h3>
- (void) <b>setBackgroundColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
<p>
</p>
<hr />
<h3>setDrawsBackground:</a></h3>
- (void) <b>setDrawsBackground:</b> (BOOL)flag;<br />
<p>
</p>
<hr />
<h3>setTextColor:</a></h3>
- (void) <b>setTextColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
<p>
</p>
<hr />
<h3>setUpFieldEditorAttributes:</a></h3>
- (id) <b>setUpFieldEditorAttributes:</b> (<a href="NSText.html#class$NSText">NSText</a>*)textObject;<br />
<p>
</p>
<hr />
<h3>textColor</a></h3>
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>textColor</b>;<br />
<p>
</p>
<hr />
</body>
</html>