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

#ifndef _BarDisplay_h
#define _BarDisplay_h

#include "GraphDisplay.h"

#if 0
#define XtNspace	"space"
#define XtCSpace	"Space"
#endif
#define XtNdefaultGraphWidth	"defaultGraphWidth"
#define XtCDefaultGraphWidth	"DefaultGraphWidth"
#define XtNformat	"format"
#define XtCFormat	"Format"


extern WidgetClass barDisplayObjectClass;
typedef struct _BarDisplayRec *BarDisplayObject;

#endif