ProgressBar.setActivityBlocks

Warning gtk_progress_bar_set_activity_blocks is deprecated and should not be used in newly-written code. Sets the number of blocks used when the progress bar is in activity mode. Larger numbers make the visible block smaller.

class ProgressBar
void
setActivityBlocks
(
uint blocks
)

Parameters

blocks uint

number of blocks which can fit within the progress bar area.

Meta