Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSSliderAccessory.h
- Conforms to:
- NSCopying
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (
NSSliderAccessory*)
accessoryWithImage: (
NSImage*)image;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isEnabled;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSSliderAccessory Class
@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.
@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.
@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.
- Declared in:
- AppKit/NSSliderAccessory.h
- Conforms to:
- NSCopying
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
+ (
NSSliderAccessoryBehavior*)
behaviorWithHandler: (GSSliderAccessoryBehaviorHandler)handler;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (
NSSliderAccessoryBehavior*)
behaviorWithTarget: (id)target
action: (SEL)action;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
handleAction: (
NSSliderAccessory*)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up