Up
Authors
- Pierre-Yves Rivaille (
pyrivail@ens-lyon.fr
)
-
- Fred Kiefer (
FredKiefer@gmx.de
)
-
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSStepperCell.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
autorepeat;
Availability: OpenStep
Description forthcoming.
- (double)
increment;
Availability: OpenStep
Description forthcoming.
- (double)
maxValue;
Availability: OpenStep
Description forthcoming.
- (double)
minValue;
Availability: OpenStep
Description forthcoming.
- (void)
setAutorepeat: (BOOL)autorepeat;
Availability: OpenStep
Description forthcoming.
- (void)
setIncrement: (double)increment;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxValue: (double)maxValue;
Availability: OpenStep
Description forthcoming.
- (void)
setMinValue: (double)minValue;
Availability: OpenStep
Description forthcoming.
- (void)
setValueWraps: (BOOL)valueWraps;
Availability: OpenStep
Description forthcoming.
- (BOOL)
valueWraps;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSStepperCell Class
@protected double _increment;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected double _maxValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected double _minValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL highlightDown;
Description forthcoming.
@protected BOOL highlightUp;
Description forthcoming.
Up