mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-12 08:04:25 +00:00
16 lines
166 B
Objective-C
16 lines
166 B
Objective-C
|
|
extern id keypairview_i;
|
|
|
|
@interface KeypairView:NSView
|
|
{
|
|
}
|
|
|
|
- calcViewSize;
|
|
|
|
#define SPACING 4
|
|
#define FONTSIZE 12
|
|
#define EXTRASPC 2
|
|
|
|
#define LINEHEIGHT 16
|
|
|
|
@end
|