BindingGroup.bind

Creates a binding between @source_property on the source object and @target_property on @target. Whenever the @source_property is changed the @target_property is updated using the same value. The binding flags #G_BINDING_SYNC_CREATE is automatically specified.

See: g_object_bind_property().

class BindingGroup
void
bind
(
,
ObjectG target
,,
GBindingFlags flags
)

Parameters

sourceProperty
Type: string

the property on the source to bind

target
Type: ObjectG

the target #GObject

targetProperty
Type: string

the property on @target to bind

flags
Type: GBindingFlags

the flags used to create the #GBinding

Meta