Editable.delegateSetProperty
bool delegateSetProperty(gobject.object.ObjectWrap object, uint propId, gobject.value.Value value, gobject.param_spec.ParamSpec pspec)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.
Parameters
object | a [gobject.object.ObjectWrap] |
propId | a property ID |
value | value to set |
pspec | the [gobject.param_spec.ParamSpec] for the property |
Returns
true if the property was found