Gimp.FlagsDesc
from gi.repository import Gimp
flags_desc = Gimp.FlagsDesc()
This structure is used to register translatable descriptions and help texts for flag values. See Gimp.flags_set_value_descriptions.
from gi.repository import Gimp
flags_desc = Gimp.FlagsDesc()
This structure is used to register translatable descriptions and help texts for flag values. See Gimp.flags_set_value_descriptions.