quakeforge/tools/Forge/Bundles/MapEdit/KeypairView.h

24 lines
295 B
Objective-C

#ifndef KeypairView_h
#define KeypairView_h
#include <AppKit/AppKit.h>
extern id keypairview_i;
@interface KeypairView: NSView
{
NSFont *font;
}
- (id) calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end
#endif // KeypairView_h