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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
Description forthcoming.
@protected BOOL highlightUp;
Availability: OpenStep
Description forthcoming.
Up