aboutsummaryrefslogtreecommitdiff
path: root/GraphDisplay.h
blob: 2b055419f900f6f04cc9efcc96138e1b6dbe7f65 (plain)
1
2
3
4
5
6
7
#ifndef _GraphDisplay_h
#define _GraphDisplay_h

extern WidgetClass graphDisplayObjectClass;
typedef struct _GraphDisplayRec *GraphDisplayObject;

#endif