Added new ivar _action.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17366 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-07-26 15:44:36 +00:00
parent 93725960b2
commit c308e732a3

View file

@ -58,6 +58,7 @@ typedef enum _NSTableViewDropOperation {
id _delegate;
NSTableHeaderView *_headerView;
NSView *_cornerView;
SEL _action;
SEL _doubleAction;
id _target;
int _clickedRow;