quakeforge/tools/Forge/KeypairView.h

17 lines
167 B
Objective-C

extern id keypairview_i;
@interface KeypairView: NSView
{
}
- calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end