Up
Authors
- Pierre-Yves Rivaille (
pyrivail@ens-lyon.fr
)
-
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSStepperCell.h
- Conforms to:
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
autorepeat;
Availability: OpenStep
Description forthcoming.
- (void)
encodeWithCoder: (NSCoder*)aCoder;
Availability: OpenStep
Description forthcoming.
- (double)
increment;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCoder: (NSCoder*)aDecoder;
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.
- Declared in:
- AppKit/NSStepperCell.h
Availability: OpenStep
Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.
Method summary
- (void)
_drawText: (NSRect)aRect;
Availability: OpenStep
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.
- (NSRect)
downButtonRectWithFrame: (NSRect)frame;
Availability: OpenStep
Description forthcoming.
- (void)
highlight: (BOOL)highlight
upButton: (BOOL)upButton
withFrame: (NSRect)frame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (NSRect)
upButtonRectWithFrame: (NSRect)frame;
Availability: OpenStep
Description forthcoming.
Up