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.
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.