Added ivars for action and target.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-02-14 22:49:41 +00:00
parent 631f6099a4
commit 1e5bb1086e

View file

@ -41,6 +41,8 @@
BOOL _is_active;
BOOL _is_bordered;
NSRect _wellRect;
id _target;
SEL _action;
}
//