gimp_image_undo_disable << INDEX >> gimp_image_undo_freeze

gimp_image_undo_enable (1995-1996)

NAME
gimp_image_undo_enable - Enable the image's undo stack.
SYNOPSIS
enabled = gimp_image_undo_enable (image)
DESCRIPTION
This procedure enables the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp_image_undo_disable' to temporarily disable an image undo stack.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32enabledTrue if the image undo has been enabled
SOME SYNTAX ALTERNATIVES
enabled = $image->undo_enable
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>