libs-gui/Documentation/gsdoc/NSForm.html
Adam Fedor d47e202fbe Markup for autogsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
2001-12-17 16:51:51 +00:00

132 lines
3.1 KiB
HTML

<html>
<head>
<title>NSForm</title>
</head>
<body>
<h1>NSForm</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>
</dl>
<blockquote>
Form class, a matrix of text fields with labels
</blockquote>
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
<h1>
Software documentation for the NSForm class
</h1>
<h2><a name="class$NSForm">NSForm</a> : <a href="NSMatrix.html#class$NSMatrix">NSMatrix</a></h2>
Declared: AppKit/NSForm.h<br />
Conform: NSCoding<br />
<p>
</p>
<h3>_setTitleWidthNeedsUpdate:</a></h3>
- (void) <b>_setTitleWidthNeedsUpdate:</b> (NSNotification*)notification;<br />
<p>
</p>
<hr />
<h3>addEntry:</a></h3>
- (<a href="NSFormCell.html#class$NSFormCell">NSFormCell</a>*) <b>addEntry:</b> (NSString*)title;<br />
<p>
</p>
<hr />
<h3>cellAtIndex:</a></h3>
- (id) <b>cellAtIndex:</b> (int)index;<br />
<p>
</p>
<hr />
<h3>drawCellAtIndex:</a></h3>
- (void) <b>drawCellAtIndex:</b> (int)index;<br />
<p>
</p>
<hr />
<h3>indexOfCellWithTag:</a></h3>
- (int) <b>indexOfCellWithTag:</b> (int)aTag;<br />
<p>
</p>
<hr />
<h3>indexOfSelectedItem</a></h3>
- (int) <b>indexOfSelectedItem</b>;<br />
<p>
</p>
<hr />
<h3>insertEntry:atIndex:</a></h3>
- (<a href="NSFormCell.html#class$NSFormCell">NSFormCell</a>*) <b>insertEntry:</b> (NSString*)title<b> atIndex:</b> (int)index;<br />
<p>
</p>
<hr />
<h3>removeEntryAtIndex:</a></h3>
- (void) <b>removeEntryAtIndex:</b> (int)index;<br />
<p>
</p>
<hr />
<h3>selectTextAtIndex:</a></h3>
- (void) <b>selectTextAtIndex:</b> (int)index;<br />
<p>
</p>
<hr />
<h3>setBezeled:</a></h3>
- (void) <b>setBezeled:</b> (BOOL)flag;<br />
<p>
</p>
<hr />
<h3>setBordered:</a></h3>
- (void) <b>setBordered:</b> (BOOL)flag;<br />
<p>
</p>
<hr />
<h3>setEntryWidth:</a></h3>
- (void) <b>setEntryWidth:</b> (float)width;<br />
<p>
</p>
<hr />
<h3>setInterlineSpacing:</a></h3>
- (void) <b>setInterlineSpacing:</b> (float)spacing;<br />
<p>
</p>
<hr />
<h3>setTextAlignment:</a></h3>
- (void) <b>setTextAlignment:</b> (int)aMode;<br />
<p>
</p>
<hr />
<h3>setTextFont:</a></h3>
- (void) <b>setTextFont:</b> (<a href="NSFont.html#class$NSFont">NSFont</a>*)fontObject;<br />
<p>
</p>
<hr />
<h3>setTitleAlignment:</a></h3>
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)aMode;<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 />
</body>
</html>