Virtual Method
GtkAdjustmentvalue_changed
deprecated: 3.18
Declaration [src]
void
value_changed (
GtkAdjustment* adjustment
)
Description [src]
Emits a GtkAdjustment::value-changed signal from the GtkAdjustment.
This is typically called by the owner of the GtkAdjustment after it has
changed the GtkAdjustment:value property.
Deprecated since: 3.18
GTK+ emits GtkAdjustment::value-changed itself whenever
the value changes.