mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
* 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
18 lines
318 B
Objective-C
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
|