gimp_image_undo_freeze << INDEX >> gimp_image_undo_thaw

gimp_image_undo_is_enabled (1999)

NAME
gimp_image_undo_is_enabled - Check if the image's undo stack is enabled.
SYNOPSIS
enabled = gimp_image_undo_is_enabled (image)
DESCRIPTION
This procedure checks if the image's undo stack is currently enabled or disabled. This is useful when several plugins or scripts call each other and want to check if their caller has already used 'gimp_image_undo_disable' or 'gimp_image_undo_freeze'.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32enabledTrue if undo is enabled for this image
SOME SYNTAX ALTERNATIVES
enabled = $image->undo_is_enabled
AUTHOR
Raphael Quinet
(c)1999 Raphael Quinet


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