Up

NSActionCell

Authors

Scott Christley (scottc@net-community.com)
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
Standards:

Description forthcoming.



Instance Variables for NSActionCell Class

_action

@private SEL _action;

Description forthcoming.


_control_view

@private NSView* _control_view;

Description forthcoming.


_tag

@private int _tag;

Description forthcoming.


_target

@private id _target;

Description forthcoming.






Up