GtkProgress::set_value
void set_value(double value);
The progress value can be set directly with this method. The value
must be within the range of the underlying
GtkAdjustment in order for the
GtkProgressBar to display it.
Use this method to update a GtkProgressBar that
is in activity mode.