direction: anIntegerSpecifies the direction the pie is drawn.
fractionComplete: anIntegerSpecifies the current amount of progress to show in the progress bar. This resource is a fraction, denoting a number between 0 and 1. For example, 1/10 specifies 10 % complete. 1 represents 100 % complete.
image: aPixmapSpecifies the renderable object which draws as the label of the progress bar. The label is displayed only if the showPercentage resource value is false. Note that the image label is drawn twice, in the foreground and background colors, so that the label appears ‘reversed’ over the actual foreground and background colors of the progress bar. If a ribbon image is being used, then the label is drawn once, using the foreground color.
imageColor: aCgRGBColorSpecifies the color of the label drawn according to the image resource, or the color of the percentage complete label, according to the showPercentage resource. If the resource value is nil, then the label is drawn in reverse color over the colors of the progress bar (foreground color) and the background color.
maximum: anIntegerSpecifies the gauge's maximum value.
minimum: anIntegerSpecifies the gauge's minimum value.
mustBeCircle: aBooleanSpecifies whether the gauge should be forced to be circular (default is oval).
pieColor: aCgRGBColorSpecifies the color of the pie.
setValue:
anIntegerSets the gauge's position between minimum and maximum and triggers the value changed callback.
shadowType: anIntegerSpecifies the drawing style for the frame around the progress bar widget.
showPercentage: aBooleanSpecifies the whether a label showing the percentage completed is shown in the progress bar. If true, then the string ‘X %’ is show in the progress bar, where X is the percentage of progress completed. If false, then no percentage label is shown.
startAngle: anIntegerSpecifies the starting angle of the gauge in degrees (90 is the default).
value: anIntegerSpecifies the gauge's position between minimum and maximum.
Circle
Determines whether the gauge should be forced to be circular (default is oval).
Direction
Specifies the direction the pie is drawn.
Enabled
Determines whether a widget will react to input events. Disabled (insensitive) widgets do not react to input events.
Image
Specifies the renderable object which draws as the label of the progress bar. The label is displayed only if the showPercentage resource value is false. Note that the image label is drawn twice, in the foreground and background colors, so that the label appears ‘reversed’ over the actual foreground and background colors of the progress bar. If a ribbon image is being used, then the label is drawn once, using the foreground color.
Maximum
Specifies the gauge's maximum value.
Minimum
Specifies the gauge's minimum value.
Shadow Type
Specifies the drawing style for the frame around the progress bar widget.
Show Percentage
Specifies the whether a label showing the percentage completed is shown in the progress bar. If true, then the string ‘X %’ is show in the progress bar, where X is the percentage of progress completed. If false, then no percentage label is shown.
Start Angle
Specifies the starting angle of the gauge in degrees (90 is the default).
Value
Specifies the slider current position along the scale, between minimum and maximum.
Visible
Maps the widget (makes visible) as soon as it is both realized and managed, if set to True. If set to False, the client is responsible for mapping and unmapping the widget.
Copyright 2005, 2019 Instantiations, Inc. All rights reserved.