mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 21:50:05 +00:00
22 lines
264 B
Objective-C
22 lines
264 B
Objective-C
#ifndef KeypairView_h
|
|
#define KeypairView_h
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
extern id keypairview_i;
|
|
|
|
@interface KeypairView:NSView
|
|
{
|
|
}
|
|
|
|
-calcViewSize;
|
|
|
|
#define SPACING 4
|
|
#define FONTSIZE 12
|
|
#define EXTRASPC 2
|
|
|
|
#define LINEHEIGHT 16
|
|
|
|
@end
|
|
|
|
#endif // KeypairView_h
|