[ CCode ( cname = "gimp_prop_enum_icon_box_new" ) ]
[ Version ( since = "2.10" ) ]
public Widget prop_enum_icon_box_new (Object config, string property_name, string icon_prefix, int minimum, int maximum)
Creates a horizontal box of radio buttons with named icons, which function to set and display the value of the specified Enum property.
The icon name for each icon is created by appending the enum_value's nick to the given icon_prefix. See
enum_icon_box_new for more information.
| config |
Object to which property is attached. |
| property_name |
Name of enum property controlled by the radio buttons. |
| icon_prefix |
The prefix of the group of icon names to use. |
| minimum |
Smallest value of enum to be included. |
| maximum |
Largest value of enum to be included. |
|
A |