mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:21:53 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4436 72102866-910b-0410-8b05-ffd578937521
11 lines
232 B
Objective-C
11 lines
232 B
Objective-C
#include <gnustep/gui/config.h>
|
|
#include <AppKit/NSMatrix.h>
|
|
#include <AppKit/NSPopUpButtonCell.h>
|
|
|
|
@implementation NSPopUpButtonCell
|
|
+ (void) initialize
|
|
{
|
|
if (self == [NSPopUpButtonCell class])
|
|
[self setVersion: 1];
|
|
}
|
|
@end
|