gtkProgressSetValue {RGtk2} | R Documentation |
Sets the value within the GtkProgress
to an absolute value.
The value must be within the valid range of values for the
underlying GtkAdjustment
.
WARNING: gtk_progress_set_value
is deprecated and should not be used in newly-written code.
gtkProgressSetValue(object, value)
|
[GtkProgress ] a GtkProgress . |
|
[numeric] the value indicating the current completed amount. |
Derived by RGtkGen from GTK+ documentation