GimpUi.EnumStore.prototype.set_icon_prefix

function set_icon_prefix(icon_prefix: String): void {
    // Gjs wrapper for gimp_enum_store_set_icon_prefix()
}
  

Creates an icon name for each enum value in the store by appending the value's nick to the given icon_prefix, separated by a hyphen.

See also: GimpUi.EnumComboBox.prototype.set_icon_prefix.

Since 2.10

icon_prefix

a prefix to create icon names from enum values