EditableIF.delegateSetProperty

Sets a property on the GtkEditable delegate for @object.

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

interface EditableIF
static
bool
delegateSetProperty

Parameters

object ObjectG

a GObject

propId uint

a property ID

value Value

value to set

pspec ParamSpec

the GParamSpec for the property

Return Value

Type: bool

%TRUE if the property was found

Meta