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
value
the current progress value.
min
the minimum progress value.
max
the maximum progress value.