ProgressBar.update

Warning gtk_progress_bar_update is deprecated and should not be used in newly-written code. This function is deprecated. Please use gtk_progress_set_value() or gtk_progress_set_percentage() instead.

class ProgressBar
void
update
(
double percentage
)

Parameters

percentage double

the new percent complete value.

Meta