Gimp.progress_init
function progress_init(message: String): Boolean {
// Gjs 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
TRUE on success.