Imported Upstream version 2.3.18

This commit is contained in:
Ari Pollak
2010-08-11 01:21:39 -04:00
parent 2e1d89b96f
commit 50ca37e277
1279 changed files with 155433 additions and 58921 deletions

View File

@ -31,16 +31,16 @@
<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="#id2560443" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2600292" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2631490" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2631512" class="shortcut">Description</a></nobr></td></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="id2560443"></a><span class="refentrytitle">gimpedit</span>
<a name="id2600292"></a><span class="refentrytitle">gimpedit</span>
</h2>
<p>gimpedit &#8212; Edit menu functions (cut, copy, paste, clear, etc.)</p>
</td>
@ -109,18 +109,18 @@ gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke-vectors">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2631490"></a><h2>Description</h2>
<a name="id2631512"></a><h2>Description</h2>
<p>
Edit menu functions (cut, copy, paste, clear, etc.)
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2631507"></a><h2>Details</h2>
<a name="id2631528"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2631518"></a><h3>
<a name="id2631539"></a><h3>
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
<a class="indexterm" name="id2631530"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2631551"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
<p>
Cut from the specified drawable.
</p>
@ -152,9 +152,9 @@ internal GIMP edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631610"></a><h3>
<a name="id2631631"></a><h3>
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
<a class="indexterm" name="id2631622"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2631644"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
<p>
Copy from the specified drawable.
</p>
@ -186,9 +186,9 @@ edit buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631702"></a><h3>
<a name="id2631724"></a><h3>
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
<a class="indexterm" name="id2631716"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<a class="indexterm" name="id2631737"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
<p>
Copy from the projection.
</p>
@ -223,9 +223,9 @@ buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2631802"></a><h3>
<a name="id2631824"></a><h3>
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
<a class="indexterm" name="id2631815"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
<a class="indexterm" name="id2631836"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
gboolean paste_into);</pre>
<p>
Paste buffer to the specified drawable.
@ -272,9 +272,9 @@ not needed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620313"></a><h3>
<a name="id2620358"></a><h3>
<a name="gimp-edit-paste-as-new"></a>gimp_edit_paste_as_new ()</h3>
<a class="indexterm" name="id2620327"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
<a class="indexterm" name="id2620371"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
<p>
Paste buffer to a new image.
</p>
@ -282,7 +282,7 @@ Paste buffer to a new image.
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 <a href="libgimp-gimpedit.html#gimp-edit-cut"><code class="function">gimp_edit_cut()</code></a> or <a href="libgimp-gimpedit.html#gimp-edit-copy"><code class="function">gimp_edit_copy()</code></a>. This
procedure returns the new image.</p>
procedure returns the new image or -1 if the edit buffer was empty.</p>
<p>
</p>
@ -300,9 +300,9 @@ procedure returns the new image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620399"></a><h3>
<a name="id2620445"></a><h3>
<a name="gimp-edit-named-cut"></a>gimp_edit_named_cut ()</h3>
<a class="indexterm" name="id2620413"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
<a class="indexterm" name="id2620459"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Cut into a named buffer.
@ -341,9 +341,9 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620519"></a><h3>
<a name="id2620565"></a><h3>
<a name="gimp-edit-named-copy"></a>gimp_edit_named_copy ()</h3>
<a class="indexterm" name="id2620532"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
<a class="indexterm" name="id2620578"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
const gchar *buffer_name);</pre>
<p>
Copy into a named buffer.
@ -382,9 +382,9 @@ operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620638"></a><h3>
<a name="id2620683"></a><h3>
<a name="gimp-edit-named-copy-visible"></a>gimp_edit_named_copy_visible ()</h3>
<a class="indexterm" name="id2620651"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
<a class="indexterm" name="id2620697"></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.
@ -423,9 +423,9 @@ cut operations.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620754"></a><h3>
<a name="id2620800"></a><h3>
<a name="gimp-edit-named-paste"></a>gimp_edit_named_paste ()</h3>
<a class="indexterm" name="id2620768"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
<a class="indexterm" name="id2620814"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
const gchar *buffer_name,
gboolean paste_into);</pre>
<p>
@ -468,9 +468,9 @@ buffer instead of the global buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620892"></a><h3>
<a name="id2620937"></a><h3>
<a name="gimp-edit-named-paste-as-new"></a>gimp_edit_named_paste_as_new ()</h3>
<a class="indexterm" name="id2620906"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
<a class="indexterm" name="id2620953"></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>
@ -501,9 +501,9 @@ named buffer instead of the global buffer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2620988"></a><h3>
<a name="id2621034"></a><h3>
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
<a class="indexterm" name="id2621000"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2621047"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
<p>
Clear selected area of drawable.
</p>
@ -534,9 +534,9 @@ a selection if there is a selection active.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621070"></a><h3>
<a name="id2621117"></a><h3>
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
<a class="indexterm" name="id2621083"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
<a class="indexterm" name="id2621129"></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.
@ -575,9 +575,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621185"></a><h3>
<a name="id2621231"></a><h3>
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
<a class="indexterm" name="id2621196"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a class="indexterm" name="id2621242"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
>GimpBucketFillMode</a> fill_mode,
@ -660,9 +660,9 @@ relative to the drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621432"></a><h3>
<a name="id2621478"></a><h3>
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
<a class="indexterm" name="id2621444"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a class="indexterm" name="id2621490"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
>GimpBlendMode</a> blend_mode,
@ -789,9 +789,9 @@ each gradient type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621838"></a><h3>
<a name="id2621885"></a><h3>
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
<a class="indexterm" name="id2621851"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<a class="indexterm" name="id2621897"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
<p>
Stroke the current selection
</p>
@ -821,9 +821,9 @@ selection.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2621919"></a><h3>
<a name="id2621966"></a><h3>
<a name="gimp-edit-stroke-vectors"></a>gimp_edit_stroke_vectors ()</h3>
<a class="indexterm" name="id2621933"></a><pre class="programlisting">gboolean gimp_edit_stroke_vectors (gint32 drawable_ID,
<a class="indexterm" name="id2621979"></a><pre class="programlisting">gboolean gimp_edit_stroke_vectors (gint32 drawable_ID,
gint32 vectors_ID);</pre>
<p>
Stroke the specified vectors object