[ CCode ( type_id = "G_TYPE_BINDING_GROUP" ) ] [ Version ( since = "2.72" ) ] publicclassBindingGroup : Object
The BindingGroup can be used to bind multiple properties from an object collectively.
Use the various methods to bind properties from a single source object to multiple destination objects. Properties can be bound
bidirectionally and are connected when the source object is set with set_source
.
Creates a binding between source_property on the source
object and target_property on target, allowing you to set the transformation functions to be used by the
binding.