Gimp.ProcedureClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
create_config |
r |
called when a |
|
install |
r |
called to install the procedure with the main GIMP application. This is an implementation detail and must never be called by any plug-in code. |
|
parent_class |
r |
||
run |
r |
called when the procedure is executed via |
|
set_sensitivity |
r |
||
uninstall |
r |
called to uninstall the procedure from the main GIMP application. This is an implementation detail and must never be called by any plug-in code. |
Methods¶
None
Details¶
- class Gimp.ProcedureClass¶
New in version 3.0.