mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 00:50:45 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
322 lines
12 KiB
HTML
322 lines
12 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSCursor</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSCursor">NSCursor</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>Adam Fedor(<a href="mailto:fedor@gnu.org"><code>
|
|
fedor@gnu.org
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
Holds an image to use as a cursor
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1996,1999,2001 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSCursor class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSCursor class
|
|
</a></h1>
|
|
<h2><a name="class$NSCursor">NSCursor</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/NSCursor.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Conforms to:</b></dt>
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></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="NSCursor.html#method$NSCursor+IBeamCursor">+IBeamCursor</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+arrowCursor">+arrowCursor</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+currentCursor">+currentCursor</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+greenArrowCursor">+greenArrowCursor</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+hide">+hide</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+isHiddenUntilMouseMoves">+isHiddenUntilMouseMoves</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+pop">+pop</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+setHiddenUntilMouseMoves:">+setHiddenUntilMouseMoves:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor+unhide">+unhide</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-hotSpot">-hotSpot</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-image">-image</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-initWithImage:">-initWithImage:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:">-initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-initWithImage:hotSpot:">-initWithImage:hotSpot:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-isSetOnMouseEntered">-isSetOnMouseEntered</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-isSetOnMouseExited">-isSetOnMouseExited</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-mouseEntered:">-mouseEntered:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-mouseExited:">-mouseExited:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-pop">-pop</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-push">-push</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-set">-set</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-setHotSpot:">-setHotSpot:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-setImage:">-setImage:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-setOnMouseEntered:">-setOnMouseEntered:</a></li>
|
|
<li><a rel="gsdoc" href="NSCursor.html#method$NSCursor-setOnMouseExited:">-setOnMouseExited:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSCursor+IBeamCursor">IBeamCursor</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSCursor">NSCursor</a>*) <b>IBeamCursor</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$NSCursor+arrowCursor">arrowCursor</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSCursor">NSCursor</a>*) <b>arrowCursor</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$NSCursor+currentCursor">currentCursor</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSCursor">NSCursor</a>*) <b>currentCursor</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$NSCursor+greenArrowCursor">greenArrowCursor</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSCursor">NSCursor</a>*) <b>greenArrowCursor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor+hide">hide</a></h3>
|
|
+ (void) <b>hide</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$NSCursor+isHiddenUntilMouseMoves">isHiddenUntilMouseMoves</a></h3>
|
|
+ (BOOL) <b>isHiddenUntilMouseMoves</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$NSCursor+pop">pop</a></h3>
|
|
+ (void) <b>pop</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$NSCursor+setHiddenUntilMouseMoves:">setHiddenUntilMouseMoves:</a></h3>
|
|
+ (void) <b>setHiddenUntilMouseMoves:</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$NSCursor+unhide">unhide</a></h3>
|
|
+ (void) <b>unhide</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$NSCursor-hotSpot">hotSpot</a></h3>
|
|
- (NSPoint) <b>hotSpot</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$NSCursor-image">image</a></h3>
|
|
- (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*) <b>image</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$NSCursor-initWithImage:">initWithImage:</a></h3>
|
|
- (id) <b>initWithImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)newImage;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:">initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:</a></h3>
|
|
- (id) <b>initWithImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)newImage<b> foregroundColorHint:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)fg<b> backgroundColorHint:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)bg<b> hotSpot:</b> (NSPoint)hotSpot;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-initWithImage:hotSpot:">initWithImage:hotSpot:</a></h3>
|
|
- (id) <b>initWithImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)newImage<b> hotSpot:</b> (NSPoint)hotSpot;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-isSetOnMouseEntered">isSetOnMouseEntered</a></h3>
|
|
- (BOOL) <b>isSetOnMouseEntered</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$NSCursor-isSetOnMouseExited">isSetOnMouseExited</a></h3>
|
|
- (BOOL) <b>isSetOnMouseExited</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$NSCursor-mouseEntered:">mouseEntered:</a></h3>
|
|
- (void) <b>mouseEntered:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-mouseExited:">mouseExited:</a></h3>
|
|
- (void) <b>mouseExited:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-pop">pop</a></h3>
|
|
- (void) <b>pop</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$NSCursor-push">push</a></h3>
|
|
- (void) <b>push</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$NSCursor-set">set</a></h3>
|
|
- (void) <b>set</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$NSCursor-setHotSpot:">setHotSpot:</a></h3>
|
|
- (void) <b>setHotSpot:</b> (NSPoint)spot;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-setImage:">setImage:</a></h3>
|
|
- (void) <b>setImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)newImage;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSCursor-setOnMouseEntered:">setOnMouseEntered:</a></h3>
|
|
- (void) <b>setOnMouseEntered:</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$NSCursor-setOnMouseExited:">setOnMouseExited:</a></h3>
|
|
- (void) <b>setOnMouseExited:</b> (BOOL)flag;<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>
|