libs-gui/Documentation/gsdoc/NSForm.html
Richard Frith-Macdonald b784ca705b Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
2001-03-03 10:07:01 +00:00

130 lines
3.6 KiB
HTML

<html><head>
<title>NSForm</title>
</head>
<body>
<a href ="NSFontPanel.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSFormCell.html">[Next]</a>
<h1>NSForm</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">NSForm</a></h2>
<h2><a name ="NSForm">NSForm</a></h2>
<p><b>Declared in: </b> Gui/NSForm.h</p>
<p><b>Inherits from: </b> NSMatrix</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSForm.html#method-0">-addEntry:</a>
<li><a href ="NSForm.html#method-1">-cellAtIndex:</a>
<li><a href ="NSForm.html#method-2">-drawCellAtIndex:</a>
<li><a href ="NSForm.html#method-3">-indexOfCellWithTag:</a>
<li><a href ="NSForm.html#method-4">-indexOfSelectedItem</a>
<li><a href ="NSForm.html#method-5">-insertEntry:atIndex:</a>
<li><a href ="NSForm.html#method-6">-removeEntryAtIndex:</a>
<li><a href ="NSForm.html#method-7">-selectTextAtIndex:</a>
<li><a href ="NSForm.html#method-8">-setBezeled:</a>
<li><a href ="NSForm.html#method-9">-setBordered:</a>
<li><a href ="NSForm.html#method-10">-setEntryWidth:</a>
<li><a href ="NSForm.html#method-11">-setInterlineSpacing:</a>
<li><a href ="NSForm.html#method-12">-setTextAlignment:</a>
<li><a href ="NSForm.html#method-13">-setTextFont:</a>
<li><a href ="NSForm.html#method-14">-setTitleAlignment:</a>
<li><a href ="NSForm.html#method-15">-setTitleFont:</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">addEntry:</a></h3>
- (NSFormCell*) <b>addEntry:</b> (NSString*)title;<br>
<hr>
<h3><a name ="method-1">cellAtIndex:</a></h3>
- (id) <b>cellAtIndex:</b> (int)entryIndex;<br>
<hr>
<h3><a name ="method-2">drawCellAtIndex:</a></h3>
- (void) <b>drawCellAtIndex:</b> (int)entryIndex;<br>
<hr>
<h3><a name ="method-3">indexOfCellWithTag:</a></h3>
- (int) <b>indexOfCellWithTag:</b> (int)tag;<br>
<hr>
<h3><a name ="method-4">indexOfSelectedItem</a></h3>
- (int) <b>indexOfSelectedItem</b>;<br>
<hr>
<h3><a name ="method-5">insertEntry:atIndex:</a></h3>
- (NSFormCell*) <b>insertEntry:</b> (NSString*)title <b>atIndex:</b> (int)entryIndex;<br>
<hr>
<h3><a name ="method-6">removeEntryAtIndex:</a></h3>
- (void) <b>removeEntryAtIndex:</b> (int)entryIndex;<br>
<hr>
<h3><a name ="method-7">selectTextAtIndex:</a></h3>
- (void) <b>selectTextAtIndex:</b> (int)entryIndex;<br>
<hr>
<h3><a name ="method-8">setBezeled:</a></h3>
- (void) <b>setBezeled:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-9">setBordered:</a></h3>
- (void) <b>setBordered:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-10">setEntryWidth:</a></h3>
- (void) <b>setEntryWidth:</b> (float)width;<br>
<hr>
<h3><a name ="method-11">setInterlineSpacing:</a></h3>
- (void) <b>setInterlineSpacing:</b> (float)spacing;<br>
<hr>
<h3><a name ="method-12">setTextAlignment:</a></h3>
- (void) <b>setTextAlignment:</b> (int)alignment;<br>
<hr>
<h3><a name ="method-13">setTextFont:</a></h3>
- (void) <b>setTextFont:</b> (NSFont*)font;<br>
<hr>
<h3><a name ="method-14">setTitleAlignment:</a></h3>
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)alignment;<br>
<hr>
<h3><a name ="method-15">setTitleFont:</a></h3>
- (void) <b>setTitleFont:</b> (NSFont*)font;<br>
<hr>
</body>
</html>