mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 08:10:41 +00:00
Add back +initialize
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14418 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e248e30e3
commit
a01856e889
1 changed files with 10 additions and 0 deletions
|
@ -1836,6 +1836,16 @@ static float scrollerWidth; // == [NSScroller scrollerWidth]
|
||||||
[self sendAction: _doubleAction to: [self target]];
|
[self sendAction: _doubleAction to: [self target]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (void)initialize
|
||||||
|
{
|
||||||
|
if (self == [NSBrowser class])
|
||||||
|
{
|
||||||
|
// Initial version
|
||||||
|
[self setVersion: 1];
|
||||||
|
scrollerWidth = [NSScroller scrollerWidth];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Override superclass methods
|
* Override superclass methods
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue