gimp_progress_init << INDEX >> gimp_quit

gimp_progress_update (1995-1996)

NAME
gimp_progress_update - Updates the progress bar for the current plug-in.
SYNOPSIS
gimp_progress_update (percentage)
DESCRIPTION
Updates the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
FLOATpercentagePercentage of progress completed
SOME SYNTAX ALTERNATIVES
update Progress (percentage)
Gimp->progress_update (percentage)
progress_update Layer (percentage)
progress_update Image (percentage)
progress_update Channel (percentage)
progress_update Display (percentage)
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>