libs-gui/Documentation/gsdoc/NSFormCell.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

194 lines
7.3 KiB
HTML

<html>
<head>
<title>NSFormCell</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSFormCell">NSFormCell</a></h1>
<h3>Authors</h3>
<dl>
<dt>Ovidiu Predescu(<a href="mailto:ovidiu@net-community.com"><code>
ovidiu@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>
The cell class for the NSForm control
</blockquote>
<p><b>Copyright:</b> (C) 1996, 1999 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSFormCell class</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the NSFormCell class
</a></h1>
<h2><a name="class$NSFormCell">NSFormCell</a> : <a rel="gsdoc" href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSFormCell.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="NSFormCell.html#method$NSFormCell-attributedTitle">-attributedTitle</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setAttributedTitle:">-setAttributedTitle:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitle:">-setTitle:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleAlignment:">-setTitleAlignment:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleFont:">-setTitleFont:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleWidth:">-setTitleWidth:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-setTitleWithMnemonic:">-setTitleWithMnemonic:</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-title">-title</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleAlignment">-titleAlignment</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleFont">-titleFont</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleWidth">-titleWidth</a></li>
<li><a rel="gsdoc" href="NSFormCell.html#method$NSFormCell-titleWidth:">-titleWidth:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSFormCell-attributedTitle">attributedTitle</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*) <b>attributedTitle</b>;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setAttributedTitle:">setAttributedTitle:</a></h3>
- (void) <b>setAttributedTitle:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSAttributedString.html#class$NSAttributedString">NSAttributedString</a>*)anAttributedString;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setTitle:">setTitle:</a></h3>
- (void) <b>setTitle:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)aString;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setTitleAlignment:">setTitleAlignment:</a></h3>
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)mode;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setTitleFont:">setTitleFont:</a></h3>
- (void) <b>setTitleFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setTitleWidth:">setTitleWidth:</a></h3>
- (void) <b>setTitleWidth:</b> (float)width;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-setTitleWithMnemonic:">setTitleWithMnemonic:</a></h3>
- (void) <b>setTitleWithMnemonic:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)titleWithAmpersand;<br />
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSFormCell-title">title</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>title</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$NSFormCell-titleAlignment">titleAlignment</a></h3>
- (NSTextAlignment) <b>titleAlignment</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$NSFormCell-titleFont">titleFont</a></h3>
- (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</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$NSFormCell-titleWidth">titleWidth</a></h3>
- (float) <b>titleWidth</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$NSFormCell-titleWidth:">titleWidth:</a></h3>
- (float) <b>titleWidth:</b> (NSSize)size;<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>