[Previous]
[Up]
[Next]
NSProgressIndicator
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSProgressIndicator.h
Inherits from: NSView
Conforms to: NSCoding
- (void) animate: (id)sender
- (NSTimeInterval) animationDelay
- (double) doubleValue
- (void) incrementBy: (double)delta
- (id) initWithFrame: (NSRect)frameRect
- (BOOL) isBezeled
- (BOOL) isIndeterminate
- (double) maxValue
- (double) minValue
- (void) setAnimationDelay: (NSTimeInterval)delay
- (void) setBezeled: (BOOL)flag
- (void) setDoubleValue: (double)doubleValue
- (void) setIndeterminate: (BOOL)flag
- (void) setMaxValue: (double)newMaximum
- (void) setMinValue: (double)newMinimum
- (void) setUsesThreadedAnimation: (BOOL)flag
- (void) stopAnimation: (id)sender
- (BOOL) usesThreadedAnimation