2010-09-01 10:37:10 +00:00
|
|
|
#ifndef KeypairView_h
|
|
|
|
#define KeypairView_h
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-09 11:46:38 +00:00
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
extern id keypairview_i;
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
@interface KeypairView: NSView
|
2010-09-11 16:41:18 +00:00
|
|
|
{
|
2003-03-18 19:48:24 +00:00
|
|
|
}
|
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
- (id) calcViewSize;
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
#define SPACING 4
|
|
|
|
#define FONTSIZE 12
|
|
|
|
#define EXTRASPC 2
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
#define LINEHEIGHT 16
|
2003-03-18 19:48:24 +00:00
|
|
|
|
|
|
|
@end
|
2010-09-11 16:41:18 +00:00
|
|
|
|
2010-09-11 10:06:04 +00:00
|
|
|
#endif // KeypairView_h
|