Up

NSSliderAccessory documentation

Authors

Generated by root

Contents -

  1. Software documentation for the NSSliderAccessory class
  2. Software documentation for the NSSliderAccessoryBehavior class

Software documentation for the NSSliderAccessory class

NSSliderAccessory : NSObject

Declared in:
AppKit/NSSliderAccessory.h
Conforms to:
NSCopying
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

accessoryWithImage: 

+ (NSSliderAccessory*) accessoryWithImage: (NSImage*)image;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

behavior 

- (NSSliderAccessoryBehavior*) behavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

isEnabled 

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

Description forthcoming.

setBehavior: 

- (void) setBehavior: (NSSliderAccessoryBehavior*)behavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setEnabled: 

- (void) setEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSSliderAccessory Class

_behavior

@protected NSSliderAccessoryBehavior* _behavior;
Availability: Not in OpenStep/MacOS-X

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.

_enabled

@protected BOOL _enabled;
Availability: Not in OpenStep/MacOS-X

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.

_image

@protected NSImage* _image;
Availability: Not in OpenStep/MacOS-X

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.




Software documentation for the NSSliderAccessoryBehavior class

NSSliderAccessoryBehavior : NSObject

Declared in:
AppKit/NSSliderAccessory.h
Conforms to:
NSCopying
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

automaticBehavior 

+ (NSSliderAccessoryBehavior*) automaticBehavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

behaviorWithHandler: 

+ (NSSliderAccessoryBehavior*) behaviorWithHandler: (GSSliderAccessoryBehaviorHandler)handler;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

behaviorWithTarget: action: 

+ (NSSliderAccessoryBehavior*) behaviorWithTarget: (id)target action: (SEL)action;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

valueResetBehavior 

+ (NSSliderAccessoryBehavior*) valueResetBehavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

valueStepBehavior 

+ (NSSliderAccessoryBehavior*) valueStepBehavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

handleAction: 

- (void) handleAction: (NSSliderAccessory*)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Up