styles/next.style
changeset 1948 6a9b754ca6d3
parent 1857 854b5ec3c7b9
child 2117 58ca18b9ff4f
--- a/styles/next.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/next.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; NeXT look-alike - almost like motif or iris,
 ; but with smoother edges and frames around scrollbars and selections
 ;
-; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.9 1997-08-13 13:51:29 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.10 1997-11-02 19:49:09 cg Exp $
 
 comment  'NeXT look alike'
 
@@ -34,54 +34,54 @@
 popupBorderWidth                1     
 
 #if Display hasGreyscales
-menuHilightForegroundColor      Color black
-menuHilightBackgroundColor      Color white
+menu.hilightForegroundColor      Color black
+menu.hilightBackgroundColor      Color white
 #else
-menuHilightForegroundColor      Color white
-menuHilightBackgroundColor      Color black
+menu.hilightForegroundColor      Color white
+menu.hilightBackgroundColor      Color black
 #endif
 
-variablePanelHandlePosition     #center 
-variablePanelHandleStyle        #next
+variablePanel.handlePosition     #center 
+variablePanel.handleStyle        #next
 
-scrollBarScrollerBordered       true
+scrollBar.scrollerBordered       true
 
 #if Display hasGreyscales
-scrollerViewBackground          (Color grey:50) exactOrNearestOn:(Screen current)
-scrollerThumbColor              (Color lightGrey) exactOrNearestOn:(Screen current)
-scrollerThumbEdgeStyle          #soft
+scroller.viewBackground          (Color grey:50) exactOrNearestOn:(Screen current)
+scroller.thumbColor              (Color lightGrey) exactOrNearestOn:(Screen current)
+scroller.thumbEdgeStyle          #soft
 #else
-scrollerThumbColor              Color white
+scroller.thumbColor              Color white
 #endif
-scrollerThumbLevel              2
-scrollerThumbInset              1
-scrollerBorderWidth             1
+scroller.thumbLevel              2
+scroller.thumbInset              1
+scroller.borderWidth             1
 
-buttonEdgeStyle                 #soft
-buttonActiveLevel               1
-buttonPassiveLevel              2
+button.edgeStyle                 #soft
+button.activeLevel               1
+button.passiveLevel              2
 #if Display hasGreyscales
-buttonActiveForegroundColor     Color black
-buttonActiveBackgroundColor     Color white
-buttonEnteredBackgroundColor    (Color lightGrey) exactOrNearestOn:(Screen current)
-buttonHalfShadowColor           =viewGrey darkened
-buttonHalfLightColor            Color white
+button.activeForegroundColor     Color black
+button.activeBackgroundColor     Color white
+button.enteredBackgroundColor    (Color lightGrey) exactOrNearestOn:(Screen current)
+button.halfShadowColor           =viewGrey darkened
+button.halfLightColor            Color white
 #else
-buttonActiveBackgroundColor     Color black
-buttonActiveForegroundColor     Color white
+button.activeBackgroundColor     Color black
+button.activeForegroundColor     Color white
 #endif
 
-popUpListPopPosition            #shifted
+popUpList.popPosition            #shifted
 
-selectionFont                   Font family:'helvetica' face:'medium' style:'roman' size:12
+selection.font                   Font family:'helvetica' face:'medium' style:'roman' size:12
 
 #if Display hasGrayscales not
-htmlAnchorUnderline                true
-htmlAnchorForegroundColor          Color black
-htmlBackgroundColor                Color white
-htmlActiveAnchorForegroundColor    Color black
-htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
-htmlVisitedAnchorForegroundColor   Color black
-htmlExampleAnchorForegroundColor   Color black
+html.anchorUnderline                true
+html.anchorForegroundColor          Color black
+html.backgroundColor                Color white
+html.activeAnchorForegroundColor    Color black
+html.activeAnchorBackgroundColor    =htmlBackgroundColor
+html.visitedAnchorForegroundColor   Color black
+html.exampleAnchorForegroundColor   Color black
 #endif