Imported Upstream version 2.3.11
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpedit</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.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.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -32,21 +32,23 @@
|
||||
<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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2592650" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2622555" 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><span class="refentrytitle"><a name="top_of_page"></a>gimpedit</span></h2>
|
||||
<h2>
|
||||
<a name="id2592650"></a><span class="refentrytitle">gimpedit</span>
|
||||
</h2>
|
||||
<p>gimpedit — Edit menu functions (cut, copy, paste, clear, etc.)</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -106,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="desc"></a><h2>Description</h2>
|
||||
<a name="id2622555"></a><h2>Description</h2>
|
||||
<p>
|
||||
Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2622572"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587102"></a><h3>
|
||||
<a name="id2622583"></a><h3>
|
||||
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
|
||||
<a class="indexterm" name="id2587114"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2622595"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Cut from the specified drawable.
|
||||
</p>
|
||||
@ -151,9 +153,9 @@ internal GIMP edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587193"></a><h3>
|
||||
<a name="id2622674"></a><h3>
|
||||
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
|
||||
<a class="indexterm" name="id2587205"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2622686"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Copy from the specified drawable.
|
||||
</p>
|
||||
@ -187,9 +189,9 @@ edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588297"></a><h3>
|
||||
<a name="id2616719"></a><h3>
|
||||
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
|
||||
<a class="indexterm" name="id2588310"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616733"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Copy from the projection.
|
||||
</p>
|
||||
@ -226,9 +228,9 @@ buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588394"></a><h3>
|
||||
<a name="id2616816"></a><h3>
|
||||
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
|
||||
<a class="indexterm" name="id2588406"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2616828"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
gboolean paste_into);</pre>
|
||||
<p>
|
||||
Paste buffer to the specified drawable.
|
||||
@ -278,9 +280,9 @@ not needed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587632"></a><h3>
|
||||
<a name="id2621100"></a><h3>
|
||||
<a name="gimp-edit-paste-as-new"></a>gimp_edit_paste_as_new ()</h3>
|
||||
<a class="indexterm" name="id2587646"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
|
||||
<a class="indexterm" name="id2621114"></a><pre class="programlisting">gint32 gimp_edit_paste_as_new (void);</pre>
|
||||
<p>
|
||||
Paste buffer to a new image.
|
||||
</p>
|
||||
@ -307,9 +309,9 @@ procedure returns the new image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587716"></a><h3>
|
||||
<a name="id2621183"></a><h3>
|
||||
<a name="gimp-edit-named-cut"></a>gimp_edit_named_cut ()</h3>
|
||||
<a class="indexterm" name="id2587730"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2621198"></a><pre class="programlisting">gchar* gimp_edit_named_cut (gint32 drawable_ID,
|
||||
const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Cut into a named buffer.
|
||||
@ -351,9 +353,9 @@ operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587832"></a><h3>
|
||||
<a name="id2621300"></a><h3>
|
||||
<a name="gimp-edit-named-copy"></a>gimp_edit_named_copy ()</h3>
|
||||
<a class="indexterm" name="id2587846"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2621313"></a><pre class="programlisting">gchar* gimp_edit_named_copy (gint32 drawable_ID,
|
||||
const gchar *buffer_name);</pre>
|
||||
<p>
|
||||
Copy into a named buffer.
|
||||
@ -395,9 +397,9 @@ operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2587947"></a><h3>
|
||||
<a name="id2621415"></a><h3>
|
||||
<a name="gimp-edit-named-copy-visible"></a>gimp_edit_named_copy_visible ()</h3>
|
||||
<a class="indexterm" name="id2590219"></a><pre class="programlisting">gchar* gimp_edit_named_copy_visible (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623614"></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.
|
||||
@ -439,9 +441,9 @@ cut operations.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590319"></a><h3>
|
||||
<a name="id2623714"></a><h3>
|
||||
<a name="gimp-edit-named-paste"></a>gimp_edit_named_paste ()</h3>
|
||||
<a class="indexterm" name="id2590332"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2623728"></a><pre class="programlisting">gint32 gimp_edit_named_paste (gint32 drawable_ID,
|
||||
const gchar *buffer_name,
|
||||
gboolean paste_into);</pre>
|
||||
<p>
|
||||
@ -488,9 +490,9 @@ buffer instead of the global buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590452"></a><h3>
|
||||
<a name="id2623847"></a><h3>
|
||||
<a name="gimp-edit-named-paste-as-new"></a>gimp_edit_named_paste_as_new ()</h3>
|
||||
<a class="indexterm" name="id2590466"></a><pre class="programlisting">gint32 gimp_edit_named_paste_as_new (const gchar *buffer_name);</pre>
|
||||
<a class="indexterm" name="id2623861"></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>
|
||||
@ -523,9 +525,9 @@ named buffer instead of the global buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590544"></a><h3>
|
||||
<a name="id2623939"></a><h3>
|
||||
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
|
||||
<a class="indexterm" name="id2590557"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2623951"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Clear selected area of drawable.
|
||||
</p>
|
||||
@ -558,9 +560,9 @@ a selection if there is a selection active.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590625"></a><h3>
|
||||
<a name="id2624020"></a><h3>
|
||||
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
|
||||
<a class="indexterm" name="id2590638"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2624032"></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.
|
||||
@ -602,9 +604,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590739"></a><h3>
|
||||
<a name="id2624133"></a><h3>
|
||||
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
|
||||
<a class="indexterm" name="id2590751"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2624144"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBucketFillMode"
|
||||
>GimpBucketFillMode</a> fill_mode,
|
||||
@ -696,9 +698,9 @@ relative to the drawable's origin.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590985"></a><h3>
|
||||
<a name="id2624379"></a><h3>
|
||||
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
|
||||
<a class="indexterm" name="id2590998"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2624391"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpBlendMode"
|
||||
>GimpBlendMode</a> blend_mode,
|
||||
@ -842,9 +844,9 @@ each gradient type.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2591388"></a><h3>
|
||||
<a name="id2624782"></a><h3>
|
||||
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
|
||||
<a class="indexterm" name="id2591401"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2624795"></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