Editable.delegateSetProperty

Sets a property on the gtk.editable.Editable delegate for object.

This is a helper function that should be called in the set_property function of your gtk.editable.Editable implementation, before handling your own properties.

interface Editable
static
bool
delegateSetProperty

Parameters

object gobject.object.ObjectG
propId uint

a property ID

value gobject.value.Value

value to set

pspec gobject.param_spec.ParamSpec

the gobject.param_spec.ParamSpec for the property

Return Value

Type: bool

true if the property was found