aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/ximtool/gui.bak/warn.res
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/ximtool/gui.bak/warn.res
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'vendor/x11iraf/ximtool/gui.bak/warn.res')
-rw-r--r--vendor/x11iraf/ximtool/gui.bak/warn.res49
1 files changed, 49 insertions, 0 deletions
diff --git a/vendor/x11iraf/ximtool/gui.bak/warn.res b/vendor/x11iraf/ximtool/gui.bak/warn.res
new file mode 100644
index 00000000..e1608938
--- /dev/null
+++ b/vendor/x11iraf/ximtool/gui.bak/warn.res
@@ -0,0 +1,49 @@
+
+set Resources(warning) { \
+
+ ! ---------------------
+ ! WARNING dialog.
+ ! ---------------------
+ *warning.geometry: +400+300
+ *warning*borderWidth: 0
+ *warning*TextBox.frameWidth: 0
+
+ *warn.layout: vertical { \
+ 5 < -5 > \
+ horizontal { 5 warnFrame < +inf * +inf > 5 } \
+ 5 < -5 > \
+ horizontal { \
+ 10 \
+ warnOk < +inf * > \
+ 5 < +inf -5 > \
+ warnCancel < +inf * > \
+ 10 \
+ } \
+ 5 < -5 > \
+ }
+ *warnOk.label: Okay
+ *warnCancel.label: Cancel
+
+ *WFlayout.layout: horizontal { \
+ 5 < -5 > \
+ vertical { 5 < +inf -5 > warnIcon 5 < +inf -5 > } \
+ 5 < -5 > \
+ warnText < +inf -inf * +inf -inf > \
+ 5 < -5 > \
+ }
+
+ *warnLabel.label: Warning
+ *warnLabel.width: 300
+ *warnLabel.height: 20
+ *warnFrame.frameType: sunken
+ *warnFrame.frameWidth: 2
+ *warnIcon.location: 0 0 40 40
+ *warnIcon.image: WARNING
+ *warnText.label: generic warning text
+ *warnText.width: 270
+ *warnText.height: 60
+ *warnText.background: gray77
+}
+
+
+