Imported Upstream version 2.3.11

This commit is contained in:
Ari Pollak
2010-08-11 01:20:03 -04:00
parent efbc58ed09
commit 79785b4adf
1382 changed files with 88625 additions and 63323 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimpgradientselect</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="prev" href="libgimp-gimpfontselect.html" title="gimpfontselect">
<link rel="next" href="libgimp-gimppaletteselect.html" title="gimppaletteselect">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="gimpdefinitions.html" title="Part&#160;I.&#160;GIMP Constants">
<link rel="part" href="libgimp.html" title="Part&#160;II.&#160;GIMP Library">
@ -32,21 +32,23 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimppaletteselect.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="#top_of_page" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594262" class="shortcut">Top</a>
&#160;|&#160;
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2701254" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpgradientselect"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpgradientselect</span></h2>
<h2>
<a name="id2594262"></a><span class="refentrytitle">gimpgradientselect</span>
</h2>
<p>gimpgradientselect &#8212; Functions providing a gradient selection dialog.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="synopsis"></a><h2>Synopsis</h2>
<h2>Synopsis</h2>
<pre class="synopsis">
@ -72,17 +74,17 @@ gboolean <a href="libgimp-gimpgradientselect.html#gimp-gradients-set-popup">g
</pre>
</div>
<div class="refsect1" lang="en">
<a name="desc"></a><h2>Description</h2>
<a name="id2701254"></a><h2>Description</h2>
<p>
Functions providing a gradient selection dialog.
</p>
</div>
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<a name="id2701270"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2661101"></a><h3>
<a name="id2700934"></a><h3>
<a name="GimpRunGradientCallback"></a>GimpRunGradientCallback ()</h3>
<a class="indexterm" name="id2661112"></a><pre class="programlisting">void (*GimpRunGradientCallback) (const gchar *gradient_name,
<a class="indexterm" name="id2700945"></a><pre class="programlisting">void (*GimpRunGradientCallback) (const gchar *gradient_name,
gint width,
const gdouble *grad_data,
gboolean dialog_closing,
@ -130,9 +132,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2668776"></a><h3>
<a name="id2701074"></a><h3>
<a name="gimp-gradient-select-new"></a>gimp_gradient_select_new ()</h3>
<a class="indexterm" name="id2668787"></a><pre class="programlisting">const gchar* gimp_gradient_select_new (const gchar *title,
<a class="indexterm" name="id2701085"></a><pre class="programlisting">const gchar* gimp_gradient_select_new (const gchar *title,
const gchar *gradient_name,
gint sample_size,
<a href="libgimp-gimpgradientselect.html#GimpRunGradientCallback">GimpRunGradientCallback</a> callback,
@ -186,9 +188,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667187"></a><h3>
<a name="id2705263"></a><h3>
<a name="gimp-gradient-select-destroy"></a>gimp_gradient_select_destroy ()</h3>
<a class="indexterm" name="id2667198"></a><pre class="programlisting">void gimp_gradient_select_destroy (const gchar *gradient_callback);</pre>
<a class="indexterm" name="id2705275"></a><pre class="programlisting">void gimp_gradient_select_destroy (const gchar *gradient_callback);</pre>
<p>
</p>
@ -206,9 +208,9 @@ Functions providing a gradient selection dialog.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667243"></a><h3>
<a name="id2705319"></a><h3>
<a name="gimp-gradients-popup"></a>gimp_gradients_popup ()</h3>
<a class="indexterm" name="id2667254"></a><pre class="programlisting">gboolean gimp_gradients_popup (const gchar *gradient_callback,
<a class="indexterm" name="id2705330"></a><pre class="programlisting">gboolean gimp_gradients_popup (const gchar *gradient_callback,
const gchar *popup_title,
const gchar *initial_gradient,
gint sample_size);</pre>
@ -258,9 +260,9 @@ This procedure popups the gradients selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2667382"></a><h3>
<a name="id2695834"></a><h3>
<a name="gimp-gradients-close-popup"></a>gimp_gradients_close_popup ()</h3>
<a class="indexterm" name="id2667393"></a><pre class="programlisting">gboolean gimp_gradients_close_popup (const gchar *gradient_callback);</pre>
<a class="indexterm" name="id2695845"></a><pre class="programlisting">gboolean gimp_gradients_close_popup (const gchar *gradient_callback);</pre>
<p>
Popdown the Gimp gradient selection.
</p>
@ -289,9 +291,9 @@ This procedure closes an opened gradient selection dialog.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2666407"></a><h3>
<a name="id2695908"></a><h3>
<a name="gimp-gradients-set-popup"></a>gimp_gradients_set_popup ()</h3>
<a class="indexterm" name="id2666419"></a><pre class="programlisting">gboolean gimp_gradients_set_popup (const gchar *gradient_callback,
<a class="indexterm" name="id2695920"></a><pre class="programlisting">gboolean gimp_gradients_set_popup (const gchar *gradient_callback,
const gchar *gradient_name);</pre>
<p>
Sets the current gradient selection in a popup.