Implement missing protocols and classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2067 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-01-29 16:07:56 +00:00
parent c6e9d304af
commit fc3e19d912
41 changed files with 1351 additions and 25 deletions

View file

@ -763,3 +763,18 @@ const float NSWhite = 1;
}
@end
//
// Implementation of the NSCoder additions
//
@implementation NSCoder (NSCoderAdditions)
//
// Converting an Archived NXColor to an NSColor
//
- (NSColor *)decodeNXColor
{
return nil;
}
@end