apps-gorm/GormFontViewController.h
Gregory John Casamento fe9a5134a6 Added font view controller for accessory view in Gorm's font panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16899 72102866-910b-0410-8b05-ffd578937521
2003-06-10 01:38:38 +00:00

13 lines
221 B
Objective-C

/* All Rights reserved */
#include <AppKit/AppKit.h>
@interface GormFontViewController : NSObject
{
id fontSelector;
id view;
}
- (void) selectFont: (id)sender;
- (id) view;
// - (void) changeFont: (id)sender;
@end