Gimp.ProcedureClass

Fields

Name

Type

Access

Description

create_config

object

r

called when a Gimp.Config object is created using Gimp.Procedure.create_config().

install

object

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

GObject.ObjectClass

r

run

object

r

called when the procedure is executed via Gimp.Procedure.run(). the default implementation simply calls the procedure’s Gimp.RunFunc, Gimp.Procedure subclasses are free to modify the passed args and call their own, subclass-specific run functions.

set_sensitivity

object

r

uninstall

object

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.