aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/ximtool/gui/tcl.res
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/x11iraf/ximtool/gui/tcl.res')
-rw-r--r--vendor/x11iraf/ximtool/gui/tcl.res44
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/x11iraf/ximtool/gui/tcl.res b/vendor/x11iraf/ximtool/gui/tcl.res
new file mode 100644
index 00000000..6c250bc7
--- /dev/null
+++ b/vendor/x11iraf/ximtool/gui/tcl.res
@@ -0,0 +1,44 @@
+set Resources(tcl_panel) { \
+
+ !--------------------------------
+ ! Define a debug Tcl shell.
+ !--------------------------------
+ *tcl_panel.width: 550
+ *tcl_panel.height: 180
+ *tcl_panel.title: Debug TCL Command Entry
+ *tclLayout*borderWidth: 0
+ *tclLayout*Frame.frameType: sunken
+ *tclLayout*Frame.frameWidth: 2
+ *tclLayout.layout: vertical { \
+ 0 < +0 -0 > \
+ tclCmdGroup < +inf -inf * > \
+ tclFrame < +inf -inf * +inf -inf> \
+ 0 < +0 -0 > \
+ }
+ *tclEntry*foreground: black
+ *tclEntry*editType: edit
+ *tclEntry*type: string
+ *tclEntry*font: 7x13
+ *tclEntry*scrollVertical: Always
+ *tclEntry*scrollHorizontal: whenNeeded
+
+ *tclCmdGroup.label:
+ *tclCmdGroup.outerOffset: 0
+ *tclCmdGroup.innerOffset: 0
+ *tclCmd.layout: vertical { \
+ 5 \
+ horizontal { \
+ 5 \
+ tclClear 3 \
+ tclExecute \
+ 10 < +inf -10> \
+ tclDismiss \
+ 5 \
+ } \
+ 5 \
+ }
+ *tclClear.label: Clear
+ *tclExecute.label: Execute
+ *tclDismiss.label: Dismiss
+}
+