libs-gui/Source/NSPopUpButtonCell.m
Michael Silva 37753e0ffa NSPopUpButton now works. NSTabView taking shape.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4436 72102866-910b-0410-8b05-ffd578937521
1999-06-20 10:13:34 +00:00

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