Imported Upstream version 2.2.14
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.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.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">
|
||||
@ -28,16 +28,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="#id2549755" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2570678" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2586071" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2621343" 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="id2549755"></a><span class="refentrytitle">gimpedit</span>
|
||||
<a name="id2570678"></a><span class="refentrytitle">gimpedit</span>
|
||||
</h2>
|
||||
<p>gimpedit — Edit menu functions (cut, copy, paste, clear, etc.)</p>
|
||||
</td>
|
||||
@ -85,18 +85,18 @@ gboolean <a href="libgimp-gimpedit.html#gimp-edit-stroke">gimp_edit_stroke</a
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2586071"></a><h2>Description</h2>
|
||||
<a name="id2621343"></a><h2>Description</h2>
|
||||
<p>
|
||||
Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2586087"></a><h2>Details</h2>
|
||||
<a name="id2621359"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586098"></a><h3>
|
||||
<a name="id2621370"></a><h3>
|
||||
<a name="gimp-edit-cut"></a>gimp_edit_cut ()</h3>
|
||||
<a class="indexterm" name="id2586110"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2621382"></a><pre class="programlisting">gboolean gimp_edit_cut (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Cut from the specified drawable.
|
||||
</p>
|
||||
@ -114,14 +114,12 @@ internal GIMP edit buffer.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to cut from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE if the cut was successful, FALSE if the selection contained only transparent pixels.
|
||||
</td>
|
||||
</tr>
|
||||
@ -130,9 +128,9 @@ internal GIMP edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2586180"></a><h3>
|
||||
<a name="id2621452"></a><h3>
|
||||
<a name="gimp-edit-copy"></a>gimp_edit_copy ()</h3>
|
||||
<a class="indexterm" name="id2586193"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2627981"></a><pre class="programlisting">gboolean gimp_edit_copy (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Copy from the specified drawable.
|
||||
</p>
|
||||
@ -150,14 +148,12 @@ edit buffer.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to copy from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE if the copy was successful, FALSE if the selection contained only transparent pixels.
|
||||
</td>
|
||||
</tr>
|
||||
@ -166,9 +162,9 @@ edit buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581521"></a><h3>
|
||||
<a name="id2628051"></a><h3>
|
||||
<a name="gimp-edit-copy-visible"></a>gimp_edit_copy_visible ()</h3>
|
||||
<a class="indexterm" name="id2581534"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2628065"></a><pre class="programlisting">gboolean gimp_edit_copy_visible (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Copy from the projection.
|
||||
</p>
|
||||
@ -186,14 +182,12 @@ buffer.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>image_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>image_ID</code></em> :</span></td>
|
||||
<td> The image to copy from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE if the copy was successful, FALSE if the selection contained only transparent pixels.
|
||||
|
||||
</td>
|
||||
@ -205,9 +199,9 @@ buffer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581608"></a><h3>
|
||||
<a name="id2628138"></a><h3>
|
||||
<a name="gimp-edit-paste"></a>gimp_edit_paste ()</h3>
|
||||
<a class="indexterm" name="id2581620"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2628151"></a><pre class="programlisting">gint32 gimp_edit_paste (gint32 drawable_ID,
|
||||
gboolean paste_into);</pre>
|
||||
<p>
|
||||
Paste buffer to the specified drawable.
|
||||
@ -235,20 +229,17 @@ not needed.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to paste to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>paste_into</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>paste_into</code></em> :</span></td>
|
||||
<td> Clear selection, or paste behind it?
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> The new floating selection.
|
||||
</td>
|
||||
</tr>
|
||||
@ -257,9 +248,9 @@ not needed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581680"></a><h3>
|
||||
<a name="id2628210"></a><h3>
|
||||
<a name="gimp-edit-clear"></a>gimp_edit_clear ()</h3>
|
||||
<a class="indexterm" name="id2581692"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2628222"></a><pre class="programlisting">gboolean gimp_edit_clear (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Clear selected area of drawable.
|
||||
</p>
|
||||
@ -276,14 +267,12 @@ 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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to clear from.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
@ -292,9 +281,9 @@ a selection if there is a selection active.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581760"></a><h3>
|
||||
<a name="id2619002"></a><h3>
|
||||
<a name="gimp-edit-fill"></a>gimp_edit_fill ()</h3>
|
||||
<a class="indexterm" name="id2581773"></a><pre class="programlisting">gboolean gimp_edit_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2619014"></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.
|
||||
@ -314,20 +303,17 @@ 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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to fill to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>fill_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>fill_type</code></em> :</span></td>
|
||||
<td> The type of fill.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
@ -336,9 +322,9 @@ use <a href="libgimp-gimpdrawable.html#gimp-drawable-fill"><code class="function
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595074"></a><h3>
|
||||
<a name="id2619115"></a><h3>
|
||||
<a name="gimp-edit-bucket-fill"></a>gimp_edit_bucket_fill ()</h3>
|
||||
<a class="indexterm" name="id2595086"></a><pre class="programlisting">gboolean gimp_edit_bucket_fill (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2619126"></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,
|
||||
@ -370,56 +356,47 @@ 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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The affected drawable.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>fill_mode</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>fill_mode</code></em> :</span></td>
|
||||
<td> The type of fill.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></td>
|
||||
<td> The paint application mode.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td> The opacity of the final bucket fill.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>threshold</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>threshold</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>sample_merged</code></em> :</span></td>
|
||||
<td> Use the composite image, not the drawable.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
@ -428,9 +405,9 @@ relative to the drawable's origin.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2595320"></a><h3>
|
||||
<a name="id2621835"></a><h3>
|
||||
<a name="gimp-edit-blend"></a>gimp_edit_blend ()</h3>
|
||||
<a class="indexterm" name="id2595332"></a><pre class="programlisting">gboolean gimp_edit_blend (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2621848"></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,
|
||||
@ -462,104 +439,87 @@ each gradient type.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The affected drawable.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>blend_mode</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>blend_mode</code></em> :</span></td>
|
||||
<td> The type of blend.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></td>
|
||||
<td> The paint application mode.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>gradient_type</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>gradient_type</code></em> :</span></td>
|
||||
<td> The type of gradient.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>opacity</code></em> :</span></td>
|
||||
<td> The opacity of the final blend.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>offset</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>offset</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>repeat</code></em> :</span></td>
|
||||
<td> Repeat mode.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>reverse</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>reverse</code></em> :</span></td>
|
||||
<td> Use the reverse gradient.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>supersample</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>supersample</code></em> :</span></td>
|
||||
<td> Do adaptive supersampling.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>max_depth</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>max_depth</code></em> :</span></td>
|
||||
<td> Maximum recursion levels for supersampling.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>threshold</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>threshold</code></em> :</span></td>
|
||||
<td> Supersampling threshold.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>dither</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>dither</code></em> :</span></td>
|
||||
<td> Use dithering to reduce banding.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>x1</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x1</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y1</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>x2</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>y2</code></em> :</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> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
@ -568,9 +528,9 @@ each gradient type.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2588272"></a><h3>
|
||||
<a name="id2619547"></a><h3>
|
||||
<a name="gimp-edit-stroke"></a>gimp_edit_stroke ()</h3>
|
||||
<a class="indexterm" name="id2588284"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
|
||||
<a class="indexterm" name="id2619560"></a><pre class="programlisting">gboolean gimp_edit_stroke (gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Stroke the current selection
|
||||
</p>
|
||||
@ -586,14 +546,12 @@ selection.</p>
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></td>
|
||||
<td> The drawable to stroke to.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
|
||||
<td> TRUE on success.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user