Name

NSStepperCell — Mac OS X 10.0

Synopsis

This class is the associated cell for the NSStepper control. As an NSCell subclass, this NSStepperCell is responsible for the appearence and event handling of an NSStepper control.

image with no caption

@interface NSStepperCell : NSActionCell
                                  // Accessor Methods
   - (void)setMaxValue:(double)maxValue;
   - (double)maxValue;
   - (void)setMinValue:(double)minValue;
   - (double)minValue;
   - (void)setAutorepeat:(BOOL)autorepeat;
   - (BOOL)autorepeat;
   - (void)setIncrement:(double)increment;
   - (double)increment;
   - (void)setValueWraps:(BOOL)valueWraps;
   - (BOOL)valueWraps;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.