RGtk2 (version 2.20.31)

gtkProgressConfigure: gtkProgressConfigure

Description

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.

Usage

gtkProgressConfigure(object, value, min, max)

Arguments

object
value
the current progress value.
min
the minimum progress value.
max
the maximum progress value.