libs-gui/Source/NSPopUpButtonCell.m
michael 8408ebf0b7 More broken and ugly classes for Popup by michael. Sorry. ;-)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4430 72102866-910b-0410-8b05-ffd578937521
1999-06-19 00:31:39 +00:00

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