mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 02:11:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
151 lines
5.4 KiB
HTML
151 lines
5.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>GSHbox</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$GSHbox">GSHbox</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 GSHbox 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 GSHbox class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the GSHbox class
|
|
</a></h1>
|
|
<h2><a name="class$GSHbox">GSHbox</a> : <a rel="gsdoc" href="GSTable.html#class$GSTable">GSTable</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/GSHbox.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="GSHbox.html#method$GSHbox-addSeparator">-addSeparator</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-addSeparatorWithMinXMargin:">-addSeparatorWithMinXMargin:</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-addView:">-addView:</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-addView:enablingXResizing:">-addView:enablingXResizing:</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-addView:enablingXResizing:withMinXMargin:">-addView:enablingXResizing:withMinXMargin:</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-addView:withMinXMargin:">-addView:withMinXMargin:</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-init">-init</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-numberOfViews">-numberOfViews</a></li>
|
|
<li><a rel="gsdoc" href="GSHbox.html#method$GSHbox-setDefaultMinXMargin:">-setDefaultMinXMargin:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$GSHbox-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$GSHbox-addSeparatorWithMinXMargin:">addSeparatorWithMinXMargin:</a></h3>
|
|
- (void) <b>addSeparatorWithMinXMargin:</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$GSHbox-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$GSHbox-addView:enablingXResizing:">addView:enablingXResizing:</a></h3>
|
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> enablingXResizing:</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$GSHbox-addView:enablingXResizing:withMinXMargin:">addView:enablingXResizing:withMinXMargin:</a></h3>
|
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> enablingXResizing:</b> (BOOL)aFlag<b> withMinXMargin:</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$GSHbox-addView:withMinXMargin:">addView:withMinXMargin:</a></h3>
|
|
- (void) <b>addView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> withMinXMargin:</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$GSHbox-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$GSHbox-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$GSHbox-setDefaultMinXMargin:">setDefaultMinXMargin:</a></h3>
|
|
- (void) <b>setDefaultMinXMargin:</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>
|