summaryrefslogtreecommitdiffstats
path: root/ds9/library/mframe.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-24 21:33:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-24 21:33:54 (GMT)
commit395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c (patch)
tree7cbef75ea979728de0b0940c32698460d5d2596a /ds9/library/mframe.tcl
parentb3818336d6da51ef552922675b1d41a2517efd09 (diff)
downloadblt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.zip
blt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.tar.gz
blt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.tar.bz2
add 3d match/lock support
Diffstat (limited to 'ds9/library/mframe.tcl')
-rw-r--r--ds9/library/mframe.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ds9/library/mframe.tcl b/ds9/library/mframe.tcl
index 241149f..276d1eb 100644
--- a/ds9/library/mframe.tcl
+++ b/ds9/library/mframe.tcl
@@ -92,6 +92,8 @@ proc FrameMainMenu {} {
-command MatchBlockCurrent
$ds9(mb).frame.match add command -label [msgcat::mc {Smooth}] \
-command MatchSmoothCurrent
+ $ds9(mb).frame.match add command -label [msgcat::mc {3D View}] \
+ -command Match3DCurrent
menu $ds9(mb).frame.match.frame
$ds9(mb).frame.match.frame add command -label [msgcat::mc {WCS}] \
@@ -163,6 +165,8 @@ proc FrameMainMenu {} {
-variable block(lock) -command {LockBlockCurrent}
$ds9(mb).frame.lock add checkbutton -label [msgcat::mc {Smooth}] \
-variable smooth(lock) -command {LockSmoothCurrent}
+ $ds9(mb).frame.lock add checkbutton -label [msgcat::mc {3D View}] \
+ -variable threed(lock) -command {Lock3DCurrent}
menu $ds9(mb).frame.lock.frame
$ds9(mb).frame.lock.frame add radiobutton -label [msgcat::mc {None}] \