[ CCode ( cname = "gimp_enum_store_set_icon_prefix" ) ]
[ Version ( since = "2.10" ) ]
public void set_icon_prefix (string icon_prefix)
Creates an icon name for each enum value in the this by appending the value's nick to the given
icon_prefix, separated by a hyphen.
See also: set_icon_prefix.
| this | |
| icon_prefix |
a prefix to create icon names from enum values |