![]() 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/Reference/ |
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>NSDrawer</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSDrawer">NSDrawer</a></h1> <h3>Authors</h3> <dl> <dt>Douglas Simons (<a href="mailto:doug.simons@testplant.com"><code>doug.simons@testplant.com</code></a>)</dt> <dd> </dd> <dt>Gregory Casamento (<a href="mailto:greg_casamento@yahoo.com"><code>greg_casamento@yahoo.com</code></a>)</dt> <dd> </dd> <dt>Fred Kiefer (<a href="mailto:FredKiefer@gmx.de"><code>FredKiefer@gmx.de</code></a>)</dt> <dd> </dd> </dl> <blockquote> The drawer class </blockquote> <p><b>Copyright:</b> (C) 2001 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Software documentation for the NSDrawer class</a> </li> <li> <a href="#002000000000">Software documentation for the NSDrawerDelegate class</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"> Software documentation for the NSDrawer class </a></h1> <h2><a name="class$NSDrawer">NSDrawer</a> : <a rel="gsdoc" href="NSResponder.html#class$NSResponder">NSResponder</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSDrawer.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="#_NSDrawer_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-close">-close</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-close$">-close:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-contentSize">-contentSize</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-contentView">-contentView</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-delegate">-delegate</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-edge">-edge</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-initWithContentSize$preferredEdge$">-initWithContentSize:preferredEdge:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-leadingOffset">-leadingOffset</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-maxContentSize">-maxContentSize</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-minContentSize">-minContentSize</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-open">-open</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-open$">-open:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-openOnEdge$">-openOnEdge:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-parentWindow">-parentWindow</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-preferredEdge">-preferredEdge</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setContentSize$">-setContentSize:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setContentView$">-setContentView:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setDelegate$">-setDelegate:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setLeadingOffset$">-setLeadingOffset:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setMaxContentSize$">-setMaxContentSize:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setMinContentSize$">-setMinContentSize:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setParentWindow$">-setParentWindow:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setPreferredEdge$">-setPreferredEdge:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-setTrailingOffset$">-setTrailingOffset:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-state">-state</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-toggle$">-toggle:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawer-trailingOffset">-trailingOffset</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSDrawer-close">close </a></h3> - (void) <b>close</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$NSDrawer-close$">close: </a></h3> - (void) <b>close:</b> (id)sender;<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$NSDrawer-contentSize">contentSize </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>contentSize</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$NSDrawer-contentView">contentView </a></h3> - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>contentView</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$NSDrawer-delegate">delegate </a></h3> - (id) <b>delegate</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$NSDrawer-edge">edge </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRectEdge">NSRectEdge</a>) <b>edge</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$NSDrawer-initWithContentSize$preferredEdge$">initWithContentSize: preferredEdge: </a></h3> - (id) <b>initWithContentSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)contentSize<b> preferredEdge:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRectEdge">NSRectEdge</a>)edge;<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$NSDrawer-leadingOffset">leadingOffset </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>leadingOffset</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$NSDrawer-maxContentSize">maxContentSize </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>maxContentSize</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$NSDrawer-minContentSize">minContentSize </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>minContentSize</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$NSDrawer-open">open </a></h3> - (void) <b>open</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$NSDrawer-open$">open: </a></h3> - (void) <b>open:</b> (id)sender;<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$NSDrawer-openOnEdge$">openOnEdge: </a></h3> - (void) <b>openOnEdge:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRectEdge">NSRectEdge</a>)edge;<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$NSDrawer-parentWindow">parentWindow </a></h3> - (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*) <b>parentWindow</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$NSDrawer-preferredEdge">preferredEdge </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRectEdge">NSRectEdge</a>) <b>preferredEdge</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$NSDrawer-setContentSize$">setContentSize: </a></h3> - (void) <b>setContentSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)size;<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$NSDrawer-setContentView$">setContentView: </a></h3> - (void) <b>setContentView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<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$NSDrawer-setDelegate$">setDelegate: </a></h3> - (void) <b>setDelegate:</b> (id)anObject;<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$NSDrawer-setLeadingOffset$">setLeadingOffset: </a></h3> - (void) <b>setLeadingOffset:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)offset;<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$NSDrawer-setMaxContentSize$">setMaxContentSize: </a></h3> - (void) <b>setMaxContentSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)size;<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$NSDrawer-setMinContentSize$">setMinContentSize: </a></h3> - (void) <b>setMinContentSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)size;<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$NSDrawer-setParentWindow$">setParentWindow: </a></h3> - (void) <b>setParentWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)parent;<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$NSDrawer-setPreferredEdge$">setPreferredEdge: </a></h3> - (void) <b>setPreferredEdge:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRectEdge">NSRectEdge</a>)preferredEdge;<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$NSDrawer-setTrailingOffset$">setTrailingOffset: </a></h3> - (void) <b>setTrailingOffset:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)offset;<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$NSDrawer-state">state </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>state</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$NSDrawer-toggle$">toggle: </a></h3> - (void) <b>toggle:</b> (id)sender;<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$NSDrawer-trailingOffset">trailingOffset </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>trailingOffset</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> <a name="_NSDrawer_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSDrawer Class</h2> <h3><a name="ivariable$NSDrawer*_contentSize">_contentSize</a></h3> @protected NSSize <b>_contentSize</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$NSDrawer*_currentEdge">_currentEdge</a></h3> @protected NSRectEdge <b>_currentEdge</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$NSDrawer*_delegate">_delegate</a></h3> @protected id <b>_delegate</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$NSDrawer*_drawerWindow">_drawerWindow</a></h3> @protected id <b>_drawerWindow</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$NSDrawer*_leadingOffset">_leadingOffset</a></h3> @protected CGFloat <b>_leadingOffset</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$NSDrawer*_maxContentSize">_maxContentSize</a></h3> @protected NSSize <b>_maxContentSize</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$NSDrawer*_minContentSize">_minContentSize</a></h3> @protected NSSize <b>_minContentSize</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$NSDrawer*_preferredEdge">_preferredEdge</a></h3> @protected NSRectEdge <b>_preferredEdge</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$NSDrawer*_state">_state</a></h3> @protected NSInteger <b>_state</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$NSDrawer*_trailingOffset">_trailingOffset</a></h3> @protected CGFloat <b>_trailingOffset</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/> <h1><a name="002000000000"> Software documentation for the NSDrawerDelegate class </a></h1> <h2><a name="class$NSDrawerDelegate">NSDrawerDelegate</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSDrawer.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerDidClose$">-drawerDidClose:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerDidOpen$">-drawerDidOpen:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerShouldClose$">-drawerShouldClose:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerShouldOpen$">-drawerShouldOpen:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerWillClose$">-drawerWillClose:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerWillOpen$">-drawerWillOpen:</a></li> <li><a rel="gsdoc" href="NSDrawer.html#method$NSDrawerDelegate-drawerWillResizeContents$toSize$">-drawerWillResizeContents:toSize:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSDrawerDelegate-drawerDidClose$">drawerDidClose: </a></h3> - (void) <b>drawerDidClose:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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$NSDrawerDelegate-drawerDidOpen$">drawerDidOpen: </a></h3> - (void) <b>drawerDidOpen:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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$NSDrawerDelegate-drawerShouldClose$">drawerShouldClose: </a></h3> - (BOOL) <b>drawerShouldClose:</b> (<a rel="gsdoc" href="#class$NSDrawer">NSDrawer</a>*)sender;<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$NSDrawerDelegate-drawerShouldOpen$">drawerShouldOpen: </a></h3> - (BOOL) <b>drawerShouldOpen:</b> (<a rel="gsdoc" href="#class$NSDrawer">NSDrawer</a>*)sender;<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$NSDrawerDelegate-drawerWillClose$">drawerWillClose: </a></h3> - (void) <b>drawerWillClose:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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$NSDrawerDelegate-drawerWillOpen$">drawerWillOpen: </a></h3> - (void) <b>drawerWillOpen:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSNotification.html#class$NSNotification">NSNotification</a>*)notification;<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$NSDrawerDelegate-drawerWillResizeContents$toSize$">drawerWillResizeContents: toSize: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>drawerWillResizeContents:</b> (<a rel="gsdoc" href="#class$NSDrawer">NSDrawer</a>*)sender<b> toSize:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>)contentSize;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>