diff options
Diffstat (limited to 'vendor/x11iraf/ximtool/gui.bak/global.res')
-rw-r--r-- | vendor/x11iraf/ximtool/gui.bak/global.res | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/vendor/x11iraf/ximtool/gui.bak/global.res b/vendor/x11iraf/ximtool/gui.bak/global.res new file mode 100644 index 00000000..59bb1e67 --- /dev/null +++ b/vendor/x11iraf/ximtool/gui.bak/global.res @@ -0,0 +1,103 @@ + +set Resources(global) { \ + + !--------------------------------------------------------- + ! Define some global widget resources for the main panels. + !--------------------------------------------------------- + *shadowWidth: 1 + *background: gray77 +! *foreground: black + *Arrow.width: 16 + *Arrow.height: 25 + *Text*height: 21 + *Command.height: 21 + *Command.highlightThickness: 1 + *MenuButton.height: 21 + *MenuButton.highlightThickness: 1 + *Label.borderWidth: 0 + *Label.shadowWidth: 0 + *TextButton.shadowWidth: 0 + *TextButton.highlightThickness: 1 + *TextToggle*borderWidth: 0 + *TextToggle.highlightThickness: 0 + *Toggle.highlightThickness: 1 + *Group.shrinkToFit: True + + *Arrow.foreground: gray + *Arrow.background: gray68 + *Text*background: gray68 + *AsciiText*background: gray68 + *TextBox.background: gray68 + *MultiList*background: gray68 + *Slider2d.thumbColor: gray77 + + + !------------------------------------------------------------- + ! Define resources to take advantage of the 3D scrollbar look. + !------------------------------------------------------------- + *Scrollbar*background: gray77 + *Scrollbar*shadowWidth: 1 + *Scrollbar*width: 15 + *Scrollbar*height: 15 + *Scrollbar*cursorName: top_left_arrow + *Scrollbar*pushThumb: true + + *HTML.Scrollbar.shadowWidth: 1 + *HTML*Scrollbar*width: 15 + *HTML*Scrollbar*height: 15 + + + !---------------------------------------- + ! Menu resources giving a shadow effect. + !---------------------------------------- + *SmeBSB.leftMargin: 10 + *SmeBSB.rightMargin: 5 + *SmeBSB.shadowWidth: 2 + *SmeBSB.foreground: gray90 + *SmeBSB.background: SteelBlue + *SimpleMenu.background: gray77 + *SimpleMenu.borderWidth: 2 + *SimpleMenu.borderColor: black + *SimpleMenu.line1.foreground: gray61 + *SimpleMenu.line2.foreground: gray91 + *SimpleMenu.line3.foreground: gray61 + *SimpleMenu.line4.foreground: gray91 + *SimpleMenu.line5.foreground: gray61 + *SimpleMenu.line6.foreground: gray91 + *SimpleMenu.line7.foreground: gray61 + *SimpleMenu.line8.foreground: gray91 + *SimpleMenu.line9.foreground: gray61 + *SimpleMenu.line10.foreground: gray91 + *SimpleMenu.line11.foreground: gray61 + *SimpleMenu.line12.foreground: gray91 + *SimpleMenu.line13.foreground: gray61 + *SimpleMenu.line14.foreground: gray91 + *SimpleMenu.line15.foreground: gray61 + *SimpleMenu.line16.foreground: gray91 + *SimpleMenu.line17.foreground: gray61 + *SimpleMenu.line18.foreground: gray91 + *SimpleMenu.line19.foreground: gray61 + *SimpleMenu.line20.foreground: gray91 + *SimpleMenu.line21.foreground: gray61 + *SimpleMenu.line22.foreground: gray91 + *SimpleMenu.line23.foreground: gray61 + *SimpleMenu.line24.foreground: gray91 + *SimpleMenu.line25.foreground: gray61 + *SimpleMenu.line26.foreground: gray91 + *SimpleMenu.line27.foreground: gray61 + *SimpleMenu.line28.foreground: gray91 + *SimpleMenu.line29.foreground: gray61 + *SimpleMenu.line30.foreground: gray91 + *SimpleMenu.line31.foreground: gray61 + *SimpleMenu.line32.foreground: gray91 + *SimpleMenu.line33.foreground: gray61 + *SimpleMenu.line34.foreground: gray91 + *SimpleMenu.line35.foreground: gray61 + *SimpleMenu.line36.foreground: gray91 + *SimpleMenu.line37.foreground: gray61 + *SimpleMenu.line38.foreground: gray91 + *SimpleMenu.line39.foreground: gray61 + *SimpleMenu.line40.foreground: gray91 +} + + |