GtkProgressBar::set_activity_step
void set_activity_step(int step);
When the progress bar is in the activity mode, this
method can be used to set the step value by which the progress bar will
be updated on each iteration. Higher values make the progress indicator
appear to move faster.
The default value is 3.