NSProgressIndicator
Authors
- Gerrit van Dyk(
gerritvd@decimax.com
)
-
Copyright: (C) 1999 Free Software Foundation, Inc.
Software documentation for the NSProgressIndicator
class
Declared: AppKit/NSProgressIndicator.h
animate:
- (void) animate: (id)sender;
animationDelay
- (NSTimeInterval) animationDelay;
controlSize
- (NSControlSize) controlSize;
controlTint
- (NSControlTint) controlTint;
doubleValue
- (double) doubleValue;
incrementBy:
- (void) incrementBy: (double)delta;
isBezeled
- (BOOL) isBezeled;
isIndeterminate
- (BOOL) isIndeterminate;
maxValue
- (double) maxValue;
minValue
- (double) minValue;
setAnimimationDelay:
- (void) setAnimimationDelay: (NSTimeInterval)delay;
setBezeled:
- (void) setBezeled: (BOOL)flag;
setControlSize:
- (void) setControlSize: (NSControlSize)size;
setControlTint:
- (void) setControlTint: (NSControlTint)tint;
setDoubleValue:
- (void) setDoubleValue: (double)aValue;
setIndeterminate:
- (void) setIndeterminate: (BOOL)flag;
setMaxValue:
- (void) setMaxValue: (double)newMaximum;
setMinValue:
- (void) setMinValue: (double)newMinimum;
setUsesThreadedAnimation:
- (void) setUsesThreadedAnimation: (BOOL)flag;
startAnimation:
- (void) startAnimation: (id)sender;
stopAnimation:
- (void) stopAnimation: (id)sender;
usesThreadedAnimation
- (BOOL) usesThreadedAnimation;
Software documentation for the
NSProgressIndicator(GNUstepExtensions)
category
Declared: AppKit/NSProgressIndicator.h
isVertical
- (BOOL) isVertical;
setVertical:
- (void) setVertical: (BOOL)flag;