Editable.delegateGetProperty
bool delegateGetProperty(gobject.object.ObjectWrap object, uint propId, gobject.value.Value value, gobject.param_spec.ParamSpec pspec)Gets a property of the [gtk.editable.Editable] delegate for object.
This is helper function that should be called in the get_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