mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:10:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
107 lines
2.4 KiB
HTML
107 lines
2.4 KiB
HTML
<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>
|
|
|
|
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>
|
|
|
|
</p>
|
|
<h3>attributedTitle</a></h3>
|
|
- (NSAttributedString*) <b>attributedTitle</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setAttributedTitle:</a></h3>
|
|
- (void) <b>setAttributedTitle:</b> (NSAttributedString*)anAttributedString;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitle:</a></h3>
|
|
- (void) <b>setTitle:</b> (NSString*)aString;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitleAlignment:</a></h3>
|
|
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)mode;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitleFont:</a></h3>
|
|
- (void) <b>setTitleFont:</b> (<a href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitleWidth:</a></h3>
|
|
- (void) <b>setTitleWidth:</b> (float)width;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setTitleWithMnemonic:</a></h3>
|
|
- (void) <b>setTitleWithMnemonic:</b> (NSString*)titleWithAmpersand;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>title</a></h3>
|
|
- (NSString*) <b>title</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleAlignment</a></h3>
|
|
- (NSTextAlignment) <b>titleAlignment</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleFont</a></h3>
|
|
- (<a href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleWidth</a></h3>
|
|
- (float) <b>titleWidth</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>titleWidth:</a></h3>
|
|
- (float) <b>titleWidth:</b> (NSSize)size;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|