prop_entry_new


Description:

[ 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.

Parameters:

config

Object to which property is attached.

property_name

Name of string property.

max_len

Maximum allowed length of string.

Returns:

A new Entry widget.


Namespace: GimpUi
Package: gimp-ui-3.0