gtkProgressConfigure {RGtk2} | R Documentation |
Allows the configuration of the minimum, maximum, and current values for
the GtkProgress
.
WARNING: gtk_progress_configure
is deprecated and should not be used in newly-written code.
gtkProgressConfigure(object, value, min, max)
|
a |
|
the current progress value. |
|
the minimum progress value. |
|
the maximum progress value. |
Derived by RGtkGen from GTK+ documentation