Gimp.Procedure.prototype.add_boolean_argument
function add_boolean_argument(name: String, nick: String, blurb: String, value: Boolean, flags: GObject.ParamFlags): void {
// Gjs wrapper for gimp_procedure_add_boolean_argument()
}
Add a new boolean argument 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.
- value
the default value.
- flags
argument flags.