Up

NSActionCell

Authors

Scott Christley (scottc@net-community.com)

Date: Generated at 2023-12-22 15:07:50 -0500

Abstract cell for target/action paradigm

Copyright: (C) 1996-1999 Free Software Foundation, Inc.

Software documentation for the NSActionCell class

NSActionCell : NSCell

Declared in:
AppKit/NSActionCell.h
Availability: OpenStep

Description forthcoming.

Instance Variables



Instance Variables for NSActionCell Class

_action

@protected SEL _action;
Availability: OpenStep

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.

_control_view

@protected NSView* _control_view;
Availability: OpenStep

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.

_tag

@protected NSInteger _tag;
Availability: OpenStep

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: OpenStep

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