mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 21:21:05 +00:00
152 lines
5.4 KiB
HTML
152 lines
5.4 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GSVbox</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="Gui.html">Up</a>
|
||
|
<br />
|
||
|
<h1><a name="title$GSVbox">GSVbox</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 GSVbox 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 GSVbox class</a>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<hr width="50%" align="left" />
|
||
|
</div>
|
||
|
<h1><a name="001000000000">
|
||
|
Software documentation for the GSVbox class
|
||
|
</a></h1>
|
||
|
<h2><a name="class$GSVbox">GSVbox</a> : <a rel="gsdoc" href="GSTable.html#class$GSTable">GSTable</a></h2>
|
||
|
<blockquote>
|
||
|
<dl>
|
||
|
<dt><b>Declared in:</b></dt>
|
||
|
<dd>AppKit/GSVbox.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="GSVbox.html#method$GSVbox-addSeparator">-addSeparator</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-addSeparatorWithMinYMargin:">-addSeparatorWithMinYMargin:</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-addView:">-addView:</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-addView:enablingYResizing:">-addView:enablingYResizing:</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-addView:enablingYResizing:withMinYMargin:">-addView:enablingYResizing:withMinYMargin:</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-addView:withMinYMargin:">-addView:withMinYMargin:</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-init">-init</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-numberOfViews">-numberOfViews</a></li>
|
||
|
<li><a rel="gsdoc" href="GSVbox.html#method$GSVbox-setDefaultMinYMargin:">-setDefaultMinYMargin:</a></li>
|
||
|
</ul>
|
||
|
<hr width="50%" align="left" />
|
||
|
<h3><a name="method$GSVbox-addSeparator">addSeparator</a></h3>
|
||
|
- (void) <b>addSeparator</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$GSVbox-addSeparatorWithMinYMargin:">addSeparatorWithMinYMargin:</a></h3>
|
||
|
- (void) <b>addSeparatorWithMinYMargin:</b> (float)aMargin;<br />
|
||
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$GSVbox-addView:">addView:</a></h3>
|
||
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br />
|
||
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$GSVbox-addView:enablingYResizing:">addView:enablingYResizing:</a></h3>
|
||
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> enablingYResizing:</b> (BOOL)aFlag;<br />
|
||
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$GSVbox-addView:enablingYResizing:withMinYMargin:">addView:enablingYResizing:withMinYMargin:</a></h3>
|
||
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> enablingYResizing:</b> (BOOL)aFlag<b> withMinYMargin:</b> (float)aMargin;<br />
|
||
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$GSVbox-addView:withMinYMargin:">addView:withMinYMargin:</a></h3>
|
||
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> withMinYMargin:</b> (float)aMargin;<br />
|
||
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$GSVbox-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$GSVbox-numberOfViews">numberOfViews</a></h3>
|
||
|
- (int) <b>numberOfViews</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$GSVbox-setDefaultMinYMargin:">setDefaultMinYMargin:</a></h3>
|
||
|
- (void) <b>setDefaultMinYMargin:</b> (float)aMargin;<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>
|