libs-gui/Documentation/gsdoc/NSColorWell.html

89 lines
2.2 KiB
HTML
Raw Normal View History

<html><head>
<title>NSColorWell</title>
</head>
<body>
<a href ="NSColorPicker.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSComboBox.html">[Next]</a>
<h1>NSColorWell</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSColorWell</a></h2>
<h2><a name ="NSColorWell">NSColorWell</a></h2>
<p><b>Declared in: </b> Gui/NSColorWell.h</p>
<p><b>Inherits from: </b> NSControl</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSColorWell.html#method-0">-activate:</a>
<li><a href ="NSColorWell.html#method-1">-color</a>
<li><a href ="NSColorWell.html#method-2">-deactivate</a>
<li><a href ="NSColorWell.html#method-3">-drawWellInside:</a>
<li><a href ="NSColorWell.html#method-4">-isActive</a>
<li><a href ="NSColorWell.html#method-5">-isBordered</a>
<li><a href ="NSColorWell.html#method-6">-setBordered:</a>
<li><a href ="NSColorWell.html#method-7">-setColor:</a>
<li><a href ="NSColorWell.html#method-8">-takeColorFrom:</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">activate:</a></h3>
- (void) <b>activate:</b> (BOOL)exclusive;<br>
<hr>
<h3><a name ="method-1">color</a></h3>
- (NSColor*) <b>color</b>;<br>
<hr>
<h3><a name ="method-2">deactivate</a></h3>
- (void) <b>deactivate</b>;<br>
<hr>
<h3><a name ="method-3">drawWellInside:</a></h3>
- (void) <b>drawWellInside:</b> (NSRect)insideRect;<br>
<hr>
<h3><a name ="method-4">isActive</a></h3>
- (BOOL) <b>isActive</b>;<br>
<hr>
<h3><a name ="method-5">isBordered</a></h3>
- (BOOL) <b>isBordered</b>;<br>
<hr>
<h3><a name ="method-6">setBordered:</a></h3>
- (void) <b>setBordered:</b> (BOOL)bordered;<br>
<hr>
<h3><a name ="method-7">setColor:</a></h3>
- (void) <b>setColor:</b> (NSColor*)color;<br>
<hr>
<h3><a name ="method-8">takeColorFrom:</a></h3>
- (void) <b>takeColorFrom:</b> (id)sender;<br>
<hr>
</body>
</html>