Imported Upstream version 2.6.2

This commit is contained in:
Ari Pollak
2010-08-11 01:26:11 -04:00
parent 0e546c590e
commit 96563501af
387 changed files with 51234 additions and 64985 deletions

View File

@ -48,27 +48,13 @@
<div class="refsynopsisdiv">
<a name="libgimp-gimpgradientmenu.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</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> (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *gradient_name,
GtkWidget* <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-new" title="gimp_gradient_select_widget_new ()">gimp_gradient_select_widget_new</a> (const gchar *title,
const gchar *gradient_name,
<a class="link" href="libgimp-gimpgradientselect.html#GimpRunGradientCallback" title="GimpRunGradientCallback ()">GimpRunGradientCallback</a> callback,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close" title="gimp_gradient_select_widget_close ()">gimp_gradient_select_widget_close</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);
void <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set" title="gimp_gradient_select_widget_set ()">gimp_gradient_select_widget_set</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *gradient_name);
gpointer data);
void <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-close" title="gimp_gradient_select_widget_close ()">gimp_gradient_select_widget_close</a> (GtkWidget *widget);
void <a class="link" href="libgimp-gimpgradientmenu.html#gimp-gradient-select-widget-set" title="gimp_gradient_select_widget_set ()">gimp_gradient_select_widget_set</a> (GtkWidget *widget,
const gchar *gradient_name);
</pre>
</div>
<div class="refsect1" lang="en">
@ -81,26 +67,16 @@ A widget for selecting gradients.
<a name="libgimp-gimpgradientmenu.details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="gimp-gradient-select-widget-new"></a><h3>gimp_gradient_select_widget_new ()</h3>
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* gimp_gradient_select_widget_new (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *gradient_name,
<pre class="programlisting">GtkWidget* gimp_gradient_select_widget_new (const gchar *title,
const gchar *gradient_name,
<a class="link" href="libgimp-gimpgradientselect.html#GimpRunGradientCallback" title="GimpRunGradientCallback ()">GimpRunGradientCallback</a> callback,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
gpointer data);</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="/usr/share/gtk-doc/html/gtk/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>
<p>
@ -111,9 +87,7 @@ plug-in dialog.</p>
<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/glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a> to use the default title.
<td> Title of the dialog to use or <code class="literal">NULL</code> to use the default title.
</td>
</tr>
<tr>
@ -133,9 +107,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A <a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
><span class="type">GtkWidget</span></a> that you can use in your UI.
<td> A <span class="type">GtkWidget</span> that you can use in your UI.
</td>
</tr>
@ -147,9 +119,7 @@ href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
<hr>
<div class="refsect2" lang="en">
<a name="gimp-gradient-select-widget-close"></a><h3>gimp_gradient_select_widget_close ()</h3>
<pre class="programlisting">void gimp_gradient_select_widget_close (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget);</pre>
<pre class="programlisting">void gimp_gradient_select_widget_close (GtkWidget *widget);</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>
@ -171,12 +141,8 @@ Closes the popup window associated with <em class="parameter"><code>widget</code
<hr>
<div class="refsect2" lang="en">
<a name="gimp-gradient-select-widget-set"></a><h3>gimp_gradient_select_widget_set ()</h3>
<pre class="programlisting">void gimp_gradient_select_widget_set (<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a> *widget,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *gradient_name);</pre>
<pre class="programlisting">void gimp_gradient_select_widget_set (GtkWidget *widget,
const gchar *gradient_name);</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>