bindFull

open fun bindFull(    sourceProperty: String,     target: Object,     targetProperty: String,     flags: BindingFlags,     transformTo: Closure? = null,     transformFrom: Closure? = null)(source)

Creates a binding between @source_property on the source object and

Since

2.72

Parameters

sourceProperty

the property on the source to bind

target

the target #GObject

targetProperty

the property on @target to bind

flags

the flags used to create the #GBinding

transformTo

a #GClosure wrapping the transformation function from the source object to the @target, or null to use the default

transformFrom

a #GClosure wrapping the transformation function from the @target to the source object, or null to use the default