Progress.setPercentage

Warning gtk_progress_set_percentage is deprecated and should not be used in newly-written code. Sets the current percentage completion for the GtkProgress.

class Progress
void
setPercentage
(
double percentage
)

Parameters

percentage double

the percentage complete which must be between 0.0 and 1.0.

Meta