gtkProgressBarSetActivityBlocks {RGtk2} | R Documentation |
Sets the number of blocks used when the progress bar is in activity
mode. Larger numbers make the visible block smaller.
WARNING: gtk_progress_bar_set_activity_blocks
is deprecated and should not be used in newly-written code.
gtkProgressBarSetActivityBlocks(object, blocks)
|
[GtkProgressBar ] a GtkProgressBar . |
|
[numeric] number of blocks which can fit within the progress bar area. |
Derived by RGtkGen from GTK+ documentation