libs-gui/Source/NSPopUpButtonCell.m

13 lines
205 B
Mathematica
Raw Normal View History

#include <gnustep/gui/config.h>
#include <AppKit/NSPopUpButtonCell.h>
@implementation NSPopUpButtonCell
+ (void) initialize
{
if (self == [NSPopUpButtonCell class])
[self setVersion: 1];
}
@end