aboutsummaryrefslogtreecommitdiff
path: root/BarDisplay.h
blob: d6e705f5b25ab48522c2ab7f3c4cc36ab29323bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BarDisplay_h
#define _BarDisplay_h

#include "GraphDisplay.h"

#define XtNdefaultGraphWidth	"defaultGraphWidth"
#define XtCDefaultGraphWidth	"DefaultGraphWidth"
#define XtNformat	"format"
#define XtCFormat	"Format"

extern WidgetClass barDisplayObjectClass;
typedef struct _BarDisplayRec *BarDisplayObject;

#endif