2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSFormCell</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>NSFormCell</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>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
The cell class for the NSForm control
|
|
|
|
</blockquote>
|
|
|
|
<p>Copyright: (C) 1996, 1999 Free Software Foundation, Inc.</p>
|
|
|
|
<h1>
|
|
|
|
Software documentation for the NSFormCell class
|
|
|
|
</h1>
|
|
|
|
<h2><a name="class$NSFormCell">NSFormCell</a> : <a href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2>
|
|
|
|
Declared: AppKit/NSFormCell.h<br />
|
|
|
|
Conform: NSCoding<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<h3>attributedTitle</a></h3>
|
|
|
|
- (NSAttributedString*) <b>attributedTitle</b>;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAttributedTitle:</a></h3>
|
|
|
|
- (void) <b>setAttributedTitle:</b> (NSAttributedString*)anAttributedString;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitle:</a></h3>
|
|
|
|
- (void) <b>setTitle:</b> (NSString*)aString;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitleAlignment:</a></h3>
|
|
|
|
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)mode;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitleFont:</a></h3>
|
|
|
|
- (void) <b>setTitleFont:</b> (<a href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitleWidth:</a></h3>
|
|
|
|
- (void) <b>setTitleWidth:</b> (float)width;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitleWithMnemonic:</a></h3>
|
|
|
|
- (void) <b>setTitleWithMnemonic:</b> (NSString*)titleWithAmpersand;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>title</a></h3>
|
|
|
|
- (NSString*) <b>title</b>;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleAlignment</a></h3>
|
|
|
|
- (NSTextAlignment) <b>titleAlignment</b>;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleFont</a></h3>
|
|
|
|
- (<a href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</b>;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleWidth</a></h3>
|
|
|
|
- (float) <b>titleWidth</b>;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleWidth:</a></h3>
|
|
|
|
- (float) <b>titleWidth:</b> (NSSize)size;<br />
|
|
|
|
<p>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
</body>
|
|
|
|
</html>
|