configure


Description:

public void configure (double value, double lower, double upper, double step_increment, double page_increment, double page_size)

Sets all properties of the adjustment at once.

Use this function to avoid multiple emissions of the [[email protected]:GtkAdjustment:changed] signal. See [ [email protected]_lower] for an alternative way of compressing multiple emissions of [[email protected]: GtkAdjustment:changed] into one.

Parameters:

this

a `GtkAdjustment`

value

the new value

lower

the new minimum value

upper

the new maximum value

step_increment

the new step increment

page_increment

the new page increment

page_size

the new page size




2022 vala-language.org