author: This is the common interface to a progress bar widgetauthor:
Gets the progress value of the progress bar
progress as int value
Sets the maximum value of the progress bar
Parameters: xMax - max value
Sets the minimum value of the progress bar
Parameters: xMin - min value
Sets the progress value of the progress bar (must be between min and max)
Parameters: xProgress - current progress value