gimp_image_thumbnail << INDEX >> gimp_image_undo_enable

gimp_image_undo_disable (1995-1996)

NAME
gimp_image_undo_disable - Disable the image's undo stack.
SYNOPSIS
disabled = gimp_image_undo_disable (image)
DESCRIPTION
This procedure disables the image's undo stack, allowing subsequent operations to ignore their undo steps. This is generally called in conjunction with 'gimp_image_undo_enable' to temporarily disable an image undo stack. This is advantageous because saving undo steps can be time and memory intensive.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32disabledTrue if the image undo has been disabled
SOME SYNTAX ALTERNATIVES
disabled = $image->undo_disable
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>