styles/iris.style
changeset 1932 6afe07d9c88c
parent 1858 a28b0fd89318
child 1937 c48e025f7931
equal deleted inserted replaced
1931:27aa9e5b15dd 1932:6afe07d9c88c
     1 ; View defaultStyle:#iris 
     1 ; View defaultStyle:#iris 
     2 ;
     2 ;
     3 ; silicon graphics style
     3 ; silicon graphics style
     4 ; (somwehat like motif, but with smooth edges and bells&whistles)
     4 ; (somwehat like motif, but with smooth edges and bells&whistles)
     5 ;
     5 ;
     6 ; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.22 1997-08-13 15:30:50 cg Exp $
     6 ; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.23 1997-10-21 18:22:05 cg Exp $
     7 
     7 
     8 comment  'Silicon graphics'' Iris look alike'
     8 comment  'Silicon graphics'' Iris look alike'
     9 
     9 
    10 #if (Language == #german) or:[Language == #de]
    10 #if (Language == #german) or:[Language == #de]
    11 comment  'An Silicon Graphics Iris angelehnter Stil'
    11 comment  'An Silicon Graphics Iris angelehnter Stil'
    41 
    41 
    42 textFont                        Font family:'courier' size:12 
    42 textFont                        Font family:'courier' size:12 
    43 textLightColor                  =viewGrey
    43 textLightColor                  =viewGrey
    44 
    44 
    45 #if Display hasColors   
    45 #if Display hasColors   
    46 textSelectionForegroundColor    Color black
    46 textSelection.foregroundColor    Color black
    47 textSelectionBackgroundColor    Color green
    47 textSelection.backgroundColor    Color green
    48 #endif
    48 #endif
    49 
    49 
    50 textCursorForegroundColor       Color white
    50 textCursorForegroundColor       Color white
    51 #if Display hasColors
    51 #if Display hasColors
    52 textCursorBackgroundColor       Color red
    52 textCursorBackgroundColor       Color red
    83 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
    83 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
    84 selectionFont                   =variableFont
    84 selectionFont                   =variableFont
    85 labelFont                       =variableFont
    85 labelFont                       =variableFont
    86 
    86 
    87 #if Display hasColors   
    87 #if Display hasColors   
    88 toggleShowLamp                  true
    88 toggle.showLamp                  true
    89 toggleLampColor                 Color yellow
    89 toggle.lampColor                 Color yellow
    90 checkToggleCheckColor           Color red
    90 checkToggle.checkColor           Color red
    91 checkToggleBitmapFile           'CheckOnColor.xpm'
    91 checkToggle.bitmapFile           'CheckOnColor.xpm'
    92 checkToggleLabelOverMargin      true
    92 checkToggle.labelOverMargin      true
    93 radioButtonShowLamp             false
    93 radioButtonShowLamp             false
    94 radioButtonStyle                #iris
    94 radioButtonStyle                #iris
    95 #endif
    95 #endif
    96 
    96 
    97 scrollerLevel                   -1
    97 scroller.level                   -1
    98 scrollerThumbLevel              3
    98 scroller.thumbLevel              3
    99 scrollerThumbColor              =viewGrey
    99 scroller.thumbColor              =viewGrey
   100 #if Display hasGreyscales
   100 #if Display hasGreyscales
   101 scrollerThumbEnteredColor       =veryLightGray
   101 scroller.thumbEnteredColor       =veryLightGray
   102 #endif
   102 #endif
   103 scrollerThumbEdgeStyle          #soft
   103 scroller.thumbEdgeStyle          #soft
   104 scrollerNTallyMarks             3
   104 scroller.NTallyMarks             3
   105 scrollerTallyLevel              1
   105 scroller.tallyLevel              1
   106 scrollerGhostColor              =mediumGray
   106 scroller.ghostColor              =mediumGray
   107 scrollerGhostLevel              -1
   107 scroller.ghostLevel              -1
   108 #if Display hasGreyscales not
   108 #if Display hasGreyscales not
   109 scrollerViewBackground          Color white
   109 scroller.viewBackground          Color white
   110 #endif
   110 #endif
   111 scrollerMiddleButtonJump        true
   111 scroller.middleButtonJump        true
   112 
   112 
   113 sliderNTallyMarks               1
   113 slider.NTallyMarks               1
   114 sliderTallyLevel                1
   114 slider.tallyLevel                1
   115 
   115 
   116 buttonEdgeStyle                 #soft
   116 button.edgeStyle                 #soft
   117 buttonActiveLevel               -1
   117 button.activeLevel               -1
   118 buttonPassiveLevel              3
   118 button.passiveLevel              3
   119 buttonDisabledForegroundColor   =darkGray
   119 button.disabledForegroundColor   =darkGray
   120 #if Display hasGreyscales
   120 #if Display hasGreyscales
   121 buttonEnteredBackgroundColor    =veryLightGray
   121 button.enteredBackgroundColor    =veryLightGray
   122 buttonActiveBackgroundColor     nil
   122 button.activeBackgroundColor     nil
   123 buttonActiveForegroundColor     Color black
   123 button.activeForegroundColor     Color black
   124 #else
   124 #else
   125 buttonEnteredBackgroundColor    Color white
   125 button.enteredBackgroundColor    Color white
   126 buttonActiveForegroundColor     Color white
   126 button.activeForegroundColor     Color white
   127 buttonActiveBackgroundColor     Color black
   127 button.activeBackgroundColor     Color black
   128 #endif
   128 #endif
   129 
   129 
   130 #if OperatingSystem getOSType = 'irix'
   130 #if OperatingSystem getOSType = 'irix'
   131 menuFont                        Font family:'helvetica' face:'bold' style:'oblique' size:10
   131 menuFont                        Font family:'helvetica' face:'bold' style:'oblique' size:10
   132 #else
   132 #else
   138 ; menuShowAccelerators            false
   138 ; menuShowAccelerators            false
   139 #if Display hasColors   
   139 #if Display hasColors   
   140 menuCheckColor                  Color red
   140 menuCheckColor                  Color red
   141 #endif
   141 #endif
   142 
   142 
   143 pullDownMenuFont                =menuFont
   143 pullDownMenu.font                =menuFont
   144 pullDownMenuKeepMenu            true
   144 pullDownMenu.keepMenu            true
   145 pullDownMenuLevel               0
   145 pullDownMenu.level               0
   146 pullDownMenuHilightLevel        2
   146 pullDownMenu.hilightLevel        2
   147 pullDownMenuEdgeStyle           #soft
   147 pullDownMenu.edgeStyle           #soft
   148 
   148 
   149 variablePanelHandleColor        =darkGray
   149 variablePanelHandleColor        =darkGray
   150 #if Display hasGreyscales
   150 #if Display hasGreyscales
   151 variablePanelHandleEnteredColor =veryLightGray
   151 variablePanelHandleEnteredColor =veryLightGray
   152 #endif
   152 #endif