aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/ximtool/gui.bak/main-old.obj
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/x11iraf/ximtool/gui.bak/main-old.obj')
-rw-r--r--vendor/x11iraf/ximtool/gui.bak/main-old.obj51
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\
+}
+