apps-gorm/Applications/Gorm/Palettes/2Controls/GormNSPopUpButton.h
Gregory John Casamento 1a71d2cafb Update ignore file
2023-06-14 04:09:37 -04:00

18 lines
318 B
Objective-C

#include <AppKit/AppKit.h>
#ifndef INCLUDED_GormNSPopUpButton_h
#define INCLUDED_GormNSPopUpButton_h
@interface GormNSPopUpButton : NSPopUpButton
@end
@interface GormNSPopUpButtonCell : NSPopUpButtonCell
{
}
@end
@interface NSPopUpButtonCell (DirtyHack)
- (id) _gormInitTextCell: (NSString *) string;
@end
#endif