mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 20:41:00 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
184 lines
6.4 KiB
HTML
184 lines
6.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSColorWell</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSColorWell">NSColorWell</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>Felipe A. Rodriguez(<a href="mailto:far@ix.netcom.com"><code>
|
|
far@ix.netcom.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Control for selecting and display a single color value.
|
|
|
|
</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 NSColorWell class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSColorWell class
|
|
</a></h1>
|
|
<h2><a name="class$NSColorWell">NSColorWell</a> : <a rel="gsdoc" href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSColorWell.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="NSColorWell.html#method$NSColorWell-activate:">-activate:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-color">-color</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-deactivate">-deactivate</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-drawWellInside:">-drawWellInside:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-encodeWithCoder:">-encodeWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-initWithCoder:">-initWithCoder:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-isActive">-isActive</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-isBordered">-isBordered</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-setBordered:">-setBordered:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-setColor:">-setColor:</a></li>
|
|
<li><a rel="gsdoc" href="NSColorWell.html#method$NSColorWell-takeColorFrom:">-takeColorFrom:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSColorWell-activate:">activate:</a></h3>
|
|
- (void) <b>activate:</b> (BOOL)exclusive;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-color">color</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>color</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$NSColorWell-deactivate">deactivate</a></h3>
|
|
- (void) <b>deactivate</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$NSColorWell-drawWellInside:">drawWellInside:</a></h3>
|
|
- (void) <b>drawWellInside:</b> (NSRect)insideRect;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-encodeWithCoder:">encodeWithCoder:</a></h3>
|
|
- (void) <b>encodeWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aCoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-initWithCoder:">initWithCoder:</a></h3>
|
|
- (id) <b>initWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aDecoder;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-isActive">isActive</a></h3>
|
|
- (BOOL) <b>isActive</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$NSColorWell-isBordered">isBordered</a></h3>
|
|
- (BOOL) <b>isBordered</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$NSColorWell-setBordered:">setBordered:</a></h3>
|
|
- (void) <b>setBordered:</b> (BOOL)bordered;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-setColor:">setColor:</a></h3>
|
|
- (void) <b>setColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)color;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSColorWell-takeColorFrom:">takeColorFrom:</a></h3>
|
|
- (void) <b>takeColorFrom:</b> (id)sender;<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>
|