Run loop integrated. Configure detects libFoundation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-04-22 18:23:58 +00:00
parent 12cb8088c1
commit f38b177296
27 changed files with 2770 additions and 1535 deletions

View file

@ -219,6 +219,17 @@
return tag;
}
- (id)copyWithZone:(NSZone*)zone
{
NSActionCell* c = [super copyWithZone:zone];
[c setTag:tag];
[c setTarget:target];
[c setAction:action];
return c;
}
//
// NSCoding protocol
//