libs-gui/Documentation/gsdoc/GSTable.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

291 lines
12 KiB
HTML

<html>
<head>
<title>GSTable class documentation</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$GSTable">GSTable class documentation</a></h1>
<h3>Authors</h3>
<dl>
<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 GSTable class (a GNU extension)
</blockquote>
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the GSTable class</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the GSTable class
</a></h1>
<h2><a name="class$GSTable">GSTable</a> : <a rel="gsdoc" href="NSView.html#class$NSView">NSView</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/GSTable.h</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="GSTable.html#method$GSTable-addColumn">-addColumn</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-addRow">-addRow</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-init">-init</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-initWithNumberOfRows:numberOfColumns:">-initWithNumberOfRows:numberOfColumns:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-isXResizingEnabledForColumn:">-isXResizingEnabledForColumn:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-isYResizingEnabledForRow:">-isYResizingEnabledForRow:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-minimumSize">-minimumSize</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-numberOfColumns">-numberOfColumns</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-numberOfRows">-numberOfRows</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-putView:atRow:column:">-putView:atRow:column:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-putView:atRow:column:withMargins:">-putView:atRow:column:withMargins:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-putView:atRow:column:withMinXMargin:maxXMargin:minYMargin:maxYMargin:">-putView:atRow:column:withMinXMargin:maxXMargin:minYMargin:maxYMargin:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-putView:atRow:column:withXMargins:yMargins:">-putView:atRow:column:withXMargins:yMargins:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setBorder:">-setBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setMaxXBorder:">-setMaxXBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setMaxYBorder:">-setMaxYBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setMinXBorder:">-setMinXBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setMinYBorder:">-setMinYBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setXBorder:">-setXBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setXResizingEnabled:forColumn:">-setXResizingEnabled:forColumn:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setYBorder:">-setYBorder:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-setYResizingEnabled:forRow:">-setYResizingEnabled:forRow:</a></li>
<li><a rel="gsdoc" href="GSTable.html#method$GSTable-sizeToFit">-sizeToFit</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$GSTable-addColumn">addColumn</a></h3>
- (void) <b>addColumn</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$GSTable-addRow">addRow</a></h3>
- (void) <b>addRow</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$GSTable-init">init</a></h3>
- (id) <b>init</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$GSTable-initWithNumberOfRows:numberOfColumns:">initWithNumberOfRows:numberOfColumns:</a></h3>
- (id) <b>initWithNumberOfRows:</b> (int)rows<b> numberOfColumns:</b> (int)columns;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-isXResizingEnabledForColumn:">isXResizingEnabledForColumn:</a></h3>
- (BOOL) <b>isXResizingEnabledForColumn:</b> (int)aColumn;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-isYResizingEnabledForRow:">isYResizingEnabledForRow:</a></h3>
- (BOOL) <b>isYResizingEnabledForRow:</b> (int)aRow;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-minimumSize">minimumSize</a></h3>
- (NSSize) <b>minimumSize</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$GSTable-numberOfColumns">numberOfColumns</a></h3>
- (int) <b>numberOfColumns</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$GSTable-numberOfRows">numberOfRows</a></h3>
- (int) <b>numberOfRows</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$GSTable-putView:atRow:column:">putView:atRow:column:</a></h3>
- (void) <b>putView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> atRow:</b> (int)row<b> column:</b> (int)column;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-putView:atRow:column:withMargins:">putView:atRow:column:withMargins:</a></h3>
- (void) <b>putView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> atRow:</b> (int)row<b> column:</b> (int)column<b> withMargins:</b> (float)margins;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-putView:atRow:column:withMinXMargin:maxXMargin:minYMargin:maxYMargin:">putView:atRow:column:withMinXMargin:maxXMargin:minYMargin:maxYMargin:</a></h3>
- (void) <b>putView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> atRow:</b> (int)row<b> column:</b> (int)column<b> withMinXMargin:</b> (float)minXMargin<b> maxXMargin:</b> (float)maxXMargin<b> minYMargin:</b> (float)minYMargin<b> maxYMargin:</b> (float)maxYMargin;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-putView:atRow:column:withXMargins:yMargins:">putView:atRow:column:withXMargins:yMargins:</a></h3>
- (void) <b>putView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> atRow:</b> (int)row<b> column:</b> (int)column<b> withXMargins:</b> (float)xMargins<b> yMargins:</b> (float)yMargins;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setBorder:">setBorder:</a></h3>
- (void) <b>setBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setMaxXBorder:">setMaxXBorder:</a></h3>
- (void) <b>setMaxXBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setMaxYBorder:">setMaxYBorder:</a></h3>
- (void) <b>setMaxYBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setMinXBorder:">setMinXBorder:</a></h3>
- (void) <b>setMinXBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setMinYBorder:">setMinYBorder:</a></h3>
- (void) <b>setMinYBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setXBorder:">setXBorder:</a></h3>
- (void) <b>setXBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setXResizingEnabled:forColumn:">setXResizingEnabled:forColumn:</a></h3>
- (void) <b>setXResizingEnabled:</b> (BOOL)aFlag<b> forColumn:</b> (int)aColumn;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setYBorder:">setYBorder:</a></h3>
- (void) <b>setYBorder:</b> (float)aBorder;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-setYResizingEnabled:forRow:">setYResizingEnabled:forRow:</a></h3>
- (void) <b>setYResizingEnabled:</b> (BOOL)aFlag<b> forRow:</b> (int)aRow;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$GSTable-sizeToFit">sizeToFit</a></h3>
- (void) <b>sizeToFit</b>;<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>