libs-gui/Documentation/gsdoc/NSPanel.html

134 lines
4.2 KiB
HTML
Raw Normal View History

<html>
<head>
<title>NSPanel</title>
</head>
<body>
<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>
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
richard@brainstorm.co.uk
</code></a>)</dt>
<dd>
</dd>
<dt>Pascal J. Bourguignon(<a href="mailto:pjb@imaginet.fr"><code>
pjb@imaginet.fr
</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>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSPanel class</a>
</li>
</ol>
<hr width="50%" align="left" />
</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>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSPanel.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="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" />
<h3><a name="method$NSPanel-becomesKeyOnlyIfNeeded">becomesKeyOnlyIfNeeded</a></h3>
- (BOOL) <b>becomesKeyOnlyIfNeeded</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$NSPanel-isFloatingPanel">isFloatingPanel</a></h3>
- (BOOL) <b>isFloatingPanel</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$NSPanel-setBecomesKeyOnlyIfNeeded:">setBecomesKeyOnlyIfNeeded:</a></h3>
- (void) <b>setBecomesKeyOnlyIfNeeded:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPanel-setFloatingPanel:">setFloatingPanel:</a></h3>
- (void) <b>setFloatingPanel:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPanel-setWorksWhenModal:">setWorksWhenModal:</a></h3>
- (void) <b>setWorksWhenModal:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPanel-worksWhenModal">worksWhenModal</a></h3>
- (BOOL) <b>worksWhenModal</b>;<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>