![]() 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>NSPanel</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSPanel">NSPanel</a></h1> <h3>Authors</h3> <dl> <dt>Scott Christley (<a href="mailto:scottc@net-community.com"><code>scottc@net-community.com</code></a>)</dt> <dd> </dd> </dl> <blockquote> Panel window class and related functions </blockquote> <p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000"> Software documentation for the NSPanel class </a></h1> <h2><a name="class$NSPanel">NSPanel</a> : <a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSPanel.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="NSPanel.html#method$NSPanel-becomesKeyOnlyIfNeeded">-becomesKeyOnlyIfNeeded</a></li> <li><a rel="gsdoc" href="NSPanel.html#method$NSPanel-isFloatingPanel">-isFloatingPanel</a></li> <li><a rel="gsdoc" href="NSPanel.html#method$NSPanel-setBecomesKeyOnlyIfNeeded$">-setBecomesKeyOnlyIfNeeded:</a></li> <li><a rel="gsdoc" href="NSPanel.html#method$NSPanel-setFloatingPanel$">-setFloatingPanel:</a></li> <li><a rel="gsdoc" href="NSPanel.html#method$NSPanel-setWorksWhenModal$">-setWorksWhenModal:</a></li> <li><a rel="gsdoc" href="NSPanel.html#method$NSPanel-worksWhenModal">-worksWhenModal</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSPanel-becomesKeyOnlyIfNeeded">becomesKeyOnlyIfNeeded </a></h3> - (BOOL) <b>becomesKeyOnlyIfNeeded</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns whether if the NSPanel becomes key window only when a view require to be the first responder. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-setBecomesKeyOnlyIfNeeded$"> -setBecomesKeyOnlyIfNeeded: </a> <a rel="gsdoc" href="NSView.html#method$NSView-needsPanelToBecomeKey">[NSView -needsPanelToBecomeKey]</a> <a rel="gsdoc" href="NSWindow.html#method$NSWindow-sendEvent$">[NSWindow -sendEvent:]</a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPanel-isFloatingPanel">isFloatingPanel </a></h3> - (BOOL) <b>isFloatingPanel</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns whether the NSPanel is a floating panel, e.g. the window level is NSFloatingWindowLevel instead of NSNormalWindowLevel. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-setFloatingPanel$"> -setFloatingPanel: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPanel-setBecomesKeyOnlyIfNeeded$">setBecomesKeyOnlyIfNeeded: </a></h3> - (void) <b>setBecomesKeyOnlyIfNeeded:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets whether if the NSPanel becomes key window only when a view require to be the first responder. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-setBecomesKeyOnlyIfNeeded$"> -setBecomesKeyOnlyIfNeeded: </a> <a rel="gsdoc" href="NSView.html#method$NSView-needsPanelToBecomeKey">[NSView -needsPanelToBecomeKey]</a> <a rel="gsdoc" href="NSWindow.html#method$NSWindow-sendEvent$">[NSWindow -sendEvent:]</a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPanel-setFloatingPanel$">setFloatingPanel: </a></h3> - (void) <b>setFloatingPanel:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets whether the NSPanel is a floating panel, e.g. the window level is NSFloatingWindowLevel instead of NSNormalWindowLevel. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-isFloatingPanel"> -isFloatingPanel </a> <a rel="gsdoc" href="NSWindow.html#method$NSWindow-setLevel$"> [NSWindow -setLevel:] </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPanel-setWorksWhenModal$">setWorksWhenModal: </a></h3> - (void) <b>setWorksWhenModal:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets whether the NSPanel can receive events when another window/panel runs modally. </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-worksWhenModal"> -worksWhenModal </a> <a rel="gsdoc" href="NSApplication.html#method$NSApplication-runModalSession$">[NSApplication -runModalSession:]</a> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPanel-worksWhenModal">worksWhenModal </a></h3> - (BOOL) <b>worksWhenModal</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns whether the NSPanel can receive events when another window/panel runs modally. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPanel-setWorksWhenModal$"> -setWorksWhenModal: </a> <a rel="gsdoc" href="NSApplication.html#method$NSApplication-runModalSession$">[NSApplication -runModalSession:]</a> </p> <p> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>