See also: Main Index; Alphabetic; Misc; By Author; By Module; By Menu    External Links: The Gimp; Gimp User Manual

The Gimp floating_sel functions

gimp_floating_sel_anchor Anchor the specified floating selection to its associated drawable.
gimp_floating_sel_attach Attach the specified layer as floating to the specified drawable.
gimp_floating_sel_relax Relax the floating selection.
gimp_floating_sel_remove Remove the specified floating selection from its associated drawable.
gimp_floating_sel_rigor Rigor the floating selection.
gimp_floating_sel_to_layer Transforms the specified floating selection into a layer.
gimp_image_floating_sel_attached_to Return the drawable the floating selection is attached to.
gimp_image_floating_selection This procedure is deprecated! Use 'gimp_image_get_floating_sel' instead.
gimp_image_get_floating_sel Return the floating selection of the image.
gimp_layer_is_floating_sel Is the specified layer a floating selection?

gimp_floating_sel_anchor

Input:
LAYERfloating_selThe floating selection
Returns: nothing
This procedure anchors the floating selection to its associated drawable. This is similar to merging with a merge type of ClipToBottomLayer. The floating selection layer is no longer valid after this operation.
Spencer Kimball & Peter Mattis; 1995-1996

gimp_floating_sel_attach

Input:
LAYERlayerThe layer (is attached as floating selection)
DRAWABLEdrawableThe drawable (where to attach the floating selection)
Returns: nothing
This procedure attaches the layer as floating selection to the drawable.
Spencer Kimball & Peter Mattis; 1995-1996

gimp_floating_sel_relax

Input:
LAYERfloating_selThe floating selection
INT32undoTRUE or FALSE
Returns: nothing
This procedure relaxes the floating selection.
Spencer Kimball & Peter Mattis; 1995-1996

gimp_floating_sel_remove

Input:
LAYERfloating_selThe floating selection
Returns: nothing
This procedure removes the floating selection completely, without any side effects. The associated drawable is then set to active.
Spencer Kimball & Peter Mattis; 1995-1996

gimp_floating_sel_rigor

Input:
LAYERfloating_selThe floating selection
INT32undoTRUE or FALSE
Returns: nothing
This procedure rigors the floating selection.
Spencer Kimball & Peter Mattis; 1995-1996


The Gimp 2.3.2 (win32)Documentation fresh from PDB22:53:15 Fr 22.07.2005
Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org>