New upstream version 2.10.0

This commit is contained in:
Jeremy Bicha
2018-04-27 11:44:24 -04:00
477 changed files with 45624 additions and 20193 deletions

View File

@ -267,7 +267,7 @@ selection widget. Also see <a class="link" href="GimpColorButton.html#gimp-color
</tr>
<tr>
<td class="parameter_name"><p>rgb</p></td>
<td class="parameter_description"><p>The inital color to be edited.</p></td>
<td class="parameter_description"><p>The initial color to be edited.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>

View File

@ -223,7 +223,7 @@ gimp_enum_store_new_with_values (<em class="parameter"><code><a href="../gobject
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>,
<em class="parameter"><code>...</code></em>);</pre>
<p>Creates a new <a class="link" href="GimpEnumStore.html" title="GimpEnumStore"><span class="type">GimpEnumStore</span></a> like <a class="link" href="GimpEnumStore.html#gimp-enum-store-new" title="gimp_enum_store_new ()"><code class="function">gimp_enum_store_new()</code></a> but allows
to explicitely list the enum values that should be added to the
to explicitly list the enum values that should be added to the
store.</p>
<div class="refsect3">
<a name="gimp-enum-store-new-with-values.parameters"></a><h4>Parameters</h4>

View File

@ -745,7 +745,7 @@ signal.</p>
initial <em class="parameter"><code>value</code></em>
. This is often convenient when working with combo
boxes that select a default active item, like for example
<a href="../libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"><code class="function">gimp_drawable_combo_box_new()</code></a>. If you pass an invalid initial
<a href="../html/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"><code class="function">gimp_drawable_combo_box_new()</code></a>. If you pass an invalid initial
<em class="parameter"><code>value</code></em>
, the <em class="parameter"><code>callback</code></em>
will be called with the default item active.</p>

View File

@ -554,7 +554,7 @@ gimp_preview_draw (<em class="parameter"><code><a class="link" href="GimpPreview
<p>Calls the GimpPreview::draw method. GimpPreview itself doesn't
implement a default draw method so the behaviour is determined by
the derived class implementing this method.</p>
<p><a href="../libgimp/GimpDrawablePreview.html#GimpDrawablePreview-struct"><span class="type">GimpDrawablePreview</span></a> implements <a class="link" href="GimpPreview.html#gimp-preview-draw" title="gimp_preview_draw ()"><code class="function">gimp_preview_draw()</code></a> by drawing the
<p><a href="../html/GimpDrawablePreview.html#GimpDrawablePreview-struct"><span class="type">GimpDrawablePreview</span></a> implements <a class="link" href="GimpPreview.html#gimp-preview-draw" title="gimp_preview_draw ()"><code class="function">gimp_preview_draw()</code></a> by drawing the
original, unmodified drawable to the <em class="parameter"><code>preview</code></em>
.</p>
<div class="refsect3">
@ -652,7 +652,7 @@ itself.</p>
gimp_preview_set_default_cursor (<em class="parameter"><code><a class="link" href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> *preview</code></em>,
<em class="parameter"><code><a href="../gdk2/gdk2-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> *cursor</code></em>);</pre>
<p>Sets the default mouse cursor for the preview. Note that this will
be overriden by a <a href="../gdk2/gdk2-Cursors.html#GDK-FLEUR:CAPS"><code class="literal">GDK_FLEUR</code></a> if the preview has scrollbars, or by a
be overridden by a <a href="../gdk2/gdk2-Cursors.html#GDK-FLEUR:CAPS"><code class="literal">GDK_FLEUR</code></a> if the preview has scrollbars, or by a
<a href="../gdk2/gdk2-Cursors.html#GDK-WATCH:CAPS"><code class="literal">GDK_WATCH</code></a> when the preview is invalidated.</p>
<div class="refsect3">
<a name="gimp-preview-set-default-cursor.parameters"></a><h4>Parameters</h4>

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Widgets Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.10.0-RC
for GIMP 2.10.0
</p></div>
</div>

View File

@ -141,10 +141,10 @@ which page to display.</p>
<p>All these dialog constructors functions call <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-help-connect" title="gimp_help_connect ()"><code class="function">gimp_help_connect()</code></a>.</p>
<p>In most cases it will be ok to use <a class="link" href="libgimpwidgets-GimpHelpUI.html#gimp-standard-help-func" title="gimp_standard_help_func ()"><code class="function">gimp_standard_help_func()</code></a> which
does nothing but passing the <em class="parameter"><code>help_id</code></em>
string to <a href="../libgimp/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. If
string to <a href="../html/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. If
your plug-in needs some more sophisticated help handling you can
provide your own <em class="parameter"><code>help_func</code></em>
which has to call <a href="../libgimp/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a> to
which has to call <a href="../html/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a> to
actually display the help.</p>
<div class="refsect3">
<a name="GimpHelpFunc.parameters"></a><h4>Parameters</h4>
@ -176,7 +176,7 @@ actually display the help.</p>
gimp_help_enable_tooltips (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Enable tooltips to be shown in the GIMP user interface.</p>
<p>As a plug-in author, you don't need to care about this as this
function is called for you from <a href="../libgimp/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that
function is called for you from <a href="../html/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that
the user setting from the GIMP preferences dialog is respected in
all plug-in dialogs.</p>
</div>
@ -187,7 +187,7 @@ all plug-in dialogs.</p>
gimp_help_disable_tooltips (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Disable tooltips to be shown in the GIMP user interface.</p>
<p>As a plug-in author, you don't need to care about this as this
function is called for you from <a href="../libgimp/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that
function is called for you from <a href="../html/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a>. This ensures that
the user setting from the GIMP preferences dialog is respected in
all plug-in dialogs.</p>
</div>
@ -198,7 +198,7 @@ all plug-in dialogs.</p>
gimp_standard_help_func (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *help_id</code></em>,
<em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> help_data</code></em>);</pre>
<p>This is the standard GIMP help function which does nothing but calling
<a href="../libgimp/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. It is the right function to use in almost all cases.</p>
<a href="../html/libgimp-gimphelp.html#gimp-help"><code class="function">gimp_help()</code></a>. It is the right function to use in almost all cases.</p>
<div class="refsect3">
<a name="gimp-standard-help-func.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">

View File

@ -2062,7 +2062,7 @@ gimp_stock_init (<em class="parameter"><code><span class="type">void</span></cod
<p>Use <a class="link" href="libgimpwidgets-GimpIcons.html#gimp-icons-init" title="gimp_icons_init ()"><code class="function">gimp_icons_init()</code></a> instead.</p>
</div>
<p>Initializes the GIMP stock icon factory.</p>
<p>You don't need to call this function as <a href="../libgimp/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does
<p>You don't need to call this function as <a href="../html/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does
this for you.</p>
</div>
<hr>
@ -2071,7 +2071,7 @@ this for you.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
gimp_icons_init (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Initializes the GIMP stock icon factory.</p>
<p>You don't need to call this function as <a href="../libgimp/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does
<p>You don't need to call this function as <a href="../html/libgimp-gimpui.html#gimp-ui-init"><code class="function">gimp_ui_init()</code></a> already does
this for you.</p>
</div>
<hr>

View File

@ -751,7 +751,7 @@ of the returned button.</p>
</tr>
<tr>
<td class="parameter_name"><p>true_value</p></td>
<td class="parameter_description"><p>Enum value corresonding to checked state.</p></td>
<td class="parameter_description"><p>Enum value corresponding to checked state.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>