*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 07 Oct 2015 01:02:19 +0200
changeset 6996 14355fbc7b6e
parent 6995 3bbd6e440efc
child 6997 2144afaf1cfc
*** empty log message ***
styles/iris.common
--- a/styles/iris.common	Wed Oct 07 01:02:10 2015 +0200
+++ b/styles/iris.common	Wed Oct 07 01:02:19 2015 +0200
@@ -1,9 +1,9 @@
-; View defaultStyle:#iris 
+; View defaultStyle:#iris
 ;
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.common,v 1.18 2002-09-06 20:53:35 cg Exp $
+; $Header$
 
 is3D                            true
 
@@ -15,20 +15,20 @@
 #else
 popup.shadow                    true
 #endif
-popup.level                     1     
-popup.borderWidth               1     
+popup.level                     1
+popup.borderWidth               1
 
 #if (Screen current serverVendor = 'microsoft')
 font                             Font family:'courier' size:10
 #endif
 
-text.font                        Font family:'courier' size:12 
+text.font                        Font family:'courier' size:12
 text.lightColor                  =viewGrey
 
 text.alternativeSelectionForegroundColor    Color black
 text.alternativeSelectionBackgroundColor    (Color redByte:150 "255" greenByte:255 blueByte:100 "204")
 
-#if Screen current hasColors   
+#if Screen current hasColors
 textSelection.foregroundColor    Color black
 textSelection.backgroundColor    Color green
 #endif
@@ -48,11 +48,11 @@
 #else
 transcript.foregroundColor       Color white
 transcript.backgroundColor       Color black
-transcript.cursorForegroundColor =transcript.backgroundColor 
+transcript.cursorForegroundColor =transcript.backgroundColor
 transcript.cursorBackgroundColor =transcript.foregroundColor
 #endif
 
-#if Screen current hasColors   
+#if Screen current hasColors
 ; editField.backgroundColor           Color red:100 green:75 blue:75
 ; editField.backgroundColor           (Color scaledRed:16rB9B9 scaledGreen:16r8E8E scaledBlue:16r8E8E) exactOrNearestOn:(Screen current)
 editField.backgroundColor           (Color scaledRed:16rB9B9 scaledGreen:16r8E8E scaledBlue:16r8E8E) exactOrNearestOn:(Screen current)
@@ -74,7 +74,7 @@
 selection.font                   =variableFont
 label.font                       =variableFont
 
-#if Screen current hasColors   
+#if Screen current hasColors
 toggle.showLamp                  true
 toggle.lampColor                 Color yellow
 checkToggle.checkColor           Color red
@@ -125,7 +125,7 @@
 
 #if (Screen current serverVendor = 'microsoft')
 menu.font                        Font family:'helvetica' face:'bold' style:'roman' size:10
-text.font                        Font family:'courier' size:10 
+text.font                        Font family:'courier' size:10
 variableFont                     Font family:'helvetica' face:'medium' style:'roman' size:10
 selection.font                   =variableFont
 label.font                       =variableFont
@@ -144,10 +144,15 @@
 menu.hilightForegroundColor      Color black
 menu.hilightLevel                1
 ; menuShowAccelerators            false
-#if Screen current hasColors   
+#if Screen current hasColors
 menu.checkColor                  Color red
 #endif
 menu.mainMenu.tabable            true
+menu.extraMargin                    2
+menu.suppressSeparatingLinesInToolbar        true
+;menu.buttonPassiveLevel        1
+;menu.buttonActiveLevel         -1
+;menu.buttonEnteredLevel        1
 
 pullDownMenu.font                =menu.font
 pullDownMenu.menuLevel           2