mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
239 lines
9 KiB
HTML
239 lines
9 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSForm</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSForm">NSForm</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>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Form class, a matrix of text fields with labels
|
|
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSForm class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSForm class
|
|
</a></h1>
|
|
<h2><a name="class$NSForm">NSForm</a> : <a rel="gsdoc" href="NSMatrix.html#class$NSMatrix">NSMatrix</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSForm.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="NSForm.html#method$NSForm-_setTitleWidthNeedsUpdate:">-_setTitleWidthNeedsUpdate:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-addEntry:">-addEntry:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-cellAtIndex:">-cellAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-drawCellAtIndex:">-drawCellAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-indexOfCellWithTag:">-indexOfCellWithTag:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-indexOfSelectedItem">-indexOfSelectedItem</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-insertEntry:atIndex:">-insertEntry:atIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-removeEntryAtIndex:">-removeEntryAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-selectTextAtIndex:">-selectTextAtIndex:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setBezeled:">-setBezeled:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setBordered:">-setBordered:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setEntryWidth:">-setEntryWidth:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setInterlineSpacing:">-setInterlineSpacing:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setTextAlignment:">-setTextAlignment:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setTextFont:">-setTextFont:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setTitleAlignment:">-setTitleAlignment:</a></li>
|
|
<li><a rel="gsdoc" href="NSForm.html#method$NSForm-setTitleFont:">-setTitleFont:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSForm-_setTitleWidthNeedsUpdate:">_setTitleWidthNeedsUpdate:</a></h3>
|
|
- (void) <b>_setTitleWidthNeedsUpdate:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-addEntry:">addEntry:</a></h3>
|
|
- (<a rel="gsdoc" href="NSFormCell.html#class$NSFormCell">NSFormCell</a>*) <b>addEntry:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)title;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-cellAtIndex:">cellAtIndex:</a></h3>
|
|
- (id) <b>cellAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-drawCellAtIndex:">drawCellAtIndex:</a></h3>
|
|
- (void) <b>drawCellAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-indexOfCellWithTag:">indexOfCellWithTag:</a></h3>
|
|
- (int) <b>indexOfCellWithTag:</b> (int)aTag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-indexOfSelectedItem">indexOfSelectedItem</a></h3>
|
|
- (int) <b>indexOfSelectedItem</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$NSForm-insertEntry:atIndex:">insertEntry:atIndex:</a></h3>
|
|
- (<a rel="gsdoc" href="NSFormCell.html#class$NSFormCell">NSFormCell</a>*) <b>insertEntry:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)title<b> atIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-removeEntryAtIndex:">removeEntryAtIndex:</a></h3>
|
|
- (void) <b>removeEntryAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-selectTextAtIndex:">selectTextAtIndex:</a></h3>
|
|
- (void) <b>selectTextAtIndex:</b> (int)index;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-setBezeled:">setBezeled:</a></h3>
|
|
- (void) <b>setBezeled:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-setBordered:">setBordered:</a></h3>
|
|
- (void) <b>setBordered:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-setEntryWidth:">setEntryWidth:</a></h3>
|
|
- (void) <b>setEntryWidth:</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$NSForm-setInterlineSpacing:">setInterlineSpacing:</a></h3>
|
|
- (void) <b>setInterlineSpacing:</b> (float)spacing;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-setTextAlignment:">setTextAlignment:</a></h3>
|
|
- (void) <b>setTextAlignment:</b> (int)aMode;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-setTextFont:">setTextFont:</a></h3>
|
|
- (void) <b>setTextFont:</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$NSForm-setTitleAlignment:">setTitleAlignment:</a></h3>
|
|
- (void) <b>setTitleAlignment:</b> (NSTextAlignment)aMode;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSForm-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" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|