mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:40:53 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
76 lines
2.1 KiB
HTML
76 lines
2.1 KiB
HTML
<html><head>
|
|
<title>NSTextFieldCell</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSTextField.html">[Previous]</a>
|
|
<a href ="Gui.html">[Up]</a>
|
|
<a href ="NSTextStorage.html">[Next]</a>
|
|
<h1>NSTextFieldCell</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSTextFieldCell</a></h2>
|
|
<h2><a name ="NSTextFieldCell">NSTextFieldCell</a></h2>
|
|
<p><b>Declared in: </b> Gui/NSTextFieldCell.h</p>
|
|
<p><b>Inherits from: </b> NSActionCell</p>
|
|
<p><b>Conforms to: </b> NSCoding
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li><a href ="NSTextFieldCell.html#method-0">-backgroundColor</a>
|
|
<li><a href ="NSTextFieldCell.html#method-1">-drawsBackground</a>
|
|
<li><a href ="NSTextFieldCell.html#method-2">-setBackgroundColor:</a>
|
|
<li><a href ="NSTextFieldCell.html#method-3">-setDrawsBackground:</a>
|
|
<li><a href ="NSTextFieldCell.html#method-4">-setTextColor:</a>
|
|
<li><a href ="NSTextFieldCell.html#method-5">-setUpFieldEditorAttributes:</a>
|
|
<li><a href ="NSTextFieldCell.html#method-6">-textColor</a>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">backgroundColor</a></h3>
|
|
- (NSColor*) <b>backgroundColor</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">drawsBackground</a></h3>
|
|
- (BOOL) <b>drawsBackground</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">setBackgroundColor:</a></h3>
|
|
- (void) <b>setBackgroundColor:</b> (NSColor*)aColor;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">setDrawsBackground:</a></h3>
|
|
- (void) <b>setDrawsBackground:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">setTextColor:</a></h3>
|
|
- (void) <b>setTextColor:</b> (NSColor*)aColor;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">setUpFieldEditorAttributes:</a></h3>
|
|
- (NSText*) <b>setUpFieldEditorAttributes:</b> (NSText*)textObj;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">textColor</a></h3>
|
|
- (NSColor*) <b>textColor</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|