aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.h
diff options
context:
space:
mode:
authorlecoanet2000-03-10 12:26:22 +0000
committerlecoanet2000-03-10 12:26:22 +0000
commite30b457593a18117c53216f1cb3c5129c53b19d8 (patch)
tree99260046163106962abe35dd4993fce4632159d2 /generic/Draw.h
parent3cab036778c7944d283bfc2e51cdf596c1a2a470 (diff)
downloadtkzinc-e30b457593a18117c53216f1cb3c5129c53b19d8.zip
tkzinc-e30b457593a18117c53216f1cb3c5129c53b19d8.tar.gz
tkzinc-e30b457593a18117c53216f1cb3c5129c53b19d8.tar.bz2
tkzinc-e30b457593a18117c53216f1cb3c5129c53b19d8.tar.xz
*** empty log message ***
Diffstat (limited to 'generic/Draw.h')
-rw-r--r--generic/Draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/Draw.h b/generic/Draw.h
index 6005b8d..d768c1d 100644
--- a/generic/Draw.h
+++ b/generic/Draw.h
@@ -60,6 +60,9 @@ void GetPolygonReliefBBox(ZnList points, unsigned int line_width,
ZnBBox *bbox);
double PolygonReliefToPointDist(ZnList points, unsigned int line_width,
ZnPoint *pp);
+void DrawRectangleRelief(struct _WidgetInfo *wi,
+ ReliefStyle relief, ZnColorGradient gradient,
+ XRectangle *bbox, unsigned int line_width);
void DrawPolygonRelief(struct _WidgetInfo *wi, ReliefStyle relief,
ZnColorGradient gradient, ZnPoint *points,
int num_points, int line_width);