mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:31:03 +00:00
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:
parent
12cb8088c1
commit
f38b177296
27 changed files with 2770 additions and 1535 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue