Progress.setValue

Warning gtk_progress_set_value is deprecated and should not be used in newly-written code. Sets the value within the GtkProgress to an absolute value. The value must be within the valid range of values for the underlying GtkAdjustment.

class Progress
void
setValue
(
double value
)

Parameters

value double

the value indicating the current completed amount.

Meta