GtkProgress::set_value

void set_value(double value);

WARNING! This method has been deprecated in PHP-GTK 2 and should NOT be used in newly written code.

Sets the value within the GtkProgress to an absolute value. The value must be within the valid range of values for the underlying GtkAdjustment.

See also: get_value()