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)
|
[GtkProgress ] a GtkProgress . |
|
[numeric] the current progress value. |
|
[numeric] |
|
[numeric] the maximum progress value. |
Derived by RGtkGen from GTK+ documentation