Package: gtk

Function gtk:adjustment-value-changed

Lambda List

gtk:adjustment-value-changed (adjustment)

Arguments

adjustment -- a gtk:adjustment object

Details

Emits a "value_changed" signal from the adjustment. This is typically called by the owner of the adjustment after it has changed the adjustment value property.

Warning

The gtk:adjustment-value-changed function has been deprecated since version 3.18 and should not be used in newly written code. GTK emits the "value-changed" signal itself whenever any of the properties, other than value, change.
 

See also

#2023-3-14