gimp_image_undo_is_enabled << INDEX >> gimp_image_unset_active_channel

gimp_image_undo_thaw (1999)

NAME
gimp_image_undo_thaw - Thaw the image's undo stack.
SYNOPSIS
thawed = gimp_image_undo_thaw (image)
DESCRIPTION
This procedure thaws the image's undo stack, allowing subsequent operations to store their undo steps. This is generally called in conjunction with 'gimp_image_undo_freeze' to temporarily freeze an image undo stack. 'gimp_image_undo_thaw' does NOT free the undo stack as 'gimp_image_undo_enable' does, so is suited for situations where one wishes to leave the undo stack in the same state in which one found it despite non-destructively playing with the image in the meantime. An example would be in-situ plugin previews. Balancing freezes and thaws and ensuring image consistancy is the responsibility of the caller.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32thawedTrue if the image undo has been thawed
SOME SYNTAX ALTERNATIVES
thawed = $image->undo_thaw
AUTHOR
Adam D. Moss
(c)1999 Adam D. Moss


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