Up

NSStepper

Authors

Pierre-Yves Rivaille (pyrivail@ens-lyon.fr)

Copyright: (C) 2001 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSStepper class
  2. Software documentation for the NSStepper(Private) category

Software documentation for the NSStepper class

NSStepper : NSControl

Declared in:
AppKit/NSStepper.h
Availability: OpenStep

Description forthcoming.
Method summary

autorepeat 

- (BOOL) autorepeat;
Availability: OpenStep

Description forthcoming.

increment 

- (double) increment;
Availability: OpenStep

Description forthcoming.

maxValue 

- (double) maxValue;
Availability: OpenStep

Description forthcoming.

minValue 

- (double) minValue;
Availability: OpenStep

Description forthcoming.

mouseDown: 

- (void) mouseDown: (NSEvent*)event;
Availability: OpenStep

Description forthcoming.

setAutorepeat: 

- (void) setAutorepeat: (BOOL)autorepeat;
Availability: OpenStep

Description forthcoming.

setIncrement: 

- (void) setIncrement: (double)increment;
Availability: OpenStep

Description forthcoming.

setMaxValue: 

- (void) setMaxValue: (double)maxValue;
Availability: OpenStep

Description forthcoming.

setMinValue: 

- (void) setMinValue: (double)minValue;
Availability: OpenStep

Description forthcoming.

setValueWraps: 

- (void) setValueWraps: (BOOL)valueWraps;
Availability: OpenStep

Description forthcoming.

valueWraps 

- (BOOL) valueWraps;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSStepper(Private) category

NSStepper(Private)

Declared in:
AppKit/NSStepper.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

_decrement 

- (void) _decrement;
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.

_increment 

- (void) _increment;
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.


Up