Use the function
ProUIProgressbarAnchorSet() to set the position of the progressbar with respect to a given anchor location. This function is applicable only if the parent of the progressbar is a drawing area.
Use the function
ProUIProgressbarSizeSet() to set the size of the progressbar. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments
width or
height.
Use the function
ProUIProgressbarMinimumsizeGet() to retrieve the minimum size of the width and height of the progress bar in pixels. Use this function only if the parent is a drawing area.
Use the function
ProUIProgressbarPositionSet() to set the position to the progressbar with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIProgressbarPositionGet() to get the position to the progressbar with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUIProgressbarSizeGet() to get the size of the progressbar. This field is used only if the parent is a drawing area.