apps-gorm/GormFontViewController.h

14 lines
221 B
C
Raw Normal View History

/* 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