Imported Upstream version 2.3.12
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpedit</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<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">
|
||||
@ -32,16 +32,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="#id2592650" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2550209" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2622555" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2623202" 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="id2592650"></a><span class="refentrytitle">gimpedit</span>
|
||||
<a name="id2550209"></a><span class="refentrytitle">gimpedit</span>
|
||||
</h2>
|
||||
<p>gimpedit — Edit menu functions (cut, copy, paste, clear, etc.)</p>
|
||||
</td>
|
||||
@ -108,18 +108,18 @@ gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke">gimp_edit_stroke</a
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622555"></a><h2>Description</h2>
|
||||
<a name="id2623202"></a><h2>Description</h2>
|
||||
<p>
|
||||
Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622572"></a><h2>Details</h2>
|
||||
<a name="id2623218"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622583"></a><h3>
|
||||
<a name="id2623228"></a><h3>
|
||||
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
|
||||
<a class="indexterm" name="id2622595"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2623241"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Cut from the specified drawable.
|
||||
</p>
|
||||
@ -153,9 +153,9 @@ internal GIMP edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622674"></a><h3>
|
||||
<a name="id2623320"></a><h3>
|
||||
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
|
||||
<a class="indexterm" name="id2622686"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2623332"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Copy from the specified drawable.
|
||||
</p>
|
||||
@ -189,9 +189,9 @@ edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616719"></a><h3>
|
||||
<a name="id2623411"></a><h3>
|
||||
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
|
||||
<a class="indexterm" name="id2616733"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2623425"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Copy from the projection.
|
||||
</p>
|
||||
@ -228,9 +228,9 @@ buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616816"></a><h3>
|
||||
<a name="id2623508"></a><h3>
|
||||
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
|
||||
<a class="indexterm" name="id2616828"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2623520"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
gboolean paste_into);</pre>
|
||||
<p>
|
||||
Paste buffer to the specified drawable.
|
||||
@ -280,9 +280,9 @@ not needed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621100"></a><h3>
|
||||
<a name="id2615817"></a><h3>
|
||||
<a name="gimp-edit-paste-as-new"></a>gimp_edit_paste_as_new ()</h3>
|
||||
<a class="indexterm" name="id2621114"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
|
||||
<a class="indexterm" name="id2615831"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
|
||||
<p>
|
||||
Paste buffer to a new image.
|
||||
</p>
|
||||
@ -309,9 +309,9 @@ procedure returns the new image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621183"></a><h3>
|
||||
<a name="id2615900"></a><h3>
|
||||
<a name="gimp-edit-named-cut"></a>gimp_edit_named_cut ()</h3>
|
||||
<a class="indexterm" name="id2621198"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2615915"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
|
||||
const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Cut into a named buffer.
|
||||
@ -353,9 +353,9 @@ operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621300"></a><h3>
|
||||
<a name="id2616016"></a><h3>
|
||||
<a name="gimp-edit-named-copy"></a>gimp_edit_named_copy ()</h3>
|
||||
<a class="indexterm" name="id2621313"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616030"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
|
||||
const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Copy into a named buffer.
|
||||
@ -397,9 +397,9 @@ operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621415"></a><h3>
|
||||
<a name="id2616132"></a><h3>
|
||||
<a name="gimp-edit-named-copy-visible"></a>gimp_edit_named_copy_visible ()</h3>
|
||||
<a class="indexterm" name="id2623614"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
|
||||
<a class="indexterm" name="id2616145"></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.
|
||||
@ -441,9 +441,9 @@ cut operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623714"></a><h3>
|
||||
<a name="id2616245"></a><h3>
|
||||
<a name="gimp-edit-named-paste"></a>gimp_edit_named_paste ()</h3>
|
||||
<a class="indexterm" name="id2623728"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616259"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
|
||||
const gchar *buffer_name,
|
||||
gboolean paste_into);</pre>
|
||||
<p>
|
||||
@ -490,9 +490,9 @@ buffer instead of the global buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623847"></a><h3>
|
||||
<a name="id2616378"></a><h3>
|
||||
<a name="gimp-edit-named-paste-as-new"></a>gimp_edit_named_paste_as_new ()</h3>
|
||||
<a class="indexterm" name="id2623861"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2616393"></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>
|
||||
@ -525,9 +525,9 @@ named buffer instead of the global buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623939"></a><h3>
|
||||
<a name="id2616472"></a><h3>
|
||||
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
|
||||
<a class="indexterm" name="id2623951"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2616484"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Clear selected area of drawable.
|
||||
</p>
|
||||
@ -560,9 +560,9 @@ a selection if there is a selection active.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624020"></a><h3>
|
||||
<a name="id2616553"></a><h3>
|
||||
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
|
||||
<a class="indexterm" name="id2624032"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616566"></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.
|
||||
@ -604,9 +604,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624133"></a><h3>
|
||||
<a name="id2616667"></a><h3>
|
||||
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
|
||||
<a class="indexterm" name="id2624144"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616679"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
|
||||
>GimpBucketFillMode</a> fill_mode,
|
||||
@ -698,9 +698,9 @@ relative to the drawable's origin.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624379"></a><h3>
|
||||
<a name="id2616913"></a><h3>
|
||||
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
|
||||
<a class="indexterm" name="id2624391"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616926"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
|
||||
>GimpBlendMode</a> blend_mode,
|
||||
@ -844,9 +844,9 @@ each gradient type.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2624782"></a><h3>
|
||||
<a name="id2617316"></a><h3>
|
||||
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
|
||||
<a class="indexterm" name="id2624795"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2617329"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Stroke the current selection
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user