[ CCode ( cname = "gimp_prop_icon_image_new" ) ]
[ Version ( since = "2.10" ) ]
public Widget prop_icon_image_new (Object config, string property_name, IconSize icon_size)
Creates a widget to display a icon image representing the value of the specified string property, which should encode an icon name.
See Image.from_icon_name for more information.
| config |
Object to which property is attached. |
| property_name |
Name of string property. |
| icon_size |
Size of desired icon image. |
|
A new Image widget. |