mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
153 lines
5.2 KiB
HTML
153 lines
5.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSScreen</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSScreen">NSScreen</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>Gregory John Casamento(<a href="mailto:borgheron@yahoo.com"><code>
|
|
borgheron@yahoo.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 1996, 2000 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSScreen class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSScreen class
|
|
</a></h1>
|
|
<h2><a name="class$NSScreen">NSScreen</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSScreen.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="NSScreen.html#method$NSScreen+deepestScreen">+deepestScreen</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+mainScreen">+mainScreen</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+resetScreens">+resetScreens</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+screens">+screens</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-depth">-depth</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-deviceDescription">-deviceDescription</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-frame">-frame</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-supportedWindowDepths">-supportedWindowDepths</a></li>
|
|
<li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-visibleFrame">-visibleFrame</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSScreen+deepestScreen">deepestScreen</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSScreen">NSScreen</a>*) <b>deepestScreen</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$NSScreen+mainScreen">mainScreen</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSScreen">NSScreen</a>*) <b>mainScreen</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$NSScreen+resetScreens">resetScreens</a></h3>
|
|
+ (void) <b>resetScreens</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$NSScreen+screens">screens</a></h3>
|
|
+ (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>screens</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$NSScreen-depth">depth</a></h3>
|
|
- (NSWindowDepth) <b>depth</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$NSScreen-deviceDescription">deviceDescription</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*) <b>deviceDescription</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$NSScreen-frame">frame</a></h3>
|
|
- (NSRect) <b>frame</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$NSScreen-supportedWindowDepths">supportedWindowDepths</a></h3>
|
|
- (const NSWindowDepth*) <b>supportedWindowDepths</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSScreen-visibleFrame">visibleFrame</a></h3>
|
|
- (NSRect) <b>visibleFrame</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|