Package: gtk

Function gtk-adjustment-changed

Lambda List

gtk-adjustment-changed (adjustment)

Arguments

adjustment -- a gtk-adjustment object

Details

Emits a "changed" signal from the gtk-adjustment. This is typically called by the owner of the adjustment after it has changed any of the adjustment fields other than the value.

Warning

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

See also

2021-12-18