Companion
object Companion
Properties
Link copied to clipboard
Bidirectional binding; if either the property of the source or the property of the target changes, the other is updated.
Link copied to clipboard
The default binding; if the source property changes, the target property is updated with its value.
Link copied to clipboard
If the two properties being bound are booleans, setting one to true will result in the other being set to false and vice versa. This flag will only work for boolean properties, and cannot be used when passing custom transformation functions to g_object_bind_property_full().
Link copied to clipboard
Synchronize the values of the source and target properties when creating the binding; the direction of the synchronization is always from the source to the target.