The ProgressIndicator is a View subclass that represents Cocoa’s NSProgressIndicator.
Parameters: | parent – A View instance. See View.parent. |
---|
Cocoa constant. The type of the indicator. Equivalent to [self style]. Use with NSProgressIndicatorStyle constants.
Numeric. Minimum value of the indicator. Equivalent to [self minValue].
Numeric. Maximum value of the indicator. Equivalent to [self maxValue].
Numeric. Current value of the indicator. Equivalent to [self doubleValue].
Boolean. Whether the indicator has a determinate progress value. Equivalent to [self isDeterminate].
Boolean. Whether the indicator displays its progress when not animated. Equivalent to [self isDisplayedWhenStopped].