Gimp.ProgressVtable

Fields

Name

Type

Access

Description

end

Gimp.ProgressVtableEndFunc

r/w

ends the progress.

get_window_handle

Gimp.ProgressVtableGetWindowFunc

r/w

returns the handle of the window where the progress is displayed.

pulse

Gimp.ProgressVtablePulseFunc

r/w

makes the progress pulse.

set_text

Gimp.ProgressVtableSetTextFunc

r/w

sets a new text on the progress.

set_value

Gimp.ProgressVtableSetValueFunc

r/w

sets a new percentage on the progress.

start

Gimp.ProgressVtableStartFunc

r/w

starts the progress.

Methods

None

Details

class Gimp.ProgressVtable