Imported Upstream version 2.4.0

This commit is contained in:
Ari Pollak
2010-08-11 01:23:21 -04:00
parent f35d8506c6
commit 258b1471f0
781 changed files with 98804 additions and 57910 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="prev" href="GimpPathEditor.html" title="GimpPathEditor">
<link rel="next" href="GimpPixmap.html" title="GimpPixmap">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpwidgets-widgets.html" title="Part&#160;I.&#160;GIMP Widgets">
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="GimpPixmap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2602640" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2604805" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2585399" class="shortcut">Description</a>
<a href="#id2641986" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2599088" class="shortcut">Object Hierarchy</a>
<a href="#id2577386" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2621684" class="shortcut">Implemented Interfaces</a>
<a href="#id2627498" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2621712" class="shortcut">Signals</a></nobr></td></tr>
<a href="#id2627525" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpPickButton"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2602640"></a><span class="refentrytitle">GimpPickButton</span>
<a name="id2604805"></a><span class="refentrytitle">GimpPickButton</span>
</h2>
<p>GimpPickButton &#8212; Widget to pick a color from screen.</p>
</td>
@ -62,54 +62,54 @@
<a class="link" href="GimpPickButton.html#GimpPickButton-struct">GimpPickButton</a>;
<a
href="../gtk/GtkWidget.html"
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a class="link" href="GimpPickButton.html#gimp-pick-button-new">gimp_pick_button_new</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599088"></a><h2>Object Hierarchy</h2>
<a name="id2577386"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----<a
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
>GInitiallyUnowned</a>
+----<a
href="../gtk/GtkObject.html"
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="../gtk/GtkWidget.html"
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="../gtk/GtkContainer.html"
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
href="../gtk/GtkBin.html"
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
>GtkBin</a>
+----<a
href="../gtk/GtkButton.html"
href="/usr/share/gtk-doc/html/gtk/GtkButton.html"
>GtkButton</a>
+----GimpPickButton
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621684"></a><h2>Implemented Interfaces</h2>
<a name="id2627498"></a><h2>Implemented Interfaces</h2>
<p>
GimpPickButton implements
AtkImplementorIface and GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621712"></a><h2>Signals</h2>
<a name="id2627525"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GimpPickButton.html#GimpPickButton-color-picked">color-picked</a>" : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2585399"></a><h2>Description</h2>
<a name="id2641986"></a><h2>Description</h2>
<p>
<a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> is a specialized button. When clicked, it changes the
cursor to a color-picker pipette and allows the user to pick a color
@ -117,21 +117,21 @@ from any point on the screen.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2585425"></a><h2>Details</h2>
<a name="id2642012"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2585436"></a><h3>
<a name="id2642022"></a><h3>
<a name="GimpPickButton-struct"></a>GimpPickButton</h3>
<a class="indexterm" name="id2585447"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<a class="indexterm" name="id2642034"></a><pre class="programlisting">typedef struct _GimpPickButton GimpPickButton;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585464"></a><h3>
<a name="id2642050"></a><h3>
<a name="gimp-pick-button-new"></a>gimp_pick_button_new ()</h3>
<a class="indexterm" name="id2641473"></a><pre class="programlisting"><a
href="../gtk/GtkWidget.html"
<a class="indexterm" name="id2642062"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* gimp_pick_button_new (void);</pre>
<p>
Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton"><span class="type">GimpPickButton</span></a> widget.</p>
@ -149,16 +149,16 @@ Creates a new <a class="link" href="GimpPickButton.html" title="GimpPickButton">
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2641529"></a><h2>Signal Details</h2>
<a name="id2642319"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2641540"></a><h3>
<a name="GimpPickButton-color-picked"></a>The "color-picked" signal</h3>
<a class="indexterm" name="id2641547"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
<a name="id2642330"></a><h3>
<a name="GimpPickButton-color-picked"></a>The <code class="literal">"color-picked"</code> signal</h3>
<a class="indexterm" name="id2642344"></a><pre class="programlisting">void user_function (<a class="link" href="GimpPickButton.html" title="GimpPickButton">GimpPickButton</a> *gimppickbutton,
<a
href="../glib/glib-Basic-Types.html#gpointer"
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> arg1,
<a
href="../glib/glib-Basic-Types.html#gpointer"
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run First</pre>
<p>
@ -174,7 +174,7 @@ href="../glib/glib-Basic-Types.html#gpointer"
<tr>
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
<td>pointer to a <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
><span class="type">GimpRGB</span></a> structure that holds the picked color
</td>
@ -187,6 +187,11 @@ href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2637252"></a><div class="refsect2" lang="en"><a name="id2637253"></a></div>
<hr>
<div class="refsect2" lang="en"><a name="id2637254"></a></div>
</div>
</div>
</body>
</html>