[ CCode ( cname = "gimp_prop_label_entry_new" ) ]
[ Version ( since = "3.0" ) ]
public Widget prop_label_entry_new (Object config, string property_name, int max_len)
Creates a LabelEntry to set and display the value of the specified string property.
| config |
Object to which property is attached. |
| property_name |
Name of string property. |
| max_len |
Maximum allowed length of string (set to negative for no maximum). |
|
A new Entry widget. |