ProgressBar.setActivityStep

Warning gtk_progress_bar_set_activity_step is deprecated and should not be used in newly-written code. Sets the step value used when the progress bar is in activity mode. The step is the amount by which the progress is incremented each iteration.

class ProgressBar
void
setActivityStep
(
uint step
)

Parameters

step uint

the amount which the progress is incremented in activity mode.

Meta