Imported Upstream version 2.3.15
This commit is contained in:
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpgrid.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="#id2550912" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2554951" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2622949" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2623034" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpfloatingsel"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2550912"></a><span class="refentrytitle">gimpfloatingsel</span>
|
||||
<a name="id2554951"></a><span class="refentrytitle">gimpfloatingsel</span>
|
||||
</h2>
|
||||
<p>gimpfloatingsel — Functions for removing or attaching floating selections.</p>
|
||||
</td>
|
||||
@ -64,18 +64,18 @@ gboolean <a href="libgimp-gimpfloatingsel.html#gimp-floating-sel-relax">gimp_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622949"></a><h2>Description</h2>
|
||||
<a name="id2623034"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for removing or attaching floating selections.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2622966"></a><h2>Details</h2>
|
||||
<a name="id2623050"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622976"></a><h3>
|
||||
<a name="id2615482"></a><h3>
|
||||
<a name="gimp-floating-sel-remove"></a>gimp_floating_sel_remove ()</h3>
|
||||
<a class="indexterm" name="id2622988"></a><pre class="programlisting">gboolean gimp_floating_sel_remove (gint32 floating_sel_ID);</pre>
|
||||
<a class="indexterm" name="id2615493"></a><pre class="programlisting">gboolean gimp_floating_sel_remove (gint32 floating_sel_ID);</pre>
|
||||
<p>
|
||||
Remove the specified floating selection from its associated
|
||||
drawable.
|
||||
@ -104,9 +104,9 @@ any side effects. The associated drawable is then set to active.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616213"></a><h3>
|
||||
<a name="id2615559"></a><h3>
|
||||
<a name="gimp-floating-sel-anchor"></a>gimp_floating_sel_anchor ()</h3>
|
||||
<a class="indexterm" name="id2616224"></a><pre class="programlisting">gboolean gimp_floating_sel_anchor (gint32 floating_sel_ID);</pre>
|
||||
<a class="indexterm" name="id2615571"></a><pre class="programlisting">gboolean gimp_floating_sel_anchor (gint32 floating_sel_ID);</pre>
|
||||
<p>
|
||||
Anchor the specified floating selection to its associated drawable.
|
||||
</p>
|
||||
@ -136,9 +136,9 @@ after this operation.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616291"></a><h3>
|
||||
<a name="id2611437"></a><h3>
|
||||
<a name="gimp-floating-sel-to-layer"></a>gimp_floating_sel_to_layer ()</h3>
|
||||
<a class="indexterm" name="id2616302"></a><pre class="programlisting">gboolean gimp_floating_sel_to_layer (gint32 floating_sel_ID);</pre>
|
||||
<a class="indexterm" name="id2611448"></a><pre class="programlisting">gboolean gimp_floating_sel_to_layer (gint32 floating_sel_ID);</pre>
|
||||
<p>
|
||||
Transforms the specified floating selection into a layer.
|
||||
</p>
|
||||
@ -172,9 +172,9 @@ selection is above an auxillary channel or a layer mask.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611687"></a><h3>
|
||||
<a name="id2611521"></a><h3>
|
||||
<a name="gimp-floating-sel-attach"></a>gimp_floating_sel_attach ()</h3>
|
||||
<a class="indexterm" name="id2611698"></a><pre class="programlisting">gboolean gimp_floating_sel_attach (gint32 layer_ID,
|
||||
<a class="indexterm" name="id2611532"></a><pre class="programlisting">gboolean gimp_floating_sel_attach (gint32 layer_ID,
|
||||
gint32 drawable_ID);</pre>
|
||||
<p>
|
||||
Attach the specified layer as floating to the specified drawable.
|
||||
@ -208,9 +208,9 @@ drawable.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611786"></a><h3>
|
||||
<a name="id2611619"></a><h3>
|
||||
<a name="gimp-floating-sel-rigor"></a>gimp_floating_sel_rigor ()</h3>
|
||||
<a class="indexterm" name="id2611797"></a><pre class="programlisting">gboolean gimp_floating_sel_rigor (gint32 floating_sel_ID,
|
||||
<a class="indexterm" name="id2611631"></a><pre class="programlisting">gboolean gimp_floating_sel_rigor (gint32 floating_sel_ID,
|
||||
gboolean undo);</pre>
|
||||
<p>
|
||||
Rigor the floating selection.
|
||||
@ -243,9 +243,9 @@ This procedure rigors the floating selection.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610647"></a><h3>
|
||||
<a name="id2614796"></a><h3>
|
||||
<a name="gimp-floating-sel-relax"></a>gimp_floating_sel_relax ()</h3>
|
||||
<a class="indexterm" name="id2610658"></a><pre class="programlisting">gboolean gimp_floating_sel_relax (gint32 floating_sel_ID,
|
||||
<a class="indexterm" name="id2614806"></a><pre class="programlisting">gboolean gimp_floating_sel_relax (gint32 floating_sel_ID,
|
||||
gboolean undo);</pre>
|
||||
<p>
|
||||
Relax the floating selection.
|
||||
|
Reference in New Issue
Block a user