Placeholder implementation for -objectValue

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-21 17:38:51 +00:00
parent b8b4cfe4e7
commit a3c8902146

View file

@ -189,7 +189,7 @@ static NSColor *shadowCol;
- (id) objectValue
{
// TODO
return nil;
return [self stringValue];
}
- (BOOL) hasValidObjectValue