gimp_image_flatten << INDEX >> gimp_image_floating_selection

gimp_image_floating_sel_attached_to (1998)

NAME
gimp_image_floating_sel_attached_to - Return the drawable the floating selection is attached to.
SYNOPSIS
drawable = gimp_image_floating_sel_attached_to (image)
DESCRIPTION
This procedure returns the drawable the image's floating selection is attached to, if it exists. If it doesn't exist, -1 is returned as the drawable ID.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable the floating selection is attached to
SOME SYNTAX ALTERNATIVES
drawable = $image->floating_sel_attached_to
AUTHOR
Wolfgang Hofer
(c)1998 Wolfgang Hofer


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