gtkProgressBarSetActivityStep {RGtk2} | R Documentation |
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.
WARNING: gtk_progress_bar_set_activity_step
is deprecated and should not be used in newly-written code.
gtkProgressBarSetActivityStep(object, step)
|
[GtkProgressBar ] a GtkProgressBar . |
|
[numeric] the amount which the progress is incremented in activity mode. |
Derived by RGtkGen from GTK+ documentation