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