mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 10:20:58 +00:00
13 lines
205 B
Mathematica
13 lines
205 B
Mathematica
|
#include <gnustep/gui/config.h>
|
||
|
#include <AppKit/NSPopUpButtonCell.h>
|
||
|
|
||
|
@implementation NSPopUpButtonCell
|
||
|
+ (void) initialize
|
||
|
{
|
||
|
if (self == [NSPopUpButtonCell class])
|
||
|
[self setVersion: 1];
|
||
|
}
|
||
|
|
||
|
|
||
|
@end
|