summaryrefslogtreecommitdiffstats
path: root/tksao/frame/basecommand.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 18:17:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-18 18:17:21 (GMT)
commit671eda8b795f09fa708fb36c5212c9b8c339eb83 (patch)
tree1584a4dc84f6cbebfed285a27e72fe077cc296f8 /tksao/frame/basecommand.C
parent212ccd4858884d2110f4ff07324e6315c9ce940b (diff)
downloadblt-671eda8b795f09fa708fb36c5212c9b8c339eb83.zip
blt-671eda8b795f09fa708fb36c5212c9b8c339eb83.tar.gz
blt-671eda8b795f09fa708fb36c5212c9b8c339eb83.tar.bz2
add ds9 frame send parser
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r--tksao/frame/basecommand.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C
index 69280a5..96b0d91 100644
--- a/tksao/frame/basecommand.C
+++ b/tksao/frame/basecommand.C
@@ -2306,6 +2306,11 @@ void Base::hasPhysicalCmd()
Tcl_AppendResult(interp, "0", NULL);
}
+void Base::hasImageCmd()
+{
+ Tcl_AppendResult(interp, "1", NULL);
+}
+
void Base::hasSmoothCmd()
{
if (currentContext->hasSmooth())