mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:50:48 +00:00
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:
parent
6784d5f91a
commit
7cea90b31d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ static NSColor *shadowCol;
|
||||||
- (id) objectValue
|
- (id) objectValue
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return nil;
|
return [self stringValue];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL) hasValidObjectValue
|
- (BOOL) hasValidObjectValue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue