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: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

autorepeat 

- (BOOL) autorepeat;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


increment 

- (double) increment;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


maxValue 

- (double) maxValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


minValue 

- (double) minValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


mouseDown: 

- (void) mouseDown: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAutorepeat: 

- (void) setAutorepeat: (BOOL)autorepeat;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setIncrement: 

- (void) setIncrement: (double)increment;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMaxValue: 

- (void) setMaxValue: (double)maxValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMinValue: 

- (void) setMinValue: (double)minValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setValueWraps: 

- (void) setValueWraps: (BOOL)valueWraps;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


valueWraps 

- (BOOL) valueWraps;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSStepper(Private) category

NSStepper(Private)

Declared in:
AppKit/NSStepper.h
Availability: Not in OpenStep/MacOS-X

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: Not in OpenStep/MacOS-X

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: Not in OpenStep/MacOS-X

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