Method GTK1.Progress()->configure()
- Method configure
 GTK1.Progressconfigure(floatvalue,floatmin,floatmax)- Description
 Sets the current value, the minimum value and the maximum value. The default min and max are 0.0 and 1.0 respectively.
GTK1.Progress configure(float value, float min, float max)
Sets the current value, the minimum value and the maximum value. The default min and max are 0.0 and 1.0 respectively.