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

#ifndef _Display_h
#define _Display_h

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

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

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

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

extern WidgetClass displayWidgetClass;

#endif