Imported Upstream version 2.2.13
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
@ -7,7 +8,7 @@
|
||||
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="prev" href="libgimp-gimpimage.html" title="gimpimage">
|
||||
<link rel="next" href="libgimp-gimppaths.html" title="gimppaths">
|
||||
<meta name="generator" content="GTK-Doc V1.4 (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">
|
||||
@ -19,18 +20,25 @@
|
||||
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="libgimp-gimpimage.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-gimppaths.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2541211" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2600017" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimplayer"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle">gimplayer</span></h2>
|
||||
<h2>
|
||||
<a name="id2541211"></a><span class="refentrytitle">gimplayer</span>
|
||||
</h2>
|
||||
<p>gimplayer — Operations on a single layer.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
@ -100,18 +108,18 @@ gboolean <a href="libgimp-gimplayer.html#gimp-layer-is-floating-sel">gimp_lay
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2592066"></a><h2>Description</h2>
|
||||
<a name="id2600017"></a><h2>Description</h2>
|
||||
<p>
|
||||
Operations on a single layer.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2592076"></a><h2>Details</h2>
|
||||
<a name="id2600033"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2592083"></a><h3>
|
||||
<a name="id2600044"></a><h3>
|
||||
<a name="gimp-layer-new"></a>gimp_layer_new ()</h3>
|
||||
<a class="indexterm" name="id2592093"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2600056"></a><pre class="programlisting">gint32 gimp_layer_new (gint32 image_ID,
|
||||
const gchar *name,
|
||||
gint width,
|
||||
gint height,
|
||||
@ -189,9 +197,9 @@ should be set with explicit procedure calls.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596491"></a><h3>
|
||||
<a name="id2605170"></a><h3>
|
||||
<a name="gimp-layer-copy"></a>gimp_layer_copy ()</h3>
|
||||
<a class="indexterm" name="id2596500"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2605183"></a><pre class="programlisting">gint32 gimp_layer_copy (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Copy a layer.
|
||||
</p>
|
||||
@ -224,9 +232,9 @@ before you add the new layer to the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596568"></a><h3>
|
||||
<a name="id2605251"></a><h3>
|
||||
<a name="gimp-layer-scale"></a>gimp_layer_scale ()</h3>
|
||||
<a class="indexterm" name="id2596578"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2605263"></a><pre class="programlisting">gboolean gimp_layer_scale (gint32 layer_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gboolean local_origin);</pre>
|
||||
@ -280,9 +288,9 @@ to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596711"></a><h3>
|
||||
<a name="id2605396"></a><h3>
|
||||
<a name="gimp-layer-resize"></a>gimp_layer_resize ()</h3>
|
||||
<a class="indexterm" name="id2596721"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2605408"></a><pre class="programlisting">gboolean gimp_layer_resize (gint32 layer_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gint offx,
|
||||
@ -342,9 +350,9 @@ operation only works if the layer has been added to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596876"></a><h3>
|
||||
<a name="id2605563"></a><h3>
|
||||
<a name="gimp-layer-resize-to-image-size"></a>gimp_layer_resize_to_image_size ()</h3>
|
||||
<a class="indexterm" name="id2596884"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2605574"></a><pre class="programlisting">gboolean gimp_layer_resize_to_image_size (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Resize a layer to the image size.
|
||||
</p>
|
||||
@ -374,9 +382,9 @@ are equal to the width and height of its image container.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2596950"></a><h3>
|
||||
<a name="id2605640"></a><h3>
|
||||
<a name="gimp-layer-translate"></a>gimp_layer_translate ()</h3>
|
||||
<a class="indexterm" name="id2596959"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2605651"></a><pre class="programlisting">gboolean gimp_layer_translate (gint32 layer_ID,
|
||||
gint offx,
|
||||
gint offy);</pre>
|
||||
<p>
|
||||
@ -424,9 +432,9 @@ the specified offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597071"></a><h3>
|
||||
<a name="id2605763"></a><h3>
|
||||
<a name="gimp-layer-add-alpha"></a>gimp_layer_add_alpha ()</h3>
|
||||
<a class="indexterm" name="id2597080"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2605774"></a><pre class="programlisting">gboolean gimp_layer_add_alpha (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Add an alpha channel to the layer if it doesn't already have one.
|
||||
</p>
|
||||
@ -460,9 +468,9 @@ and INDEXED to INDEXEDA.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597150"></a><h3>
|
||||
<a name="id2605845"></a><h3>
|
||||
<a name="gimp-layer-set-offsets"></a>gimp_layer_set_offsets ()</h3>
|
||||
<a class="indexterm" name="id2597159"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2605856"></a><pre class="programlisting">gboolean gimp_layer_set_offsets (gint32 layer_ID,
|
||||
gint offx,
|
||||
gint offy);</pre>
|
||||
<p>
|
||||
@ -507,9 +515,9 @@ operation is valid only on layers which have been added to an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597268"></a><h3>
|
||||
<a name="id2605964"></a><h3>
|
||||
<a name="gimp-layer-create-mask"></a>gimp_layer_create_mask ()</h3>
|
||||
<a class="indexterm" name="id2597277"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2605976"></a><pre class="programlisting">gint32 gimp_layer_create_mask (gint32 layer_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpAddMaskType">GimpAddMaskType</a> mask_type);</pre>
|
||||
<p>
|
||||
Create a layer mask for the specified specified layer.
|
||||
@ -554,9 +562,9 @@ to 'gimp_layer_add_mask'.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597340"></a><h3>
|
||||
<a name="id2606037"></a><h3>
|
||||
<a name="gimp-layer-from-mask"></a>gimp_layer_from_mask ()</h3>
|
||||
<a class="indexterm" name="id2597349"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
|
||||
<a class="indexterm" name="id2606050"></a><pre class="programlisting">gint32 gimp_layer_from_mask (gint32 mask_ID);</pre>
|
||||
<p>
|
||||
Get the specified mask's layer.
|
||||
</p>
|
||||
@ -589,9 +597,9 @@ exists.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597418"></a><h3>
|
||||
<a name="id2606120"></a><h3>
|
||||
<a name="gimp-layer-get-mask"></a>gimp_layer_get_mask ()</h3>
|
||||
<a class="indexterm" name="id2597428"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2606132"></a><pre class="programlisting">gint32 gimp_layer_get_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the specified layer's mask if it exists.
|
||||
</p>
|
||||
@ -621,9 +629,9 @@ exists.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597494"></a><h3>
|
||||
<a name="id2606198"></a><h3>
|
||||
<a name="gimp-layer-add-mask"></a>gimp_layer_add_mask ()</h3>
|
||||
<a class="indexterm" name="id2597504"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2606210"></a><pre class="programlisting">gboolean gimp_layer_add_mask (gint32 layer_ID,
|
||||
gint32 mask_ID);</pre>
|
||||
<p>
|
||||
Add a layer mask to the specified layer.
|
||||
@ -664,9 +672,9 @@ have been created for use with the specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597595"></a><h3>
|
||||
<a name="id2606301"></a><h3>
|
||||
<a name="gimp-layer-remove-mask"></a>gimp_layer_remove_mask ()</h3>
|
||||
<a class="indexterm" name="id2597604"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2606312"></a><pre class="programlisting">gboolean gimp_layer_remove_mask (gint32 layer_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpMaskApplyMode">GimpMaskApplyMode</a> mode);</pre>
|
||||
<p>
|
||||
Remove the specified layer mask from the layer.
|
||||
@ -703,9 +711,9 @@ the mask doesn't exist, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597692"></a><h3>
|
||||
<a name="id2606401"></a><h3>
|
||||
<a name="gimp-layer-new-from-drawable"></a>gimp_layer_new_from_drawable ()</h3>
|
||||
<a class="indexterm" name="id2597701"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
|
||||
<a class="indexterm" name="id2606412"></a><pre class="programlisting">gint32 gimp_layer_new_from_drawable (gint32 drawable_ID,
|
||||
gint32 dest_image_ID);</pre>
|
||||
<p>
|
||||
Create a new layer by copying an existing drawable.
|
||||
@ -745,9 +753,9 @@ modes, and offsets should be set with explicit procedure calls.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597793"></a><h3>
|
||||
<a name="id2606504"></a><h3>
|
||||
<a name="gimp-layer-get-preserve-trans"></a>gimp_layer_get_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2597802"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2606518"></a><pre class="programlisting">gboolean gimp_layer_get_preserve_trans (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the preserve transperancy setting of the specified layer.
|
||||
</p>
|
||||
@ -777,9 +785,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597868"></a><h3>
|
||||
<a name="id2606585"></a><h3>
|
||||
<a name="gimp-layer-set-preserve-trans"></a>gimp_layer_set_preserve_trans ()</h3>
|
||||
<a class="indexterm" name="id2597878"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2606598"></a><pre class="programlisting">gboolean gimp_layer_set_preserve_trans (gint32 layer_ID,
|
||||
gboolean preserve_trans);</pre>
|
||||
<p>
|
||||
Set the preserve transperancy setting of the specified layer.
|
||||
@ -816,9 +824,9 @@ setting.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2597966"></a><h3>
|
||||
<a name="id2606687"></a><h3>
|
||||
<a name="gimp-layer-get-apply-mask"></a>gimp_layer_get_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2597976"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2606698"></a><pre class="programlisting">gboolean gimp_layer_get_apply_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the apply mask of the specified layer.
|
||||
</p>
|
||||
@ -849,9 +857,9 @@ being composited with the layer's alpha channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598043"></a><h3>
|
||||
<a name="id2606766"></a><h3>
|
||||
<a name="gimp-layer-set-apply-mask"></a>gimp_layer_set_apply_mask ()</h3>
|
||||
<a class="indexterm" name="id2598053"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2606777"></a><pre class="programlisting">gboolean gimp_layer_set_apply_mask (gint32 layer_ID,
|
||||
gboolean apply_mask);</pre>
|
||||
<p>
|
||||
Set the apply mask of the specified layer.
|
||||
@ -889,9 +897,9 @@ If there is no layer mask, this function will return an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598141"></a><h3>
|
||||
<a name="id2606866"></a><h3>
|
||||
<a name="gimp-layer-get-show-mask"></a>gimp_layer_get_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2598150"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2606877"></a><pre class="programlisting">gboolean gimp_layer_get_show_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the show mask of the specified layer.
|
||||
</p>
|
||||
@ -922,9 +930,9 @@ shown instead of the layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598217"></a><h3>
|
||||
<a name="id2606944"></a><h3>
|
||||
<a name="gimp-layer-set-show-mask"></a>gimp_layer_set_show_mask ()</h3>
|
||||
<a class="indexterm" name="id2598226"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2606955"></a><pre class="programlisting">gboolean gimp_layer_set_show_mask (gint32 layer_ID,
|
||||
gboolean show_mask);</pre>
|
||||
<p>
|
||||
Set the show mask of the specified layer.
|
||||
@ -963,9 +971,9 @@ function returns an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598315"></a><h3>
|
||||
<a name="id2607044"></a><h3>
|
||||
<a name="gimp-layer-get-edit-mask"></a>gimp_layer_get_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2598324"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2607055"></a><pre class="programlisting">gboolean gimp_layer_get_edit_mask (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the show mask of the specified layer.
|
||||
</p>
|
||||
@ -996,9 +1004,9 @@ and not the layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598390"></a><h3>
|
||||
<a name="id2607122"></a><h3>
|
||||
<a name="gimp-layer-set-edit-mask"></a>gimp_layer_set_edit_mask ()</h3>
|
||||
<a class="indexterm" name="id2598399"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2607133"></a><pre class="programlisting">gboolean gimp_layer_set_edit_mask (gint32 layer_ID,
|
||||
gboolean edit_mask);</pre>
|
||||
<p>
|
||||
Set the show mask of the specified layer.
|
||||
@ -1037,9 +1045,9 @@ return an error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598488"></a><h3>
|
||||
<a name="id2607222"></a><h3>
|
||||
<a name="gimp-layer-get-opacity"></a>gimp_layer_get_opacity ()</h3>
|
||||
<a class="indexterm" name="id2598497"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2607233"></a><pre class="programlisting">gdouble gimp_layer_get_opacity (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the opacity of the specified layer.
|
||||
</p>
|
||||
@ -1068,9 +1076,9 @@ This procedure returns the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598562"></a><h3>
|
||||
<a name="id2607298"></a><h3>
|
||||
<a name="gimp-layer-set-opacity"></a>gimp_layer_set_opacity ()</h3>
|
||||
<a class="indexterm" name="id2598571"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2607309"></a><pre class="programlisting">gboolean gimp_layer_set_opacity (gint32 layer_ID,
|
||||
gdouble opacity);</pre>
|
||||
<p>
|
||||
Set the opacity of the specified layer.
|
||||
@ -1106,9 +1114,9 @@ This procedure sets the specified layer's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598657"></a><h3>
|
||||
<a name="id2607395"></a><h3>
|
||||
<a name="gimp-layer-get-mode"></a>gimp_layer_get_mode ()</h3>
|
||||
<a class="indexterm" name="id2598667"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2607407"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_layer_get_mode (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Get the combination mode of the specified layer.
|
||||
</p>
|
||||
@ -1137,9 +1145,9 @@ This procedure returns the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598731"></a><h3>
|
||||
<a name="id2607472"></a><h3>
|
||||
<a name="gimp-layer-set-mode"></a>gimp_layer_set_mode ()</h3>
|
||||
<a class="indexterm" name="id2598741"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2607484"></a><pre class="programlisting">gboolean gimp_layer_set_mode (gint32 layer_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> mode);</pre>
|
||||
<p>
|
||||
Set the combination mode of the specified layer.
|
||||
@ -1175,9 +1183,9 @@ This procedure sets the specified layer's combination mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2598828"></a><h3>
|
||||
<a name="id2607571"></a><h3>
|
||||
<a name="gimp-layer-is-floating-sel"></a>gimp_layer_is_floating_sel ()</h3>
|
||||
<a class="indexterm" name="id2598837"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
|
||||
<a class="indexterm" name="id2607582"></a><pre class="programlisting">gboolean gimp_layer_is_floating_sel (gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Is the specified layer a floating selection?
|
||||
</p>
|
||||
@ -1208,9 +1216,5 @@ to a specific drawable.</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-gimpimage.html"><b><< gimpimage</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimp-gimppaths.html"><b>gimppaths >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user