Gimp.Procedure.prototype.add_choice_return_value
function add_choice_return_value(name: String, nick: String, blurb: String, choice: Gimp.Choice, value: String, flags: GObject.ParamFlags): void {
// Gjs wrapper for gimp_procedure_add_choice_return_value()
}
Add a new Gimp.Choice return value to procedure.
Since 3.0
- name
the name of the argument to be created.
- nick
the label used in #GimpProcedureDialog.
- blurb
a more detailed help description.
- choice
the Gimp.Choice
- value
the default value for Gimp.Choice.
- flags
argument flags.