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