Gimp.progress_init
@accepts(unicode)
@returns(bool)
def progress_init(message):
# Python wrapper for gimp_progress_init()
Initializes the progress bar for the current plug-in.
Initializes the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.
- message
Message to use in the progress dialog.
- Returns