summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemBar.h')
-rw-r--r--src/bltGrElemBar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bltGrElemBar.h b/src/bltGrElemBar.h
index 92ff66b..21b8397 100644
--- a/src/bltGrElemBar.h
+++ b/src/bltGrElemBar.h
@@ -104,8 +104,8 @@ class BarElement : public Element {
void mapErrorBars(BarStyle**);
void drawSegments(Drawable, BarPen*, XRectangle*, int);
void drawValues(Drawable, BarPen*, XRectangle*, int, int*);
- void printSegments(Blt_Ps, BarPen*, XRectangle*, int);
- void printValues(Blt_Ps, BarPen*, XRectangle*, int, int*);
+ void printSegments(PostScript*, BarPen*, XRectangle*, int);
+ void printValues(PostScript*, BarPen*, XRectangle*, int, int*);
public:
BarElement(Graph*, const char*, Tcl_HashEntry*);
@@ -122,9 +122,9 @@ class BarElement : public Element {
void draw(Drawable);
void drawActive(Drawable);
void drawSymbol(Drawable, int, int, int);
- void print(Blt_Ps);
- void printActive(Blt_Ps);
- void printSymbol(Blt_Ps, double, double, int);
+ void print(PostScript*);
+ void printActive(PostScript*);
+ void printSymbol(PostScript*, double, double, int);
};
#endif