aboutsummaryrefslogtreecommitdiff
path: root/Display.h
blob: 83860dda7b7d4ab681c11255b55f9e00b5febb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* $Id$ */

#ifndef _Display_h
#define _Display_h

#define XtNdata		"data"
#define XtCData		"Data"

#define XtNnumChannel	"numChannel"
#define XtCNumChannel	"NumChannel"

#define XtNround	"round"
#define XtCRound	"Round"

#define XtNmaxRound	"maxRound"
#define XtCMaxRound	"MaxRound"

typedef struct _DisplayClassRec *DisplayWidgetClass;
typedef struct _DisplayRec *DisplayWidget;

extern WidgetClass displayWidgetClass;

#endif