gimp_procedural_db_set_default
<<
INDEX
>>
gimp_progress_update
gimp_progress_init
(1995-1996)
NAME
gimp_progress_init - Initializes the progress bar for the current plug-in.
SYNOPSIS
gimp_progress_init
(message,gdisplay)
DESCRIPTION
Initializes the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
STRING
message
Message to use in the progress dialog
INT32
gdisplay
GDisplay to update progressbar in, or -1 for a seperate window
SOME SYNTAX ALTERNATIVES
init Progress
(message,gdisplay)
Gimp->progress_init
(message,gdisplay)
progress_init Layer
(message,gdisplay)
progress_init Image
(message,gdisplay)
progress_init Channel
(message,gdisplay)
progress_init Display
(message,gdisplay)
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>