mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
317d3bddb8
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
16 lines
167 B
Objective-C
16 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
|