Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSSwitch.h
- Conforms to:
- NSAccessibilitySwitch
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (void)
setState: (
NSControlStateValue)s;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSSwitch Class
@protected SEL _action;
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 NSControlStateValue _state;
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 id _target;
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.
Up