[ CCode ( cname = "gimp_prop_label_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_label_new (Object config, string property_name)
Creates a Label to display the value of the specified property.
The property should be a string property or at least transformable to a string. If the user should be able to edit the string, use prop_entry_new instead.
| config |
Object to which property is attached. |
| property_name |
Name of string property. |
|
A new Label widget. |