![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Additions/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>GSVbox</title> </head> <body> <font face="serif"> <a href="GuiAdditions.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-2010 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000">GSVbox</a></h1> <p> A GSVbox is completely analogue to a GSHbox. It implements the same methods; the only different is that it packs views from bottom to top (from top to bottom if flipped). </p> <h2><a name="class$GSVbox">GSVbox</a> : <a rel="gsdoc" href="GSTable.html#class$GSTable">GSTable</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>GNUstepGUI/GSVbox.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_GSVbox_ivars">Instance Variables</a> <br/><br/> <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" /> <div class="method"> <h3><a name="method$GSVbox-addSeparator">addSeparator </a></h3> - (void) <b>addSeparator</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-addSeparatorWithMinYMargin$">addSeparatorWithMinYMargin: </a></h3> - (void) <b>addSeparatorWithMinYMargin:</b> (float)aMargin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-addView$">addView: </a></h3> - (void) <b>addView:</b> (NSView*)aView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-addView$enablingYResizing$">addView: enablingYResizing: </a></h3> - (void) <b>addView:</b> (NSView*)aView<b> enablingYResizing:</b> (BOOL)aFlag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-addView$enablingYResizing$withMinYMargin$">addView: enablingYResizing: withMinYMargin: </a></h3> - (void) <b>addView:</b> (NSView*)aView<b> enablingYResizing:</b> (BOOL)aFlag<b> withMinYMargin:</b> (float)aMargin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-addView$withMinYMargin$">addView: withMinYMargin: </a></h3> - (void) <b>addView:</b> (NSView*)aView<b> withMinYMargin:</b> (float)aMargin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-init">init </a></h3> - (id) <b>init</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-numberOfViews">numberOfViews </a></h3> - (int) <b>numberOfViews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the number of views in the GSVbox (separators included). </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$GSVbox-setDefaultMinYMargin$">setDefaultMinYMargin: </a></h3> - (void) <b>setDefaultMinYMargin:</b> (float)aMargin;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> See the documentation for GSHbox </div> <hr width="25%" align="left" /> </div> <a name="_GSVbox_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for GSVbox Class</h2> <h3><a name="ivariable$GSVbox*_defaultMinYMargin">_defaultMinYMargin</a></h3> @protected float <b>_defaultMinYMargin</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$GSVbox*_haveViews">_haveViews</a></h3> @protected BOOL <b>_haveViews</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <br /> <a href="GuiAdditions.html">Up</a> </font> </body> </html>