Imported Upstream version 2.3.6

This commit is contained in:
Ari Pollak
2010-08-11 01:18:19 -04:00
parent 7802c3a9cb
commit de5dc4f4c2
3129 changed files with 762016 additions and 525609 deletions

View File

@ -1,14 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimpedit</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
<link rel="prev" href="libgimp-gimpdrawabletransform.html" title="gimpdrawabletransform">
<link rel="next" href="libgimp-gimpfileops.html" title="gimpfileops">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<meta name="generator" content="GTK-Doc V1.4 (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">
@ -18,27 +17,24 @@
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimp-gimpdrawabletransform.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimp-image.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimpfileops.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="#id2571460" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2621312" class="shortcut">Description</a></nobr></td></tr>
</table>
</tr></table>
<div class="refentry" lang="en">
<a name="libgimp-gimpedit"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2571460"></a><span class="refentrytitle">gimpedit</span>
</h2>
<h2><span class="refentrytitle">gimpedit</span></h2>
<p>gimpedit &#8212; Edit menu functions (cut, copy, paste, clear, etc.)</p>
</td>
<td valign="top" align="right"></td>
@ -49,54 +45,73 @@
gboolean <a href="libgimp-gimpedit.html#gimp-edit-cut">gimp_edit_cut</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-copy">gimp_edit_copy</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-copy-visible">gimp_edit_copy_visible</a> (gint32 image_ID);
gint32 <a href="libgimp-gimpedit.html#gimp-edit-paste">gimp_edit_paste</a> (gint32 drawable_ID,
gboolean paste_into);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-clear">gimp_edit_clear</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-fill">gimp_edit_fill</a> (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-bucket-fill">gimp_edit_bucket_fill</a> (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBucketFillMode">GimpBucketFillMode</a> fill_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
gdouble opacity,
gdouble threshold,
gboolean sample_merged,
gdouble x,
gdouble y);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-blend">gimp_edit_blend</a> (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBlendMode">GimpBlendMode</a> blend_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a href="libgimp-gimpenums.html#GimpGradientType">GimpGradientType</a> gradient_type,
gdouble opacity,
gdouble offset,
<a href="libgimp-gimpenums.html#GimpRepeatMode">GimpRepeatMode</a> repeat,
gboolean reverse,
gboolean supersample,
gint max_depth,
gdouble threshold,
gboolean dither,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke">gimp_edit_stroke</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-cut">gimp_edit_cut</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-copy">gimp_edit_copy</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-copy-visible">gimp_edit_copy_visible</a> (gint32 image_ID);
gint32 <a href="libgimp-gimpedit.html#gimp-edit-paste">gimp_edit_paste</a> (gint32 drawable_ID,
gboolean paste_into);
gint32 <a href="libgimp-gimpedit.html#gimp-edit-paste-as-new">gimp_edit_paste_as_new</a> (void);
gchar* <a href="libgimp-gimpedit.html#gimp-edit-named-cut">gimp_edit_named_cut</a> (gint32 drawable_ID,
const gchar *buffer_name);
gchar* <a href="libgimp-gimpedit.html#gimp-edit-named-copy">gimp_edit_named_copy</a> (gint32 drawable_ID,
const gchar *buffer_name);
gchar* <a href="libgimp-gimpedit.html#gimp-edit-named-copy-visible">gimp_edit_named_copy_visible</a> (gint32 image_ID,
const gchar *buffer_name);
gint32 <a href="libgimp-gimpedit.html#gimp-edit-named-paste">gimp_edit_named_paste</a> (gint32 drawable_ID,
const gchar *buffer_name,
gboolean paste_into);
gint32 <a href="libgimp-gimpedit.html#gimp-edit-named-paste-as-new">gimp_edit_named_paste_as_new</a> (const gchar *buffer_name);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-clear">gimp_edit_clear</a> (gint32 drawable_ID);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-fill">gimp_edit_fill</a> (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-bucket-fill">gimp_edit_bucket_fill</a> (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
>GimpBucketFillMode</a> fill_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
gdouble opacity,
gdouble threshold,
gboolean sample_merged,
gdouble x,
gdouble y);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-blend">gimp_edit_blend</a> (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
>GimpBlendMode</a> blend_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGradientType"
>GimpGradientType</a> gradient_type,
gdouble opacity,
gdouble offset,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpRepeatMode"
>GimpRepeatMode</a> repeat,
gboolean reverse,
gboolean supersample,
gint max_depth,
gdouble threshold,
gboolean dither,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2);
gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke">gimp_edit_stroke</a> (gint32 drawable_ID);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2621312"></a><h2>Description</h2>
<a name="id2580955"></a><h2>Description</h2>
<p>
Edit menu functions (cut, copy, paste, clear, etc.)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2621328"></a><h2>Details</h2>
<a name="id2580967"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2621339"></a><h3>
<a name="id2580973"></a><h3>
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
<a class="indexterm" name="id2621352"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2580984"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<p>
Cut from the specified drawable.
</p>
@ -114,12 +129,14 @@ internal GIMP edit buffer.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to cut from.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE if the cut was successful, FALSE if the selection contained only transparent pixels.
</td>
</tr>
@ -128,9 +145,9 @@ internal GIMP edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621423"></a><h3>
<a name="id2581054"></a><h3>
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
<a class="indexterm" name="id2621435"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2581064"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<p>
Copy from the specified drawable.
</p>
@ -148,12 +165,14 @@ edit buffer.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to copy from.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE if the copy was successful, FALSE if the selection contained only transparent pixels.
</td>
</tr>
@ -162,9 +181,9 @@ edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621506"></a><h3>
<a name="id2579777"></a><h3>
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
<a class="indexterm" name="id2621519"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<a class="indexterm" name="id2579786"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<p>
Copy from the projection.
</p>
@ -182,27 +201,29 @@ buffer.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>image_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>image_ID</code></em>&#160;:</span></td>
<td> The image to copy from.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE if the copy was successful, FALSE if the selection contained only transparent pixels.
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since GIMP 2.2
<p>Since GIMP 2.2
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619494"></a><h3>
<a name="id2579860"></a><h3>
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
<a class="indexterm" name="id2619507"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
gboolean paste_into);</pre>
<a class="indexterm" name="id2579870"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
gboolean paste_into);</pre>
<p>
Paste buffer to the specified drawable.
</p>
@ -229,17 +250,20 @@ not needed.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to paste to.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>paste_into</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>paste_into</code></em>&#160;:</span></td>
<td> Clear selection, or paste behind it?
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The new floating selection.
</td>
</tr>
@ -248,9 +272,253 @@ not needed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619567"></a><h3>
<a name="id2579969"></a><h3>
<a name="gimp-edit-paste-as-new"></a>gimp_edit_paste_as_new ()</h3>
<a class="indexterm" name="id2579978"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
<p>
Paste buffer to a new image.
</p>
<p>
This procedure pastes a copy of the internal GIMP edit buffer to a
new image. The GIMP edit buffer will be empty unless a call was
previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. This
procedure returns the new image.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The new image.
</td>
</tr></tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580030"></a><h3>
<a name="gimp-edit-named-cut"></a>gimp_edit_named_cut ()</h3>
<a class="indexterm" name="id2580040"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Cut into a named buffer.
</p>
<p>
This procedure works like gimp-edit-cut, but additionally stores the
cut buffer into a named buffer that will stay available for later
pasting, regardless of any intermediate copy or cut operations.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to cut from.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>buffer_name</code></em>&#160;:</span></td>
<td> The name of the buffer to create.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The real name given to the buffer, or NULL if the selection contained only transparent pixels.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588585"></a><h3>
<a name="gimp-edit-named-copy"></a>gimp_edit_named_copy ()</h3>
<a class="indexterm" name="id2588594"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Copy into a named buffer.
</p>
<p>
This procedure works like gimp-edit-copy, but additionally stores
the copied buffer into a named buffer that will stay available for
later pasting, regardless of any intermediate copy or cut
operations.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to copy from.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>buffer_name</code></em>&#160;:</span></td>
<td> The name of the buffer to create.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The real name given to the buffer, or NULL if the selection contained only transparent pixels.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588687"></a><h3>
<a name="gimp-edit-named-copy-visible"></a>gimp_edit_named_copy_visible ()</h3>
<a class="indexterm" name="id2588696"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
const gchar *buffer_name);</pre>
<p>
Copy from the projection into a named buffer.
</p>
<p>
This procedure works like gimp-edit-copy-visible, but additionally
stores the copied buffer into a named buffer that will stay
available for later pasting, regardless of any intermediate copy or
cut operations.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>image_ID</code></em>&#160;:</span></td>
<td> The image to copy from.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>buffer_name</code></em>&#160;:</span></td>
<td> The name of the buffer to create.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The real name given to the buffer.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2588788"></a><h3>
<a name="gimp-edit-named-paste"></a>gimp_edit_named_paste ()</h3>
<a class="indexterm" name="id2577751"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
const gchar *buffer_name,
gboolean paste_into);</pre>
<p>
Paste named buffer to the specified drawable.
</p>
<p>
This procedure works like gimp-edit-paste but pastes a named buffer
instead of the global buffer.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to paste to.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>buffer_name</code></em>&#160;:</span></td>
<td> The name of the buffer to paste.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>paste_into</code></em>&#160;:</span></td>
<td> Clear selection, or paste behind it?
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The new floating selection.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577862"></a><h3>
<a name="gimp-edit-named-paste-as-new"></a>gimp_edit_named_paste_as_new ()</h3>
<a class="indexterm" name="id2577871"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
<p>
Paste named buffer to a new image.
</p>
<p>
This procedure works like gimp-edit-paste-as-new but pastes a named
buffer instead of the global buffer.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>buffer_name</code></em>&#160;:</span></td>
<td> The name of the buffer to paste.
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The new image.
</td>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2577943"></a><h3>
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
<a class="indexterm" name="id2619580"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2577953"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<p>
Clear selected area of drawable.
</p>
@ -267,12 +535,14 @@ a selection if there is a selection active.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to clear from.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
</tr>
@ -281,10 +551,10 @@ a selection if there is a selection active.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2619648"></a><h3>
<a name="id2578024"></a><h3>
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
<a class="indexterm" name="id2619661"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);</pre>
<a class="indexterm" name="id2578034"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpFillType">GimpFillType</a> fill_type);</pre>
<p>
Fill selected area of drawable.
</p>
@ -303,17 +573,20 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to fill to.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>fill_type</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>fill_type</code></em>&#160;:</span></td>
<td> The type of fill.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
</tr>
@ -322,16 +595,18 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628185"></a><h3>
<a name="id2578135"></a><h3>
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
<a class="indexterm" name="id2628196"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBucketFillMode">GimpBucketFillMode</a> fill_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
gdouble opacity,
gdouble threshold,
gboolean sample_merged,
gdouble x,
gdouble y);</pre>
<a class="indexterm" name="id2578144"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
>GimpBucketFillMode</a> fill_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
gdouble opacity,
gdouble threshold,
gboolean sample_merged,
gdouble x,
gdouble y);</pre>
<p>
Fill the area specified either by the current selection if there is
one, or by a seed fill starting at the specified coordinates.
@ -356,47 +631,56 @@ relative to the drawable's origin.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The affected drawable.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>fill_mode</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>fill_mode</code></em>&#160;:</span></td>
<td> The type of fill.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>paint_mode</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>paint_mode</code></em>&#160;:</span></td>
<td> The paint application mode.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>opacity</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>opacity</code></em>&#160;:</span></td>
<td> The opacity of the final bucket fill.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></td>
<td> The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels . This parameter is only valid when there is no selection in the specified image.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>sample_merged</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>sample_merged</code></em>&#160;:</span></td>
<td> Use the composite image, not the drawable.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td> The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td> The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
</tr>
@ -405,24 +689,30 @@ relative to the drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2628431"></a><h3>
<a name="id2578379"></a><h3>
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
<a class="indexterm" name="id2628444"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpBlendMode">GimpBlendMode</a> blend_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a href="libgimp-gimpenums.html#GimpGradientType">GimpGradientType</a> gradient_type,
gdouble opacity,
gdouble offset,
<a href="libgimp-gimpenums.html#GimpRepeatMode">GimpRepeatMode</a> repeat,
gboolean reverse,
gboolean supersample,
gint max_depth,
gdouble threshold,
gboolean dither,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2);</pre>
<a class="indexterm" name="id2578389"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
>GimpBlendMode</a> blend_mode,
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpGradientType"
>GimpGradientType</a> gradient_type,
gdouble opacity,
gdouble offset,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpRepeatMode"
>GimpRepeatMode</a> repeat,
gboolean reverse,
gboolean supersample,
gint max_depth,
gdouble threshold,
gboolean dither,
gdouble x1,
gdouble y1,
gdouble x2,
gdouble y2);</pre>
<p>
Blend between the starting and ending coordinates with the specified
blend mode and gradient type.
@ -439,87 +729,104 @@ each gradient type.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The affected drawable.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>blend_mode</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>blend_mode</code></em>&#160;:</span></td>
<td> The type of blend.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>paint_mode</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>paint_mode</code></em>&#160;:</span></td>
<td> The paint application mode.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>gradient_type</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>gradient_type</code></em>&#160;:</span></td>
<td> The type of gradient.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>opacity</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>opacity</code></em>&#160;:</span></td>
<td> The opacity of the final blend.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>offset</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>offset</code></em>&#160;:</span></td>
<td> Offset relates to the starting and ending coordinates specified for the blend. This parameter is mode dependent.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>repeat</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>repeat</code></em>&#160;:</span></td>
<td> Repeat mode.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>reverse</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>reverse</code></em>&#160;:</span></td>
<td> Use the reverse gradient.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>supersample</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>supersample</code></em>&#160;:</span></td>
<td> Do adaptive supersampling.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>max_depth</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>max_depth</code></em>&#160;:</span></td>
<td> Maximum recursion levels for supersampling.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></td>
<td> Supersampling threshold.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>dither</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>dither</code></em>&#160;:</span></td>
<td> Use dithering to reduce banding.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>x1</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>x1</code></em>&#160;:</span></td>
<td> The x coordinate of this blend's starting point.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y1</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>y1</code></em>&#160;:</span></td>
<td> The y coordinate of this blend's starting point.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>x2</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>x2</code></em>&#160;:</span></td>
<td> The x coordinate of this blend's ending point.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y2</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>y2</code></em>&#160;:</span></td>
<td> The y coordinate of this blend's ending point.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
</tr>
@ -528,9 +835,9 @@ each gradient type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616895"></a><h3>
<a name="id2578780"></a><h3>
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
<a class="indexterm" name="id2616908"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2578790"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<p>
Stroke the current selection
</p>
@ -546,12 +853,14 @@ selection.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td>
<span class="term"><em class="parameter"><code>drawable_ID</code></em>&#160;:</span></td>
<td> The drawable to stroke to.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> TRUE on success.
</td>
</tr>
@ -560,5 +869,9 @@ selection.</p>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimp-gimpdrawabletransform.html"><b>&lt;&lt;&#160;gimpdrawabletransform</b></a></td>
<td align="right"><a accesskey="n" href="libgimp-gimpfileops.html"><b>gimpfileops&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>