gimp_selection_invert << INDEX >> gimp_selection_layer_alpha

gimp_selection_is_empty (1995-1996)

NAME
gimp_selection_is_empty - Determine whether the selection is empty.
SYNOPSIS
is_empty = gimp_selection_is_empty (image)
DESCRIPTION
This procedure returns non-zero if the selection for the specified image is not empty.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32is_emptyIs the selection empty?
SOME SYNTAX ALTERNATIVES
is_empty = $image->selection_is_empty
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>