mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:50:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
82 lines
2.3 KiB
HTML
82 lines
2.3 KiB
HTML
<html><head>
|
|
<title>NSColorPicker</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSColorPanel.html">[Previous]</a>
|
|
<a href ="Gui.html">[Up]</a>
|
|
<a href ="NSColorWell.html">[Next]</a>
|
|
<h1>NSColorPicker</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">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
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">attachColorList:</a></h3>
|
|
- (void) <b>attachColorList:</b> (NSColorList*)colorList;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">colorPanel</a></h3>
|
|
- (NSColorPanel*) <b>colorPanel</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">detachColorList:</a></h3>
|
|
- (void) <b>detachColorList:</b> (NSColorList*)colorList;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">initWithPickerMask:colorPanel:</a></h3>
|
|
- (id) <b>initWithPickerMask:</b> (int)mask <b>colorPanel:</b> (NSColorPanel*)owningColorPanel;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">insertNewButtonImage:</a></h3>
|
|
- (void) <b>insertNewButtonImage:</b> (NSImage*)newButtonImage;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">provideNewButtonImage</a></h3>
|
|
- (NSImage*) <b>provideNewButtonImage</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">setMode:</a></h3>
|
|
- (void) <b>setMode:</b> (int)mode;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">viewSizeChanged:</a></h3>
|
|
- (void) <b>viewSizeChanged:</b> (id)sender;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|