Method

GtkAdjustmentchanged

deprecated: 3.18 

Declaration [src]

void
gtk_adjustment_changed (
  GtkAdjustment* adjustment
)

Description [src]

Emits a GtkAdjustment::changed signal from the GtkAdjustment. This is typically called by the owner of the GtkAdjustment after it has changed any of the GtkAdjustment properties other than the value.

Deprecated since: 3.18

GTK+ emits GtkAdjustment::changed itself whenever any of the properties (other than value) change.