Gimp »

Gimp.ParamSpecValueArray

const Gimp = imports.gi.Gimp;

let paramSpecValueArray = new Gimp.ParamSpecValueArray({
    fixed_n_elements: value
});
  

A GObject.ParamSpec derived structure that contains the meta data for value array properties.

Fields

  • element_spec
  • fixed_n_elements
  • parent_instance

More Information

  • Gimp