BindingGroup.bind

void bind(string sourceProperty, gobject.object.ObjectWrap target, string targetProperty, gobject.types.BindingFlags flags)

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 flag [gobject.types.BindingFlags.SyncCreate] is automatically specified.

See [gobject.object.ObjectWrap.bindProperty] for more information.

Parameters

sourcePropertythe property on the source to bind
targetthe target #GObject
targetPropertythe property on target to bind
flagsthe flags used to create the #GBinding