aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplay.h
blob: 6eeba6147fdff1de5c11bcb60e3a4de668a7a3cf (plain)
1
2
3
4
5
6
7
8
9
/* $Id$ */

#ifndef _GraphDisplay_h
#define _GraphDisplay_h

extern WidgetClass graphDisplayObjectClass;
typedef struct _GraphDisplayRec *GraphDisplayObject;

#endif