[ CCode ( cname = "gimp_prop_entry_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_entry_new (Object config, string property_name, int max_len)
Creates a Entry 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. |
|
A new Entry widget. |