mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 01:11:09 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
164 lines
6.1 KiB
HTML
164 lines
6.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSTextFieldCell</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSTextFieldCell">NSTextFieldCell</a></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><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSTextFieldCell class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSTextFieldCell class
|
|
</a></h1>
|
|
<h2><a name="class$NSTextFieldCell">NSTextFieldCell</a> : <a rel="gsdoc" href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSTextFieldCell.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Conforms to:</b></dt>
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-backgroundColor">-backgroundColor</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-drawsBackground">-drawsBackground</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-encodeWithCoder:">-encodeWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-initWithCoder:">-initWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-setBackgroundColor:">-setBackgroundColor:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-setDrawsBackground:">-setDrawsBackground:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-setTextColor:">-setTextColor:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-setUpFieldEditorAttributes:">-setUpFieldEditorAttributes:</a></li>
|
|
<li><a rel="gsdoc" href="NSTextFieldCell.html#method$NSTextFieldCell-textColor">-textColor</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-backgroundColor">backgroundColor</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-drawsBackground">drawsBackground</a></h3>
|
|
- (BOOL) <b>drawsBackground</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-encodeWithCoder:">encodeWithCoder:</a></h3>
|
|
- (void) <b>encodeWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aCoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-initWithCoder:">initWithCoder:</a></h3>
|
|
- (id) <b>initWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aDecoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-setBackgroundColor:">setBackgroundColor:</a></h3>
|
|
- (void) <b>setBackgroundColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-setDrawsBackground:">setDrawsBackground:</a></h3>
|
|
- (void) <b>setDrawsBackground:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-setTextColor:">setTextColor:</a></h3>
|
|
- (void) <b>setTextColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)aColor;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-setUpFieldEditorAttributes:">setUpFieldEditorAttributes:</a></h3>
|
|
- (id) <b>setUpFieldEditorAttributes:</b> (<a rel="gsdoc" href="NSText.html#class$NSText">NSText</a>*)textObject;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTextFieldCell-textColor">textColor</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>textColor</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|