Contents

NSStepper

An interface with up and down arrow buttons for incrementing or decrementing a value.

Declaration

class NSStepper

Overview

A stepper consists of two small arrows that can increment and decrement a value that appears beside it, such as a date or time. The illustration below shows a stepper to the right of a text field, which would show the stepper’s value.

[Image]

The NSStepper class uses the NSStepperCell class to implement its user interface.

Topics

Configuring the Cell

Specifying value range

Specifying how the stepper responds

See Also

Controls