gtkProgressSetValue {RGtk2}R Documentation

gtkProgressSetValue

Description

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.

Usage

gtkProgressSetValue(object, value)

Arguments

object [GtkProgress] a GtkProgress.
value [numeric] the value indicating the current completed amount.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]