2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSColorPicker</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-11-08 18:26:39 +00:00
|
|
|
<a href ="NSColorPanel.html">[Previous] </a>
|
|
|
|
<a href ="Gui.html">[Up] </a>
|
|
|
|
<a href ="NSColorWell.html">[Next] </a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<h1>NSColorPicker</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-03-03 10:07:01 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
|
|
|
<h2><a name ="cont-0">NSColorPicker</a></h2>
|
|
|
|
<h2><a name ="NSColorPicker">NSColorPicker</a></h2>
|
|
|
|
<p><b>Declared in: </b> Gui/NSColorPicker.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
|
|
<p><b>Conforms to: </b> NSColorPickingDefault
|
2000-03-05 17:39:16 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-03-05 17:39:16 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Methods </h2>
|
|
|
|
<ul>
|
2001-11-08 18:26:39 +00:00
|
|
|
<li ><a href ="NSColorPicker.html#method-0">-attachColorList:</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-1">-colorPanel</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-2">-detachColorList:</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-3">-initWithPickerMask:colorPanel:</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-4">-insertNewButtonImage:</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-5">-provideNewButtonImage</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-6">-setMode:</a>
|
|
|
|
<li ><a href ="NSColorPicker.html#method-7">-viewSizeChanged:</a>
|
2001-03-03 10:07:01 +00:00
|
|
|
</ul>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-0">attachColorList:</a></h3>
|
|
|
|
- (void) <b>attachColorList:</b> (NSColorList*)colorList;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">colorPanel</a></h3>
|
|
|
|
- (NSColorPanel*) <b>colorPanel</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">detachColorList:</a></h3>
|
|
|
|
- (void) <b>detachColorList:</b> (NSColorList*)colorList;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-3">initWithPickerMask:colorPanel:</a></h3>
|
|
|
|
- (id) <b>initWithPickerMask:</b> (int)mask <b>colorPanel:</b> (NSColorPanel*)owningColorPanel;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">insertNewButtonImage:</a></h3>
|
|
|
|
- (void) <b>insertNewButtonImage:</b> (NSImage*)newButtonImage;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">provideNewButtonImage</a></h3>
|
|
|
|
- (NSImage*) <b>provideNewButtonImage</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">setMode:</a></h3>
|
|
|
|
- (void) <b>setMode:</b> (int)mode;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">viewSizeChanged:</a></h3>
|
|
|
|
- (void) <b>viewSizeChanged:</b> (id)sender;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:16 +00:00
|
|
|
</body>
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
</html>
|