Gimp.ProgressVtable¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
end |
r/w |
ends the progress. |
|
get_window_handle |
r/w |
returns the handle of the window where the progress is displayed. |
|
pulse |
r/w |
makes the progress pulse. |
|
set_text |
r/w |
sets a new text on the progress. |
|
set_value |
r/w |
sets a new percentage on the progress. |
|
start |
r/w |
starts the progress. |
Methods¶
None
Details¶
- class Gimp.ProgressVtable¶