apps-gorm/Palettes/2Controls/GormNSPopUpButton.h
Gregory John Casamento 4b3e74e68e * Palettes/2Controls/GormNSPopUpButton.h
* Palettes/2Controls/GormNSPopUpButton.m: Added new files for
	Gorm subclass of NSPopUpButton.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35095 72102866-910b-0410-8b05-ffd578937521
2012-04-20 16:17:06 +00: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