Up

NSSwitch class documentation

Authors

Generated by root

Software documentation for the NSSwitch class

NSSwitch : NSControl

Declared in:
AppKit/NSSwitch.h
Conforms to:
NSAccessibilitySwitch
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

setState: 

- (void) setState: (NSControlStateValue)s;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

state 

- (NSControlStateValue) state;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSSwitch Class

_action

@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.

_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.

_state

@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.

_target

@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