Progress.configure

Warning gtk_progress_configure is deprecated and should not be used in newly-written code. Allows the configuration of the minimum, maximum, and current values for the GtkProgress.

class Progress
void
configure
(
double value
,
double min
,
double max
)

Parameters

value double

the current progress value.

min double

the minimum progress value.

max double

the maximum progress value.

Meta