Gimp »

Gimp.FlagsDesc

const Gimp = imports.gi.Gimp;

let flagsDesc = new Gimp.FlagsDesc({
    value: value
});
  

This structure is used to register translatable descriptions and help texts for flag values. See Gimp.flags_set_value_descriptions.

Fields

  • value
  • value_desc
  • value_help

More Information

  • Gimp