mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:00:38 +00:00
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:
parent
c6e9d304af
commit
fc3e19d912
41 changed files with 1351 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue