mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Add missing method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27450 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f0a1421d50
commit
399d13a168
1 changed files with 5 additions and 0 deletions
|
@ -392,6 +392,11 @@ static NSNull *null = nil;
|
|||
return _bundle;
|
||||
}
|
||||
|
||||
- (NSColorList*) colors
|
||||
{
|
||||
return _colors;
|
||||
}
|
||||
|
||||
- (void) deactivate
|
||||
{
|
||||
NSEnumerator *enumerator;
|
||||
|
|
Loading…
Reference in a new issue