diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/x11iraf/ximtool/gui.bak/main-old.obj | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/ximtool/gui.bak/main-old.obj')
-rw-r--r-- | vendor/x11iraf/ximtool/gui.bak/main-old.obj | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/vendor/x11iraf/ximtool/gui.bak/main-old.obj b/vendor/x11iraf/ximtool/gui.bak/main-old.obj new file mode 100644 index 00000000..87617b81 --- /dev/null +++ b/vendor/x11iraf/ximtool/gui.bak/main-old.obj @@ -0,0 +1,51 @@ +#!/usr/local/bin/obmsh +# +# XIMTOOL.GUI -- Default GUI for the Ximtool image display server. +# +# Version 1.3 -- EXPORT VERSION + + +set Version "NOAO/IRAF XImtool Version 1.3EXPORT" + + +reset-server + +set Objects(ximtool) { \ + toplevel Layout display \ +\ + display Group menuGroup\ + menuGroup Layout menubar\ + menubar MenuButton fileButton \ + menubar MenuButton viewButton \ + menubar MenuButton optionsButton \ + menubar Label imageTitle \ + menubar Toggle controlButton \ + menubar Toggle xflipButton \ + menubar Toggle yflipButton \ + menubar Command prevButton \ + menubar MenuButton frameButton \ + menubar Command nextButton \ + menubar Toggle helpButton \ +\ + display Frame imageFrame\ + imageFrame Gterm imagewin\ + display Frame cbarFrame\ + cbarFrame Gterm colorbar\ + display Toggle hcut\ + display Toggle vcut\ + display Frame hcutFrame\ + hcutFrame Gterm hcutPlot\ + display Frame vcutFrame\ + vcutFrame Gterm vcutPlot\ +\ + display Group plotOpts\ + plotOpts Layout poptsLayout\ + poptsLayout TextToggle plotSpeed\ + poptsLayout TextToggle plotAccurate\ + poptsLayout TextToggle plotImgPix\ + poptsLayout Frame optLine\ + poptsLayout TextToggle curJump\ + poptsLayout TextToggle curSmooth\ + poptsLayout TextToggle curTrack\ +} + |