dec motif style3 added
authorClaus Gittinger <cg@exept.de>
Sun, 18 Apr 1999 00:01:39 +0200
changeset 2562 9628fa11ba4a
parent 2561 ca2c81942f91
child 2563 e1da4e6880a9
dec motif style3 added
styles/generic.style
styles/motif.common
styles/motif_dec.style
styles/motif_dec3.style
--- a/styles/generic.style	Sat Apr 17 14:49:19 1999 +0200
+++ b/styles/generic.style	Sun Apr 18 00:01:39 1999 +0200
@@ -26,7 +26,7 @@
 ; all of them for new styles. 
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.42 1999-03-16 13:40:57 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.43 1999-04-17 22:01:36 cg Exp $
 
 ;
 ; agenda:
@@ -434,7 +434,7 @@
 ;
 slider.NTallyMarks       1
 slider.tallyLevel        -1
-slider.level             nil     "nil means: means inherit from scroller"
+slider.level             nil     "nil means: inherit from scroller"
 
 miniScroller.size        2.5     "/ millimeters
 
@@ -443,6 +443,7 @@
 ;
 framedBox.foregroundColor        Color black
 framedBox.labelPosition          #topCenter "#topLeft #topRight #bottomLeft #bottomCenter #bottomRight"
+framedBox.font                   nil  "nil means: as inherited from view"
 
 ruler.foregroundColor            nil "nil means: use foregroundColor or Black or White"
 ruler.backgroundColor            nil "nil means: use viewBackground"
--- a/styles/motif.common	Sat Apr 17 14:49:19 1999 +0200
+++ b/styles/motif.common	Sun Apr 18 00:01:39 1999 +0200
@@ -2,7 +2,7 @@
 ; common motif stuff (not a style, but included by all motif style variations)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.22 1999-03-24 23:24:11 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.23 1999-04-17 22:01:37 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -27,6 +27,7 @@
 popupHideOnRelease              false    
 
 focusColor                      Color black
+focus.explicitWithButtonPress   true
 ; focusColor                      Color yellow
 
 scrollBar.position               #right 
--- a/styles/motif_dec.style	Sat Apr 17 14:49:19 1999 +0200
+++ b/styles/motif_dec.style	Sun Apr 18 00:01:39 1999 +0200
@@ -1,10 +1,10 @@
 ; View defaultStyle:#'motif_dec' 
 ;
 ; dec's motif style (as seen on an ultrix4.4 system)
-; like motif, but using different colors
+; like motif, but using different colors (baby blue)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_dec.style,v 1.7 1997-11-02 19:49:01 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_dec.style,v 1.8 1999-04-17 22:01:38 cg Exp $
 
 #if Display hasGreyscales
 # if Display hasColors
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/styles/motif_dec3.style	Sun Apr 18 00:01:39 1999 +0200
@@ -0,0 +1,78 @@
+; View defaultStyle:#'motif_dec3' 
+;
+; dec's motif style (as seen on an OSF-alpha system)
+; like motif
+;
+;
+; $Header: /cvs/stx/stx/libview/styles/Attic/motif_dec3.style,v 1.1 1999-04-17 22:01:39 cg Exp $
+
+#if Display hasGreyscales
+viewGrey                    (Color grey:59.6078) 
+scrollerVB                  (Color grey:50.1961)
+selectionInListColor        (Color red:40.7843 green:42.3529 blue:50.1961)
+#endif
+#if Display hasColors
+orange                      (Color red:90.9804 green:65.8824 blue:43.9216)
+#endif
+
+#include 'motif.common'
+
+comment  'DEC-windows look alike'
+
+#if (Language == #german) or:[Language == #de]
+comment  'Angelehnt an DEC-windows.'
+#endif
+#if (Language == #french) or:[Language == #fr]
+comment  'Comme DEC-windows'
+#endif
+
+; menuFont             Font family:'helvetica' face:'medium' style:'roman' size:12
+menuFont             Font family:'lucidabright' face:'medium' style:'roman' size:12
+
+lightColor                Color grey:85
+shadowColor               Color grey:30
+
+textCursor.type            #block
+
+scroller.viewBackground    =scrollerVB 
+scroller.thumbColor        =viewGrey
+scroller.thumbLevel        1
+scrollBar.level            -1
+
+selection.foregroundColor  Color black
+
+label.foregroundColor      Color black
+
+button.activeBackgroundColor      =scrollerVB
+button.foregroundColor            Color white
+button.activeForegroundColor      Color white
+button.activeLevel                -1
+button.passiveLevel               1
+button.font                       =menuFont
+
+label.font                       =menuFont
+label.foregroundColor            Color white
+
+arrowButton.activeForegroundColor =viewGrey  
+
+menu.viewBackgroundColor         =scrollerVB
+menu.backgroundColor             =scrollerVB
+menu.foregroundColor             Color white
+menu.disabledForegroundColor     Color darkGrey
+
+selection.backgroundColor        =selectionInListColor
+selection.foregroundColor        Color white
+selection.hilightForegroundColor =selectionInListColor
+selection.hilightBackgroundColor Color white
+; selection.hilightFrameColor      =orange
+selection.font                   =menuFont
+
+ruler.backgroundColor            =scrollerVB
+
+focusBorderWidth                 1
+#if Display hasColors
+focusColor                       =orange
+#endif
+
+framedBox.foregroundColor        Color white
+framedBox.font                   =menuFont