Imported Upstream version 2.8.0

This commit is contained in:
Jordi Mallach
2012-05-05 12:33:49 +02:00
parent 3fcab19200
commit f03e90f6fe
4714 changed files with 1354362 additions and 818907 deletions

View File

@ -37,13 +37,13 @@
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libgimp-gimpgradientmenu.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new" title="gimp_gradient_select_widget_new ()">gimp_gradient_select_widget_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *gradient_name</code></em>,
<pre class="synopsis"><span class="returnvalue">GtkWidget</span> * <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new" title="gimp_gradient_select_widget_new ()">gimp_gradient_select_widget_new</a> (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *gradient_name</code></em>,
<em class="parameter"><code><a class="link" href="libgimp-gimpgradientselect.html#GimpRunGradientCallback" title="GimpRunGradientCallback ()"><span class="type">GimpRunGradientCallback</span></a> callback</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
<span class="returnvalue">void</span> <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close" title="gimp_gradient_select_widget_close ()">gimp_gradient_select_widget_close</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
<span class="returnvalue">void</span> <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set" title="gimp_gradient_select_widget_set ()">gimp_gradient_select_widget_set</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *gradient_name</code></em>);
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
<span class="returnvalue">void</span> <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close" title="gimp_gradient_select_widget_close ()">gimp_gradient_select_widget_close</a> (<em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>);
<span class="returnvalue">void</span> <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set" title="gimp_gradient_select_widget_set ()">gimp_gradient_select_widget_set</a> (<em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *gradient_name</code></em>);
</pre>
</div>
<div class="refsect1">
@ -56,16 +56,16 @@ A widget for selecting gradients.
<a name="libgimp-gimpgradientmenu.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="gimp-gradient-select-widget-new"></a><h3>gimp_gradient_select_widget_new ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * gimp_gradient_select_widget_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *gradient_name</code></em>,
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> * gimp_gradient_select_widget_new (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *gradient_name</code></em>,
<em class="parameter"><code><a class="link" href="libgimp-gimpgradientselect.html#GimpRunGradientCallback" title="GimpRunGradientCallback ()"><span class="type">GimpRunGradientCallback</span></a> callback</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_gradient_select_widget_new</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Creates a new <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> that completely controls the selection of
Creates a new <span class="type">GtkWidget</span> that completely controls the selection of
a gradient. This widget is suitable for placement in a table in a
plug-in dialog.
</p>
@ -74,7 +74,7 @@ plug-in dialog.
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
<td>Title of the dialog to use or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default title.</td>
<td>Title of the dialog to use or <code class="literal">NULL</code> to use the default title.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>gradient_name</code></em> :</span></p></td>
@ -90,7 +90,7 @@ plug-in dialog.
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>A <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> that you can use in your UI.</td>
<td>A <span class="type">GtkWidget</span> that you can use in your UI.</td>
</tr>
</tbody>
</table></div>
@ -99,7 +99,7 @@ plug-in dialog.
<hr>
<div class="refsect2">
<a name="gimp-gradient-select-widget-close"></a><h3>gimp_gradient_select_widget_close ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gimp_gradient_select_widget_close (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">void</span> gimp_gradient_select_widget_close (<em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_gradient_select_widget_close</code> is deprecated and should not be used in newly-written code.</p>
@ -118,14 +118,30 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
<hr>
<div class="refsect2">
<a name="gimp-gradient-select-widget-set"></a><h3>gimp_gradient_select_widget_set ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gimp_gradient_select_widget_set (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *gradient_name</code></em>);</pre>
<pre class="programlisting"><span class="returnvalue">void</span> gimp_gradient_select_widget_set (<em class="parameter"><code><span class="type">GtkWidget</span> *widget</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *gradient_name</code></em>);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_gradient_select_widget_set</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Sets the current gradient for the gradient select widget. Calls the
callback function if one was supplied in the call to
<a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new" title="gimp_gradient_select_widget_new ()"><code class="function">gimp_gradient_select_widget_new()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
<td>A gradient select widget.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>gradient_name</code></em> :</span></p></td>
<td>Gradient name to set.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>