summaryrefslogtreecommitdiffstats
path: root/tksao/frame/baseellipse.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 19:42:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 19:42:51 (GMT)
commit91d550b39033a5527170f822b7bb01611b0179be (patch)
treefd2de610874d5a9796983d4055543b142dfd83c5 /tksao/frame/baseellipse.h
parenteef1b4e01cc3c5307188e1497e6b095081eef378 (diff)
downloadblt-91d550b39033a5527170f822b7bb01611b0179be.zip
blt-91d550b39033a5527170f822b7bb01611b0179be.tar.gz
blt-91d550b39033a5527170f822b7bb01611b0179be.tar.bz2
add fill option circle, box
Diffstat (limited to 'tksao/frame/baseellipse.h')
-rw-r--r--tksao/frame/baseellipse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/baseellipse.h b/tksao/frame/baseellipse.h
index 30a59d3..990b3aa 100644
--- a/tksao/frame/baseellipse.h
+++ b/tksao/frame/baseellipse.h
@@ -47,6 +47,7 @@ class BaseEllipse : public BaseMarker {
virtual void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
void renderPS(int);
virtual void renderPSCircleDraw(Vector& cc, double l, float a1, float a2);
+ virtual void renderPSEllipseArcDraw(Vector&, Vector&, Vector&, Vector&);
#ifdef MAC_OSX_TK
void renderMACOSX();