gimp_layer_get_visible << INDEX >> gimp_layer_mask

gimp_layer_is_floating_sel (1995-1996)

NAME
gimp_layer_is_floating_sel - Is the specified layer a floating selection?
SYNOPSIS
is_floating_sel = gimp_layer_is_floating_sel (layer)
DESCRIPTION
This procedure returns whether the layer is a floating selection. Floating selections are special cases of layers which are attached to a specific drawable.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
LAYERlayerThe layer
RETURN VALUES
TYPENAMEDESCRIPTION
INT32is_floating_selNon-zero if the layer is a floating selection
SOME SYNTAX ALTERNATIVES
is_floating_sel = $layer->is_floating_sel
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>