*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 02 Nov 1997 20:49:19 +0100
changeset 1948 6a9b754ca6d3
parent 1947 dce44929b7c5
child 1949 b96f628ddeba
*** empty log message ***
styles/generic.style
styles/iris.style
styles/iris2.style
styles/iris_GB.style
styles/iris_NCD.style
styles/motif.common
styles/motif.style
styles/motif2.style
styles/motif3.style
styles/motif4.style
styles/motif_blue.style
styles/motif_blue_light.style
styles/motif_blue_red.style
styles/motif_dec.style
styles/motif_dec2.style
styles/motif_left.style
styles/motif_left_light.style
styles/motif_light.style
styles/motif_ncd.style
styles/motif_red.style
styles/motif_redButtons.style
styles/motif_red_light.style
styles/mswindows.common
styles/mswindows2.style
styles/mswindows3.style
styles/next.style
styles/normal.style
styles/normal2.style
styles/oldStyles/fun_iris.style
styles/oldStyles/fun_motif.style
styles/oldStyles/fun_motif2.style
styles/oldStyles/fun_motif_white.style
styles/oldStyles/fun_sofia.style
styles/openwin.style
styles/os2.style
styles/st80.style
styles/st80_autohide.style
styles/st80_left.style
styles/st80_left_autohide.style
--- a/styles/generic.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/generic.style	Sun Nov 02 20:49:19 1997 +0100
@@ -26,7 +26,7 @@
 ; all of them for new styles. 
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.30 1997-09-11 01:57:37 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.31 1997-11-02 19:48:54 cg Exp $
 
 ;
 ; agenda:
@@ -104,11 +104,11 @@
 ; the default size of topViews;
 ; if unspecified, 2/3 of the screen dimension are taken
 ;
-standardSystemViewDefaultExtent            (Screen current extent * (2/3))
+standardSystemView.defaultExtent            (Screen current extent * (2/3))
 ;
 ; same for modal boxes
 ;
-modalBoxDefaultExtent                      200@150
+modalBox.defaultExtent                      200@150
 
 ;
 ; the default font (notice that there are extra variables for
@@ -148,287 +148,290 @@
 ; solid color; otherwise shadow is drawn by halftoning the pixels below.
 ; This may be slow on some X-servers.
 ;
-popupShadow             false   
-popupShadowColor        Color black
-popupLevel              nil     
-popupBorderWidth        1            "2D styles only"
-popupBorderColor        Color black  "2D styles only"   
+popup.shadow             false   
+popup.shadowColor        Color black
+popup.level              nil     
+popup.borderWidth        1            "2D styles only"
+popup.borderColor        Color black  "2D styles only"   
 ;
 ; this controls if popups have to be clicked again to go away (if false)
 ; or vanish automatically, when the button is released (if true)
 ; the default is true
 ;
-popupHideOnRelease      true    
-; UNIMPLEMENTED. popupEdgeStyle          nil          "or #soft"   
+popup.hideOnRelease      true    
+; UNIMPLEMENTED. popup.edgeStyle          nil          "or #soft"   
 
 ;
 ; menus
 ;
-menuFont                    =variableFont
-menuForegroundColor         nil "means: use default from superclass"
-menuBackgroundColor         nil "means: use default from superclass"
-menuHilightForegroundColor  =menuBackgroundColor  "if level is ~~ 0, default is menuForegroundColor"
-menuHilightBackgroundColor  =menuForegroundColor  "if level is ~~ 0, default is menuBackgroundColor"
-menuHilightLevel            0
-menuSeparatingLineLevel     0
-menuCheckColor              nil "means: use fgColor"
-menuShowAccelerators        true
+menu.font                    =variableFont
+menu.foregroundColor         nil "means: use default from superclass"
+menu.backgroundColor         nil "means: use default from superclass"
+menu.hilightForegroundColor  =menu.backgroundColor  "if level is ~~ 0, default is menuForegroundColor"
+menu.hilightBackgroundColor  =menu.foregroundColor  "if level is ~~ 0, default is menuBackgroundColor"
+menu.hilightLevel            0
+menu.separatingLineLevel     0
+menu.checkColor              nil "means: use fgColor"
+menu.showAccelerators        true
 
 ;
 ; pullDownMenu takes menu style if not specified otherwise
 ;
-pullDownMenuViewBackground          =menuViewBackground
-pullDownMenuForegroundColor         =menuForegroundColor
-pullDownMenuBackgroundColor         =menuBackgroundColor
-pullDownMenuHilightForegroundColor  =menuHilightForegroundColor
-pullDownMenuHilightBackgroundColor  =menuHilightBackgroundColor
-pullDownMenuShadowColor             =menuShadowColor
-pullDownMenuLightColor              =menuLightColor
-pullDownMenuFont                    =menuFont
-pullDownMenuEdgeStyle               nil    "or #soft"
-pullDownMenuSeparatingLines         true
-pullDownMenuLevel                   1
-pullDownMenuHilightLevel            =menuHilightLevel "ifnil: 0"
-pullDownMenuAutoselectFirst         false
+pullDownMenu.viewBackground          =menuViewBackground
+pullDownMenu.foregroundColor         =menuForegroundColor
+pullDownMenu.backgroundColor         =menuBackgroundColor
+pullDownMenu.hilightForegroundColor  =menuHilightForegroundColor
+pullDownMenu.hilightBackgroundColor  =menuHilightBackgroundColor
+pullDownMenu.shadowColor             =menuShadowColor
+pullDownMenu.lightColor              =menuLightColor
+pullDownMenu.font                    =menuFont
+pullDownMenu.edgeStyle               nil    "or #soft"
+pullDownMenu.separatingLines         true
+pullDownMenu.level                   1
+pullDownMenu.hilightLevel            =menuHilightLevel "ifnil: 0"
+pullDownMenu.autoselectFirst         false
 
 ;
 ;if true, menu stays pulled if button is released (as in motif, mswindows)
 ;otherwise, it hides itself on button release.
 ;
-pullDownMenuKeepMenu                false
+pullDownMenu.keepMenu                false
 
 ;
 ;if true, pressing button again (in the pull-menus item) hides a shown (kept)
 ;menu. Otherwise a press outside of the item-area is required to hide the menu.
 ;
-pullDownMenuToggleKeep              false
+pullDownMenu.toggleKeep              false
 
 ;
 ;if true, menus topview is raised when an entry is activated
 ;
-pullDownMenuRaiseTop                true
+pullDownMenu.raiseTop                true
 
 ;
 ; popupList
 ;
-popUpListPopPosition                nil   "or #shifted, or #below"
+popUpList.popPosition                nil   "or #shifted, or #below"
 
 ;
 ; label defaults 
 ; (these are inherited by Button, Toggles etc. if not redefined)
 
-labelForegroundColor        Color black
-labelBackgroundColor        =viewBackground
-labelFont                   =fixedFont
+label.foregroundColor        Color black
+label.backgroundColor        =viewBackground
+label.font                   =fixedFont
 
 ;
 ; buttons, toggles etc.
 ;
-buttonFont                      nil     "nil means: use font"
-buttonEdgeStyle                 nil     "or #soft"
-buttonBorderWidth               nil     "nil means: use value of borderWidth"
-buttonActiveLevel               -1
-buttonPassiveLevel              1
-buttonForegroundColor           nil     "nil means: use label-value"
-buttonBackgroundColor           nil     "nil means: use label-value"
-buttonFont                      nil     "nil means: use label-value"
-buttonDisabledForegroundColor   Color grey
-buttonDisabledBackgroundColor   nil     "nil means: use bgColor"
-buttonEnteredForegroundColor    nil     "nil means: use fgColor"
-buttonEnteredBackgroundColor    nil     "nil means: use bgColor"
-buttonActiveForegroundColor     nil     "nil means: use fgColor"
-buttonActiveBackgroundColor     nil     "nil means: use bgColor"
-buttonReturnButtonHasImage      true    "place a return-icon into defaultButtons"
-buttonReturnButtonHasBorder     false   "place a border around defaultButtons"
+button.font                      nil     "nil means: use font"
+button.edgeStyle                 nil     "or #soft"
+button.borderWidth               nil     "nil means: use value of borderWidth"
+button.activeLevel               -1
+button.passiveLevel              1
+button.foregroundColor           nil     "nil means: use label-value"
+button.backgroundColor           nil     "nil means: use label-value"
+button.font                      nil     "nil means: use label-value"
+button.disabledForegroundColor   Color grey
+button.disabledBackgroundColor   nil     "nil means: use bgColor"
+button.enteredForegroundColor    nil     "nil means: use fgColor"
+button.enteredBackgroundColor    nil     "nil means: use bgColor"
+button.activeForegroundColor     nil     "nil means: use fgColor"
+button.activeBackgroundColor     nil     "nil means: use bgColor"
+button.returnButtonHasImage      true    "place a return-icon into defaultButtons"
+button.returnButtonHasBorder     false   "place a border around defaultButtons"
 
 ; arrow buttons in scrollBars
 ;
-arrowButtonStyle                 nil    "choose one of (#st80 #motif #mswindows nil)"
-arrowButtonForegroundColor       nil    "nil means: use buttons default"
-arrowButtonActiveForegroundColor nil    "nil means: use buttons default"
-arrowButtonActiveBackgroundColor nil    "nil means: use buttons default"
-arrowButtonUpFormFile            'ScrollUp.xbm'
-arrowButtonDownFormFile          'ScrollDn.xbm'
-arrowButtonLeftFormFile          'ScrollLt.xbm'
-arrowButtonRightFormFile         'ScrollRt.xbm'
-arrowButtonActiveLevel           nil    "nil means: use buttons default"
-arrowButtonPassiveLevel          nil    "nil means: use buttons default"
+arrowButton.style                 nil    "choose one of (#st80 #motif #mswindows nil)"
+arrowButton.foregroundColor       nil    "nil means: use buttons default"
+arrowButton.activeForegroundColor nil    "nil means: use buttons default"
+arrowButton.activeBackgroundColor nil    "nil means: use buttons default"
+arrowButton.upFormFile            'ScrollUp.xbm'
+arrowButton.downFormFile          'ScrollDn.xbm'
+arrowButton.leftFormFile          'ScrollLt.xbm'
+arrowButton.rightFormFile         'ScrollRt.xbm'
+arrowButton.activeLevel           nil    "nil means: use buttons default"
+arrowButton.passiveLevel          nil    "nil means: use buttons default"
 
 ;
 ; show a little lamp (a la IRIS) in toggles ?
 ;
-toggleShowLamp          false         "false means: no lamp"
-toggleLampColor         Color yellow  "ignored if above is false"
+toggle.showLamp          false         "false means: no lamp"
+toggle.lampColor         Color yellow  "ignored if above is false"
 
 ;
 ; the color of checkmarks (normally black; IRIS shows them red)
 ;
-checkToggleCheckColor   Color black
-checkToggleBitmapFile   'CheckOn.xbm'
-checkToggleStyle        #cross       "or #check only taken if file is nil"
-checkToggleActiveBackgroundColor  nil   "means: use buttons default"
-checkToggleActiveLevel            nil   "means: use buttons default"
-checkTogglePassiveLevel           nil   "means: use buttons default"
+checkToggle.checkColor   Color black
+checkToggle.bitmapFile   'CheckOn.xbm'
+checkToggle.style        #cross       "or #check only taken if file is nil"
+checkToggle.activeBackgroundColor  nil   "means: use buttons default"
+checkToggle.activeLevel            nil   "means: use buttons default"
+checkToggle.passiveLevel           nil   "means: use buttons default"
 
 
 ;
 ; text view backgrounds - this is not the same as
 ; textBackgroundColor (although it looks better if it is ...)
 ;
-textViewBackground              Color white
+textView.background              Color white
 TextView.st80Selections         false   "/ enables ST80 style doubleClick
 
 ;
 ; texts in ListView, TextView, EditTextView etc.
 ;
-textForegroundColor             Color black
-textBackgroundColor             Color white
-textFont                        =fixedFont
+text.foregroundColor             Color black
+text.backgroundColor             Color white
+text.font                        =fixedFont
+text.tabPositions                #(1 9 17 25 33 41 49 57 65 73 81 89 97 105 113 121 129 137 145)
 
-textCursorForegroundColor       Color white
+textCursor.foregroundColor       Color white
 #if Display hasColors
-textCursorBackgroundColor       Color red
+textCursor.backgroundColor       Color red
 #else
-textCursorBackgroundColor       Color black
+textCursor.backgroundColor       Color black
 #endif
-textCursorType                  #block "choose one of (#block #ibeam #caret #solidCaret)"
-textWordSelectCatchesBlanks     false
+textCursor.type                  #block "choose one of (#block #ibeam #caret #solidCaret)"
 
 ;
 ; text view selections
 ;
-textSelectionForegroundColor    =textBackgroundColor
+text.wordSelectCatchesBlanks     false
+text.st80Selections              false
+
+text.selectionForegroundColor    =text.backgroundColor
 #if Display hasColors
-textSelectionBackgroundColor    Color green
+text.selectionBackgroundColor    Color green
 #else
 #  if Display hasGreyscales
-textSelectionBackgroundColor    Color grey
+text.selectionBackgroundColor    Color grey
 #  else
-textSelectionBackgroundColor    =textForegroundColor
+text.selectionBackgroundColor    =text.foregroundColor
 #  endif
 #endif
 
 ;
 ; text in editfields
 ;
-editFieldForegroundColor           Color black
-editFieldBackgroundColor           Color white
-editFieldSelectionForegroundColor  Color white
-editFieldSelectionBackgroundColor  Color black
-editFieldFont                      =fixedFont
+editField.foregroundColor           Color black
+editField.backgroundColor           Color white
+editField.selectionForegroundColor  Color white
+editField.selectionBackgroundColor  Color black
+editField.font                      =fixedFont
 
 ;
 ; special values for the transcript
 ;
-transcriptForegroundColor       Color black
-transcriptBackgroundColor       Color white
-transcriptCursorForegroundColor =transcriptBackgroundColor
-transcriptCursorBackgroundColor =transcriptForegroundColor
+transcript.foregroundColor       Color black
+transcript.backgroundColor       Color white
+transcript.cursorForegroundColor =transcript.backgroundColor
+transcript.cursorBackgroundColor =transcript.foregroundColor
 
 ;
 ; highlighting errors in codeviews
 ;
-codeErrorSelectionForegroundColor       =textSelectionForegroundColor
+codeError.selectionForegroundColor       =text.selectionForegroundColor
 #if Display hasColors
-codeErrorSelectionBackgroundColor       Color red
+codeError.selectionBackgroundColor       Color red
 #else
-codeErrorSelectionBackgroundColor       =textSelectionBackgroundColor
+codeError.selectionBackgroundColor       =text.selectionBackgroundColor
 #endif
 
 ;
 ; selection-in-list
 ;
-selectionMultiSelectionModifier         nil "means: #Shift; alternaitve: #Control"
-selectionForegroundColor                nil "means: use text-backgroundColor"
-selectionBackgroundColor                nil "means: use viewBackground"
-selectionHilightForegroundColor         nil "means: use backgroundColor"
-selectionHilightBackgroundColor         nil "means: use foregroundColor"
-selectionHilightFrameColor              nil "means: no frame around selection"
-selectionHilightLevel                   0
-selectionHilightStyle                   nil "means: depend on styles name"
-selectionFont                           nil "means: use textFont"
-selectionDisabledForegroundColor        nil "means: use grey"
-;NOTIMPL selectionRightArrowStyle
-selectionRightArrowLevel                1
+selection.multiSelectionModifier         nil "means: #Shift; alternaitve: #Control"
+selection.foregroundColor                nil "means: use text-backgroundColor"
+selection.backgroundColor                nil "means: use viewBackground"
+selection.hilightForegroundColor         nil "means: use backgroundColor"
+selection.hilightBackgroundColor         nil "means: use foregroundColor"
+selection.hilightFrameColor              nil "means: no frame around selection"
+selection.hilightLevel                   0
+selection.hilightStyle                   nil "means: depend on styles name"
+selection.font                           nil "means: use textFont"
+selection.disabledForegroundColor        nil "means: use grey"
+;NOTIMPL selection.rightArrowStyle
+selection.rightArrowLevel                1
 
 ;
 ; variable panels
 ;
-variablePanelShowHandle         true
-variablePanelHandlePosition     #right "#center #left"
-variablePanelHandleStyle        nil    "nil means: as appropriate per style-name; i.e. #next., #motif ..."
+variablePanel.showHandle         true
+variablePanel.handlePosition     scrollbar.position "/ OLD: #right "#center #left"
+variablePanel.handleStyle        nil    "nil means: as appropriate per style-name; i.e. #next., #motif ..."
 ;                                      in addition to the known ones, 
 ;                                      #none, #iris, #line, #motif or #full are also allowed                                        
-variablePanelHandleColor        Black  "only for #iris, #normal and #mswindows"
-variablePanelHandleLevel        2      "only if not #line"
+variablePanel.handleColor        Black  "only for #iris, #normal and #mswindows"
+variablePanel.handleLevel        2      "only if not #line"
 
-; OBSOLETE: variablePanelTrackingLine       false  "false means: track bar; true means: only track line"
-variablePanelTrackingStyle      #solidRectangle  "/ means: rectangle track. 
+; OBSOLETE: variablePanel.trackingLine       false  "false means: track bar; true means: only track line"
+variablePanel.trackingStyle      #solidRectangle  "/ means: rectangle track. 
 						 "/ Also possible:or: #solidLine or: #dashedLine
-variablePanelSeparatingLine     false  "true means: draw an edged line in addition to handle"
+variablePanel.separatingLine     false  "true means: draw an edged line in addition to handle"
 
-scrolledViewLevel               -1                 "level of scrolled view. -1 for 3D styles; 0 for 2D styles"
-scrollableViewLevel             nil                "nil: as specified elsewhere; only 0 for openWin"
-scrolledViewBorderWidth         nil                "nil: slave views own preferrence; 1 in openWin"
-scrolledViewMargin              =viewSpacing // 2  "outer margin around scrolledView"
-scrollBarSpacing                =viewSpacing // 2  "space between scrolledview and scrollBar"
-scrollBarHiding                 false              "/ automatic hiding of useless scrollBars
+scrolledView.level               -1                 "level of scrolled view. -1 for 3D styles; 0 for 2D styles"
+scrollableView.level             nil                "nil: as specified elsewhere; only 0 for openWin"
+scrolledView.borderWidth         nil                "nil: slave views own preferrence; 1 in openWin"
+scrolledView.margin              =viewSpacing // 2  "outer margin around scrolledView"
+scrollBar.spacing                =viewSpacing // 2  "space between scrolledview and scrollBar"
+scrollBar.hiding                 false              "/ automatic hiding of useless scrollBars
 
 
 ;
 ; scrollbar position in scrolled views
 ;
-scrollBarPosition               #left   "or: #right"
+scrollBar.position               #left   "or: #right"
 
 ;
 ; scrollbars
 ;
-scrollBarButtonPositions        #around         "or: #top #bottom"         
-scrollBarLevel                  0               "level of scrollBar"
-scrollBarElementSpacing         0               "spacing betwen buttons & thumb"
-scrollBarDisableButtons         false           "shall we disable buttons if appropriate"
-scrollBarNeverMini              false
-scrollBarHiding                 false           "hide scrollBars if nothing to scroll"
+scrollBar.buttonPositions        #around         "or: #top #bottom"         
+scrollBar.level                  0               "level of scrollBar"
+scrollBar.elementSpacing         0               "spacing betwen buttons & thumb"
+scrollBar.disableButtons         false           "shall we disable buttons if appropriate"
+scrollBar.neverMini              false           "force big scrollBars"
+scrollBar.hiding                 false           "hide scrollBars if nothing to scroll"
 
 ;
 ; scrollers (also used in scrollBars & also affects sliders)
 ;
-scrollerViewBackground          Color grey
-scrollerThumbColor              Color white
-scrollerThumbEnteredColor       =scrollerThumbColor
-scrollerThumbFrameColor         Color black "nil means no frame"
-scrollerThumbLevel              0
-scrollerThumbActiveLevel        =scrollerThumbLevel
-scrollerThumbInset              0
-scrollerThumbFixHeight          false
-scrollerThumbEdgeStyle          nil "or #soft"
-scrollerLevel                   0
-scrollerBorderWidth             =borderWidth
-scrollerNTallyMarks             0
-scrollerTallyLevel              0
-scrollerGhostColor              nil     " nil means - no ghosting"
-scrollerGhostLevel              0       "only used if above color is nonNil"
-scrollerSnapBack                false   "w95 behavior: snap back if moved out of the scroller"
-scrollerMiddleButtonJump        false   "xterm behavior: middle button jumps to click position"
+scroller.viewBackground          Color grey
+scroller.thumbColor              Color white
+scroller.thumbEnteredColor       =scrollerThumbColor
+scroller.thumbFrameColor         Color black "nil means no frame"
+scroller.thumbLevel              0
+scroller.thumbActiveLevel        =scrollerThumbLevel
+scroller.thumbInset              0
+scroller.thumbFixHeight          false
+scroller.thumbEdgeStyle          nil "or #soft"
+scroller.level                   0
+scroller.borderWidth             =borderWidth
+scroller.NTallyMarks             0
+scroller.tallyLevel              0
+scroller.ghostColor              nil     " nil means - no ghosting"
+scroller.ghostLevel              0       "only used if above color is nonNil"
+scroller.snapBack                false   "w95 behavior: snap back if moved out of the scroller"
+scroller.middleButtonJump        false   "xterm behavior: middle button jumps to click position"
 
 ;
 ; sliders may have different tally definition than scrollers
 ;
-sliderNTallyMarks       1
-sliderTallyLevel        -1
-sliderLevel             nil     "nil means: means inherit from scroller"
+slider.NTallyMarks       1
+slider.tallyLevel        -1
+slider.level             nil     "nil means: means inherit from scroller"
 
-miniScrollerSize        2.5     "/ millimeters
+miniScroller.size        2.5     "/ millimeters
 
 ;
 ; framed boxes
 ;
-framedBoxForegroundColor        Color black
-framedBoxLabelPosition          #topCenter "#topLeft #topRight #bottomLeft #bottomCenter #bottomRight"
+framedBox.foregroundColor        Color black
+framedBox.labelPosition          #topCenter "#topLeft #topRight #bottomLeft #bottomCenter #bottomRight"
 
-rulerForegroundColor            nil "nil means: use foregroundColor or Black or White"
-rulerBackgroundColor            nil "nil means: use viewBackground"
-rulerMetric                     nil "nil means: use #mm for german, #inch for all others"
+ruler.foregroundColor            nil "nil means: use foregroundColor or Black or White"
+ruler.backgroundColor            nil "nil means: use viewBackground"
+ruler.metric                     nil "nil means: use #mm for german, #inch for all others"
 
 ;
 ; dialog boxes
@@ -437,23 +440,23 @@
 ;
 ; information-box
 ;
-informationBoxIcon      (Image fromFile:'bitmaps/Information.xbm')
+informationBox.icon      (Image fromFile:'bitmaps/Information.xbm')
 
 ;
 ; warnbox
 ;
-warnBoxIcon             (Image fromFile:'bitmaps/Information.xbm')
+warnBox.icon             (Image fromFile:'bitmaps/Information.xbm')
 
 ;
 ; yes/no requests
 ;
-requestBoxIcon          (Image fromFile:'bitmaps/Request.xbm')
+requestBox.icon          (Image fromFile:'bitmaps/Request.xbm')
 
 
-htmlBackgroundColor                Color grey:80
-htmlAnchorForegroundColor          Color blue darkened
-htmlActiveAnchorForegroundColor    Color red
-htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
-htmlVisitedAnchorForegroundColor   Color red:30 green:0 blue:80
-htmlExampleAnchorForegroundColor   Color red:40 green:0 blue:0
-htmlAnchorUnderline                false
+html.backgroundColor                Color grey:80
+html.anchorForegroundColor          Color blue darkened
+html.activeAnchorForegroundColor    Color red
+html.activeAnchorBackgroundColor    =htmlBackgroundColor
+html.visitedAnchorForegroundColor   Color red:30 green:0 blue:80
+html.exampleAnchorForegroundColor   Color red:40 green:0 blue:0
+html.anchorUnderline                false
--- a/styles/iris.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/iris.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.24 1997-10-28 19:14:52 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.25 1997-11-02 19:48:55 cg Exp $
 
 comment  'Silicon graphics'' Iris look alike'
 
@@ -35,9 +35,9 @@
 viewBackground                  =viewGrey
 
 
-popupShadow                     true
-popupLevel                      2     
-popupBorderWidth                1     
+popup.shadow                    true
+popup.level                     2     
+popup.borderWidth               1     
 
 textFont                        Font family:'courier' size:12 
 textLightColor                  =viewGrey
@@ -47,23 +47,23 @@
 textSelection.backgroundColor    Color green
 #endif
 
-textCursorForegroundColor       Color white
+textCursor.foregroundColor       Color white
 #if Display hasColors
-textCursorBackgroundColor       Color red
+textCursor.backgroundColor       Color red
 #else
-textCursorBackgroundColor       Color black
+textCursor.backgroundColor       Color black
 #endif
 
 #if (Display hasColors and:[Display depth > 4])
-transcriptForegroundColor       =veryLightGray
-transcriptBackgroundColor       Color red:0 green:0 blue:25
-transcriptCursorForegroundColor =transcriptBackgroundColor
-transcriptCursorBackgroundColor Color green
+transcript.foregroundColor       =veryLightGray
+transcript.backgroundColor       Color red:0 green:0 blue:25
+transcript.cursorForegroundColor =transcript.backgroundColor
+transcript.cursorBackgroundColor Color green
 #else
-transcriptForegroundColor       Color white
-transcriptBackgroundColor       Color black
-transcriptCursorForegroundColor =transcriptBackgroundColor 
-transcriptCursorBackgroundColor =transcriptForegroundColor
+transcript.foregroundColor       Color white
+transcript.backgroundColor       Color black
+transcript.cursorForegroundColor =transcript.backgroundColor 
+transcript.cursorBackgroundColor =transcript.foregroundColor
 #endif
 
 #if Display hasColors   
@@ -75,9 +75,9 @@
 #endif
 
 #if (Font family:'screen' face:'bold' style:'roman' size:16) existsOn:Display
-editFieldFont                   Font family:'screen' face:'bold' style:'roman' size:16
+editField.font                   Font family:'screen' face:'bold' style:'roman' size:16
 #else
-editFieldFont                   Font family:'courier' face:'medium' style:'roman' size:12
+editField.font                   Font family:'courier' face:'medium' style:'roman' size:12
 #endif
 
 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
@@ -156,11 +156,11 @@
 activeHelp.borderWidth             2
 
 #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
--- a/styles/iris2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/iris2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,12 +3,12 @@
 ; another silicon graphics style
 ; like iris, but hiding scrollBars if there is nothing to scroll
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris2.style,v 1.1 1997-04-04 17:20:31 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris2.style,v 1.2 1997-11-02 19:48:55 cg Exp $
 
 #include 'iris.style'
 
 comment 'Like ''iris'', with autohiding scrollbars'
 
-scrollBarHiding                         true
+scrollBar.hiding                         true
 
 
--- a/styles/iris_GB.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/iris_GB.style	Sun Nov 02 20:49:19 1997 +0100
@@ -1,18 +1,20 @@
-; View defaultStyle:#iris 
+; View defaultStyle:#'iris_GB' 
 ;
-; silicon graphics style
-; (somwehat like motif, but with smooth edges and bells&whistles)
+; modified silicon graphics style - from a customer.
+; This modifies the iris style for brownish colors,
+; to make the ST/X views fit nicely into an existing
+; application.
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris_GB.style,v 1.1 1997-08-06 09:55:46 markus Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris_GB.style,v 1.2 1997-11-02 19:48:56 cg Exp $
 
-comment  'Silicon graphics'' Iris look alike'
+comment  'Silicon graphics'' Iris look alike; brownish colors'
 
 #if (Language == #german) or:[Language == #de]
-comment  'An Silicon Graphics Iris angelehnter Stil'
+comment  'An Silicon Graphics Iris angelehnter Stil; braune Farben'
 #endif
 
 #if (Language == #french) or:[Language == #fr]
-comment  'Un style qui résemble Silicon Graphics Irix'
+comment  'Un style qui résemble Silicon Graphics Irix; couleurs differentes'
 #endif
 
 is3D                            true
@@ -27,50 +29,50 @@
 borderWidth                     0
 viewBackground                  =viewGrey
 
-popupShadow                     true
-popupLevel                      2     
-popupBorderWidth                1     
+popup.shadow                     true
+popup.level                      2     
+popup.borderWidth                1     
 
 textFont                        Font family:'courier' size:12 
 textLightColor                  =viewGrey
 
 #if Display hasColors   
-textSelectionForegroundColor    Color black
-textSelectionBackgroundColor    Color green
+text.selectionForegroundColor    Color black
+text.selectionBackgroundColor    Color green
 #endif
 
-textCursorForegroundColor       Color black
+textCursor.foregroundColor       Color black
 #if Display hasColors
-textCursorBackgroundColor       Color red
+textCursor.backgroundColor       Color red
 #else
-textCursorBackgroundColor       Color black
+textCursor.backgroundColor       Color black
 #endif
 
 #if (Display hasColors and:[Display depth > 4])
-transcriptForegroundColor       Color black
-transcriptBackgroundColor       =viewGrey
-transcriptCursorForegroundColor =transcriptBackgroundColor
-transcriptCursorBackgroundColor Color green
+transcript.foregroundColor       Color black
+transcript.backgroundColor       =viewGrey
+transcript.cursorForegroundColor =transcriptBackgroundColor
+transcript.cursorBackgroundColor Color green
 #else
-transcriptForegroundColor       Color white
-transcriptBackgroundColor       Color black
-transcriptCursorForegroundColor =transcriptBackgroundColor 
-transcriptCursorBackgroundColor =transcriptForegroundColor
+transcript.foregroundColor       Color white
+transcript.backgroundColor       Color black
+transcript.cursorForegroundColor =transcriptBackgroundColor 
+transcript.cursorBackgroundColor =transcriptForegroundColor
 #endif
 
 #if Display hasColors   
-; editFieldBackgroundColor           Color wheat
-editFieldBackgroundColor           Color wheat
-editFieldSelectionBackgroundColor  Color white
-pullDownMenuHilightForegroundColor Color black.
-pullDownMenuHilightBackgroundColor Color wheat.
-editFieldSelectionForegroundColor  Color black
+; editField.backgroundColor           Color wheat
+editField.backgroundColor           Color wheat
+editField.selectionBackgroundColor  Color white
+pullDownMenu.hilightForegroundColor Color black.
+pullDownMenu.hilightBackgroundColor Color wheat.
+editField.selectionForegroundColor  Color black
 #endif
 
 #if (Font family:'screen' face:'bold' style:'roman' size:16) existsOn:Display
-editFieldFont                   Font family:'screen' face:'bold' style:'roman' size:16
+editField.font                   Font family:'screen' face:'bold' style:'roman' size:16
 #else
-editFieldFont                   Font family:'courier' face:'medium' style:'roman' size:12
+editField.font                   Font family:'courier' face:'medium' style:'roman' size:12
 #endif
 
 variableFont                    Font family:'helvetica' face:'medium' style:'roman' size:12
@@ -78,28 +80,28 @@
 labelFont                       =variableFont
 
 #if Display hasColors   
-toggleShowLamp                  true
-toggleLampColor                 Color yellow
-checkToggleCheckColor           Color red
-checkToggleBitmapFile           'CheckOnColor.xpm'
-checkToggleLabelOverMargin      true
-radioButtonShowLamp             false
-radioButtonStyle                #iris
+toggle.showLamp                  true
+toggle.lampColor                 Color yellow
+checkToggle.checkColor           Color red
+checkToggle.bitmapFile           'CheckOnColor.xpm'
+checkToggle.labelOverMargin      true
+radioButton.showLamp             false
+radioButton.style                #iris
 #endif
 
-scrollerLevel                   -1
-scrollerThumbLevel              3
-scrollerThumbColor              =viewGrey
+scroller.level                   -1
+scroller.thumbLevel              3
+scroller.thumbColor              =viewGrey
 #if Display hasGreyscales
-scrollerThumbEnteredColor       Color veryLightGrey
+scroller.thumbEnteredColor       Color veryLightGrey
 #endif
-scrollerThumbEdgeStyle          #soft
-scrollerNTallyMarks             3
-scrollerTallyLevel              1
-scrollerGhostColor              Color grey:50
-scrollerGhostLevel              -1
+scroller.thumbEdgeStyle          #soft
+scroller.NTallyMarks             3
+scroller.tallyLevel              1
+scroller.ghostColor              Color grey:50
+scroller.ghostLevel              -1
 #if Display hasGreyscales not
-scrollerViewBackground          Color white
+scroller.viewBackground          Color white
 #endif
 
 sliderNTallyMarks               1
--- a/styles/iris_NCD.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/iris_NCD.style	Sun Nov 02 20:49:19 1997 +0100
@@ -1,16 +1,18 @@
 ; View defaultStyle:#irisBigFont 
 ;
-; silicon graphics style with large fonts
+; silicon graphics style, brownish with large fonts
+; a customer style.(for NCD x-terminals)
 ;
-; $Header: /cvs/stx/stx/libview/styles/Attic/iris_NCD.style,v 1.2 1997-08-06 09:57:11 markus Exp $
+; $Header: /cvs/stx/stx/libview/styles/Attic/iris_NCD.style,v 1.3 1997-11-02 19:48:56 cg Exp $
 
 #include 'iris_GB.style'
 
-comment  'Silicon graphics'' iris look alike\with GB parmameter' 
+comment  'Silicon graphics'' iris look alike\brownish, with big fonts (for NCD X-Terminal)' 
 
 #if (Language == #german) or:[Language == #de]
-comment  'An Silicon Graphics Iris angelehnter Stil,\mit CEGELEC Geamatics B Anpassungen'
+comment  'An Silicon Graphics Iris angelehnter Stil,\braun, mit großen Zeichen für NCD X-Terminal'
 #endif
+
 #if Display hasGreyscales
 viewGrey                        Color gbBrown
 #else
--- a/styles/motif.common	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif.common	Sun Nov 02 20:49:19 1997 +0100
@@ -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.16 1997-10-15 11:29:43 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.17 1997-11-02 19:48:57 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -58,83 +58,83 @@
 
 framedBox.labelPosition           #topLeft
 
-labelForegroundColor             Color black
+label.foregroundColor             Color black
 
-buttonActiveLevel                -2 
-buttonPassiveLevel               2
-buttonReturnButtonHasBorder      true
+button.activeLevel                -2 
+button.passiveLevel               2
+button.returnButtonHasBorder      true
 
-buttonActiveBackgroundColor      =mediumColor
-buttonActiveForegroundColor      Color black
-buttonDisabledForegroundColor    =shadowColor
+button.activeBackgroundColor      =mediumColor
+button.activeForegroundColor      Color black
+button.disabledForegroundColor    =shadowColor
 
 #if Display hasGreyscales not
-buttonActiveBackgroundColor      Color grey:80
+button.activeBackgroundColor      Color grey:80
 #endif
 
-arrowButtonStyle                 #motif
-arrowButtonActiveLevel           0
-arrowButtonPassiveLevel          0
+arrowButton.style                 #motif
+arrowButton.activeLevel           0
+arrowButton.passiveLevel          0
 
-arrowButtonForegroundColor         =viewGrey
-arrowButtonBackgroundColor         =mediumColor
-arrowButtonActiveForegroundColor   =viewGrey
-arrowButtonActiveBackgroundColor   =viewGrey
-arrowButtonDisabledForegroundColor =viewGrey
+arrowButton.foregroundColor         =viewGrey
+arrowButton.backgroundColor         =mediumColor
+arrowButton.activeForegroundColor   =viewGrey
+arrowButton.activeBackgroundColor   =viewGrey
+arrowButton.disabledForegroundColor =viewGrey
 
-editFieldBackgroundColor           =mediumColor
+editField.backgroundColor           =mediumColor
 
-menuHilightLevel                 2
-menuSeparatingLineInset          0
-menuViewBackgroundColor         =viewGrey
-menuDisabledForegroundColor     =shadowColor
+menu.hilightLevel                 2
+menu.separatingLineInset          0
+menu.viewBackgroundColor         =viewGrey
+menu.disabledForegroundColor     =shadowColor
 
-pullDownMenuKeepMenu                 true
-pullDownMenuLevel                    1
-pullDownMenuHilightLevel             2
+pullDownMenu.keepMenu                 true
+pullDownMenu.level                    1
+pullDownMenu.hilightLevel             2
 #if Display hasGreyscales not
-pullDownMenuHilightForegroundColor   Color white
-pullDownMenuHilightBackgroundColor   Color black
+pullDownMenu.hilightForegroundColor   Color white
+pullDownMenu.hilightBackgroundColor   Color black
 #endif
-pullDownMenuAutoselectFirst         true
+pullDownMenu.autoselectFirst         true
 
-#selectionMultiSelectionModifier      #Control
-selectionRightArrowLevel             -1
-selectionRightArrowLevel             2
-selectionLineSpacing                 4
-selectionForegroundColor             Color black
-selectionHilightBackgroundColor      Color black
-selectionHilightStyle                #motif
-selectionDisabledForegroundColor     =shadowColor
+#selection.multiSelectionModifier      #Control
+#selection.rightArrowLevel             -1
+selection.rightArrowLevel             2
+selection.lineSpacing                 4
+selection.foregroundColor             Color black
+selection.hilightBackgroundColor      Color black
+selection.hilightStyle                #motif
+selection.disabledForegroundColor     =shadowColor
 
 #textCursorType                       #caret
-textCursorType                       #ibeam
-textCursorNoFocusForegroundColor     Color grey
+textCursor.type                       #ibeam
+textCursor.noFocusForegroundColor     Color grey
 
-activeHelpBackgroundColor            Color yellow lightened
-activeHelpBorderWidth                2
+activeHelp.backgroundColor            Color yellow lightened
+activeHelp.borderWidth                2
 
-rulerForegroundColor            Color black
-rulerBackgroundColor            =viewGrey
+ruler.foregroundColor            Color black
+ruler.backgroundColor            =viewGrey
 
 #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
 
-infoBoxSeparator                  true
-infoBoxIconFile                   'bitmaps/Information_motif.xbm'
-warningBoxIconFile                'bitmaps/Warning_motif.xbm'
-requestBoxIconFile                'bitmaps/Request_motif.xbm'
+infoBox.separator                  true
+infoBox.iconFile                   'bitmaps/Information_motif.xbm'
+warningBox.iconFile                'bitmaps/Warning_motif.xbm'
+requestBox.iconFile                'bitmaps/Request_motif.xbm'
 
 
 #if Display hasGrayscales
-arrowButtonUpForm                 Image extent:11@12 \
+arrowButton.upForm                 Image extent:11@12 \
 					depth:2      \
 					bits:#[4r0000 4r0100 4r0000 \
 					       4r0000 4r1120 4r0000 \
@@ -150,7 +150,7 @@
 					       4r0000 4r0000 4r0000] \
 					pad:8
 
-arrowButtonDownForm               Image extent:11@12 \
+arrowButton.downForm               Image extent:11@12 \
 					depth:2      \
 					bits:#[ \
 					       4r0000 4r0000 4r0000 \
@@ -168,7 +168,7 @@
 					      ] \
 					pad:8
 
-arrowButtonLeftForm               Image extent:12@11 \
+arrowButton.leftForm               Image extent:12@11 \
 					depth:2      \
 					bits:#[ \
 					       4r0000 4r0000 4r0110 \
@@ -185,7 +185,7 @@
 					      ] \
 					pad:8
 
-arrowButtonRightForm              Image extent:12@11 \
+arrowButton.rightForm              Image extent:12@11 \
 					depth:2      \
 					bits:#[ \
 					       4r0110 4r0000 4r0000 \
@@ -202,7 +202,7 @@
 					      ] \
 					pad:8
 #else
-arrowButtonUpForm                 Image extent:11@12 \
+arrowButton.upForm                 Image extent:11@12 \
 					depth:1      \
 					bits:#[2r00000000 2r00000000 \
 					       2r00000100 2r00000000 \
@@ -218,7 +218,7 @@
 					       2r00000000 2r00000000] \
 					pad:8
 
-arrowButtonDownForm               Image extent:11@12 \
+arrowButton.downForm               Image extent:11@12 \
 					depth:1      \
 					bits:#[2r00000000 2r00000000 \
 					       2r00000000 2r00000000 \
@@ -234,7 +234,7 @@
 					       2r00000000 2r00000000] \
 					pad:8
 
-arrowButtonLeftForm               Image extent:12@11 \
+arrowButton.leftForm               Image extent:12@11 \
 					depth:1      \
 					bits:#[ \
 					       2r00000000 2r00000000 \
@@ -251,7 +251,7 @@
 					      ] \
 					pad:8
 
-arrowButtonRightForm              Image extent:12@11 \
+arrowButton.rightForm              Image extent:12@11 \
 					depth:1      \
 					bits:#[ \
 					       2r00000000 2r00000000 \
--- a/styles/motif.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif.style	Sun Nov 02 20:49:19 1997 +0100
@@ -7,7 +7,7 @@
 ; on VGA displays, where the colors are a bit darkish,
 ; use motif_light
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.11 1997-08-13 13:51:21 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.style,v 1.12 1997-11-02 19:48:58 cg Exp $
 
 #if Display hasGreyscales
 ;
@@ -42,23 +42,23 @@
 menuFont                    =fatFont
 
 #try this:
-#variablePanelHandleLevel    -1
+#variablePanel.handleLevel    -1
 
 #or, try that:
-#variablePanelHandleLevel    0
-#variablePanelHandleColor    Color black
-#variablePanelHandleStyle    #iris 
+#variablePanel.handleLevel    0
+#variablePanel.handleColor    Color black
+#variablePanel.handleStyle    #iris 
 
 ;
 ; although the following is not really motif, it looks much better ...
 ;
 #if Display hasColors   
-editFieldBackgroundColor           Color red:100 green:75 blue:75
-editFieldSelectionBackgroundColor  Color white
-editFieldSelectionForegroundColor  Color black
+editField.backgroundColor           Color red:100 green:75 blue:75
+editField.selectionBackgroundColor  Color white
+editField.selectionForegroundColor  Color black
 #else
 # if Display hasGrayscales not
-editFieldBackgroundColor           Color white
+editField.backgroundColor           Color white
 # endif
 #endif
 
--- a/styles/motif2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; just a demo:
 ; like motif, but with different (red) menu-hilighting
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif2.style,v 1.10 1997-08-13 13:51:22 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif2.style,v 1.11 1997-11-02 19:48:58 cg Exp $
 
 #if Display hasGreyscales
 viewGrey                (Color grey:61) exactOrNearestOn:(Screen current) 
@@ -28,16 +28,16 @@
 comment  'Comme `motif'', avec des couleurs differentes'
 #endif
 
-menuHilightForegroundColor      Color white
-menuHilightBackgroundColor      Color red
-menuHilightLevel                1
+menu.hilightForegroundColor      Color white
+menu.hilightBackgroundColor      Color red
+menu.hilightLevel                1
 
 ;
 ; and different selectionHilighting
 ; (if the following is uncommented)
 ;
 
-selectionHilightForegroundColor     Color black      
-selectionHilightBackgroundColor     Color green
-selectionHilightStyle               nil
-selectionHilightLevel               1
+selection.hilightForegroundColor     Color black      
+selection.hilightBackgroundColor     Color green
+selection.hilightStyle               nil
+selection.hilightLevel               1
--- a/styles/motif3.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif3.style	Sun Nov 02 20:49:19 1997 +0100
@@ -4,7 +4,7 @@
 ; like motif, but with different menu-hilighting
 ; (yellow text on grey - looks like lighted with a lamp from behind ...)
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif3.style,v 1.6 1996-03-21 16:45:53 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif3.style,v 1.7 1997-11-02 19:48:59 cg Exp $
 
 
 #include 'motif.style'
@@ -18,22 +18,22 @@
 comment  'Comme `motif'', avec des couleurs differentes'
 #endif
 
-menuHilightForegroundColor      Color yellow
-menuHilightBackgroundColor      =viewGrey
-menuHilightLevel                0
+menu.hilightForegroundColor      Color yellow
+menu.hilightBackgroundColor      =viewGrey
+menu.hilightLevel                0
 
 ;
 ; and different selectionHilighting (yellow fg highlighting)
 ;
 
-selectionHilightForegroundColor     Color yellow      
-selectionHilightBackgroundColor     =viewGrey
-selectionHilightStyle               nil
-selectionHilightLevel               0
+selection.hilightForegroundColor     Color yellow      
+selection.hilightBackgroundColor     =viewGrey
+selection.hilightStyle               nil
+selection.hilightLevel               0
 
 ;
 ; and different button hilighting
 ;
 
-buttonActiveForegroundColor     Color yellow      
-buttonForegroundColor           Color black      
+button.activeForegroundColor     Color yellow      
+button.foregroundColor           Color black      
--- a/styles/motif4.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif4.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; another example for a tiny modification - 
 ; motif style, but buttons highlight bluish
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif4.style,v 1.3 1996-03-06 11:47:47 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif4.style,v 1.4 1997-11-02 19:48:59 cg Exp $
 
 #include 'motif.style'
 
@@ -16,17 +16,17 @@
 comment  'Comme `motif'', très bleu'
 #endif
 
-buttonActiveBackgroundColor      Color red:50 green:50 blue:100
+button.activeBackgroundColor      Color red:50 green:50 blue:100
 
-checkToggleBitmapFile           nil
-checkToggleStyle                #fatcross
-checkToggleActiveLevel          -1
-checkTogglePassiveLevel         -1
-checkToggleBorderWidth          0
-checkToggleActiveBackgroundColor Color white
-checkToggleBackgroundColor       Color white
+checkToggle.bitmapFile           nil
+checkToggle.style                #fatcross
+checkToggle.activeLevel          -1
+checkToggle.passiveLevel         -1
+checkToggle.borderWidth          0
+checkToggle.activeBackgroundColor Color white
+checkToggle.backgroundColor       Color white
 
 
-scrollerGhostFrameColor         nil
-scrollerGhostColor              Color grey:25 
-scrollerGhostLevel              -1
+scroller.ghostFrameColor         nil
+scroller.ghostColor              Color grey:25 
+scroller.ghostLevel              -1
--- a/styles/motif_blue.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_blue.style	Sun Nov 02 20:49:19 1997 +0100
@@ -8,7 +8,7 @@
 ; on VGA displays, where the colors are a bit darkish,
 ; use motif_blue_light
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_blue.style,v 1.6 1996-03-06 11:47:48 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_blue.style,v 1.7 1997-11-02 19:49:00 cg Exp $
 
 #if Display hasGreyscales
 viewGrey                            Color red:22 green:30 blue:67 
@@ -19,7 +19,7 @@
 
 #include 'motif.common'
 
-labelForegroundColor                Color white
+label.foregroundColor                Color white
 
 comment  'like `motif'' with blueish colors\(seen in motif style-guide)'
 
@@ -31,10 +31,10 @@
 #endif
 
 
-selectionForegroundColor            Color white
-selectionBackgroundColor            =mediumColor
-selectionShadowColor                Color black
-selectionHilightForegroundColor     =mediumColor
-selectionHilightBackgroundColor     Color white
+selection.foregroundColor            Color white
+selection.backgroundColor            =mediumColor
+selection.shadowColor                Color black
+selection.hilightForegroundColor     =mediumColor
+selection.hilightBackgroundColor     Color white
 
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.hilightForegroundColor  Color white
--- a/styles/motif_blue_light.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_blue_light.style	Sun Nov 02 20:49:19 1997 +0100
@@ -8,7 +8,7 @@
 ; use this (instead of motif_blue) on VGA displays,
 ; where the colors are a bit darkish
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_blue_light.style,v 1.4 1995-12-14 15:15:57 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_blue_light.style,v 1.5 1997-11-02 19:49:00 cg Exp $
 
 #if Display hasGreyscales
 viewGrey                            Color red:22 green:30 blue:67 
@@ -22,10 +22,10 @@
 comment  'Wie `motif_blue'', etwas aufgehellt'
 #endif
 
-selectionForegroundColor            Color white
-selectionBackgroundColor            =shadowColor
-selectionShadowColor                Color black "/ =shadowColor darkened
-selectionHilightForegroundColor     =shadowColor
-selectionHilightBackgroundColor     Color white
+selection.foregroundColor            Color white
+selection.backgroundColor            =shadowColor
+selection.shadowColor                Color black "/ =shadowColor darkened
+selection.hilightForegroundColor     =shadowColor
+selection.hilightBackgroundColor     Color white
 
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.hilightForegroundColor  Color white
--- a/styles/motif_blue_red.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_blue_red.style	Sun Nov 02 20:49:19 1997 +0100
@@ -5,7 +5,7 @@
 ; another demo - not good to work with
 ; (thats how the views look in the style-guide ;-)
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.4 1995-12-14 15:15:58 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_blue_red.style,v 1.5 1997-11-02 19:49:01 cg Exp $
 
 #include 'motif_blue.style'
 
@@ -15,16 +15,16 @@
 comment  'Wie ''motif'', aus der ``blauen Phase''''\mit roten Menüs '
 #endif
 
-menuForegroundColor             Color white
-menuBackgroundColor             Color red:45 green:5 blue:5
-menuShadowColor                 =menuBackgroundColor darkened
-menuLightColor                  =menuBackgroundColor lightened
-menuHilightForegroundColor      =menuForegroundColor
+menu.foregroundColor             Color white
+menu.backgroundColor             Color red:45 green:5 blue:5
+menu.shadowColor                 =menuBackgroundColor darkened
+menu.lightColor                  =menuBackgroundColor lightened
+menu.hilightForegroundColor      =menuForegroundColor
 
-pullDownMenuShadowColor             =menuShadowColor
-pullDownMenuLightColor              =menuLightColor
-pullDownMenuForegroundColor         =menuForegroundColor
-pullDownMenuBackgroundColor         =menuBackgroundColor
-pullDownMenuViewBackground          =menuBackgroundColor
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.shadowColor             =menuShadowColor
+pullDownMenu.lightColor              =menuLightColor
+pullDownMenu.foregroundColor         =menuForegroundColor
+pullDownMenu.backgroundColor         =menuBackgroundColor
+pullDownMenu.viewBackground          =menuBackgroundColor
+pullDownMenu.hilightForegroundColor  Color white
 
--- a/styles/motif_dec.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_dec.style	Sun Nov 02 20:49:19 1997 +0100
@@ -4,7 +4,7 @@
 ; like motif, but using different colors
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_dec.style,v 1.6 1996-03-06 11:47:49 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_dec.style,v 1.7 1997-11-02 19:49:01 cg Exp $
 
 #if Display hasGreyscales
 # if Display hasColors
@@ -37,20 +37,20 @@
 shadowColor               Color grey:30
 #endif
 
-textCursorType            #block
+textCursor.type            #block
 
-scrollerViewBackground    =scrollerVB 
-scrollerThumbColor        =viewGrey
+scroller.viewBackground    =scrollerVB 
+scroller.thumbColor        =viewGrey
 
-selectionForegroundColor  Color black
+selection.foregroundColor  Color black
 
-labelForegroundColor      Color black
+label.foregroundColor      Color black
 
-buttonActiveBackgroundColor      =scrollerVB
-buttonActiveForegroundColor      Color black
-arrowButtonActiveForegroundColor =viewGrey  
+button.activeBackgroundColor      =scrollerVB
+button.activeForegroundColor      Color black
+arrowButton.activeForegroundColor =viewGrey  
 
-menuViewBackgroundColor         =scrollerVB
-menuDisabledForegroundColor     Color darkGrey
+menu.viewBackgroundColor         =scrollerVB
+menu.disabledForegroundColor     Color darkGrey
 
-rulerBackgroundColor            =scrollerVB
+ruler.backgroundColor            =scrollerVB
--- a/styles/motif_dec2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_dec2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -4,7 +4,7 @@
 ; like motif, but using different (brown, pessimistic, newEngland-weather) colors
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_dec2.style,v 1.7 1996-03-06 11:47:50 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_dec2.style,v 1.8 1997-11-02 19:49:03 cg Exp $
 
 #if Display hasGreyscales
 # if Display hasColors
@@ -38,24 +38,24 @@
 shadowColor               Color grey:30
 #endif
 
-textCursorType            #block
+textCursor.type            #block
 
-scrollerViewBackground    =scrollerVB 
-scrollerThumbColor        =viewGrey
+scroller.viewBackground    =scrollerVB 
+scroller.thumbColor        =viewGrey
 
-selectionForegroundColor  Color black
+selection.foregroundColor  Color black
 
-labelForegroundColor      Color black
+label.foregroundColor      Color black
 
-buttonActiveBackgroundColor      =scrollerVB
-buttonActiveForegroundColor      Color black
-arrowButtonActiveForegroundColor =viewGrey  
+button.activeBackgroundColor      =scrollerVB
+button.activeForegroundColor      Color black
+arrowButton.activeForegroundColor =viewGrey  
 
-menuViewBackgroundColor         =scrollerVB
-menuDisabledForegroundColor     Color darkGrey
+menu.viewBackgroundColor         =scrollerVB
+menu.disabledForegroundColor     Color darkGrey
 
-rulerBackgroundColor            =scrollerVB
+ruler.backgroundColor            =scrollerVB
 
 #if (Display hasColors and:[Display depth > 4])
-transcriptBackgroundColor       =viewGrey
+transcript.backgroundColor       =viewGrey
 #endif
--- a/styles/motif_left.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_left.style	Sun Nov 02 20:49:19 1997 +0100
@@ -1,9 +1,11 @@
 ; View defaultStyle:#'motif_left' 
 ;
 ; like motif, but with scrollbars at the left side
-; (I am used to it)
+; (I am used to it - I think this is much more ergonomic;
+;  since most of the text is on the left.
+;  This should require less mouse movement.)
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_left.style,v 1.5 1996-03-06 11:47:52 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_left.style,v 1.6 1997-11-02 19:49:04 cg Exp $
 
 #include 'motif.style'
 
@@ -16,4 +18,4 @@
 comment  'Comme 'motif'' avec les barres de défilement à gauche'
 #endif
 
-scrollBarPosition     #left  
+scrollBar.position     #left  
--- a/styles/motif_left_light.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_left_light.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; like motif_light, but with scrollbars at the left side
 ; (I am used to it)
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_left_light.style,v 1.4 1995-12-14 15:16:00 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_left_light.style,v 1.5 1997-11-02 19:49:04 cg Exp $
 
 #include 'motif_light.style'
 
@@ -13,7 +13,7 @@
 comment  'Wie `motif''\Verschiebebalken aber auf der linken Seite\Hellerer Hintergrund.'
 #endif
 
-scrollBarPosition     #left  
+scrollBar.position     #left  
 
 
 
--- a/styles/motif_light.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_light.style	Sun Nov 02 20:49:19 1997 +0100
@@ -5,7 +5,7 @@
 ; use this (instead of motif) on VGA displays,
 ; where the colors are a bit darkish
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.8 1995-12-14 15:16:00 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_light.style,v 1.9 1997-11-02 19:49:05 cg Exp $
 ;
 
 #if Display hasGreyscales
@@ -22,31 +22,31 @@
 comment  'Wie `motif''\Hellerer Hintergrund.'
 #endif
 
-scrollerViewBackground    Color grey:50
-scrollerThumbColor        =viewGrey
+scroller.viewBackground    Color grey:50
+scroller.thumbColor        =viewGrey
 
-selectionForegroundColor  Color black
+selection.foregroundColor  Color black
 
-labelForegroundColor      Color black
+label.foregroundColor      Color black
 
-buttonActiveBackgroundColor     Color grey:50
-buttonActiveForegroundColor     Color black
-buttonDisabledForegroundColor   Color grey:25
+button.activeBackgroundColor     Color grey:50
+button.activeForegroundColor     Color black
+button.disabledForegroundColor   Color grey:25
 
-menuViewBackgroundColor         Color grey:50
-menuDisabledForegroundColor     Color darkGrey
+menu.viewBackgroundColor         Color grey:50
+menu.disabledForegroundColor     Color darkGrey
 
-rulerForegroundColor            Color black
-rulerBackgroundColor            Color grey:50
+ruler.foregroundColor            Color black
+ruler.backgroundColor            Color grey:50
 
-selectionDisabledForegroundColor Color grey:25
+selection.disabledForegroundColor Color grey:25
 
 ;
 ; although the following is not really motif, it looks much better ...
 ;
 #if Display hasColors   
-editFieldBackgroundColor           Color red:100 green:75 blue:75
-editFieldSelectionBackgroundColor  Color white
-editFieldSelectionForegroundColor  Color black
+editField.backgroundColor           Color red:100 green:75 blue:75
+editField.selectionBackgroundColor  Color white
+editField.selectionForegroundColor  Color black
 #endif
 
--- a/styles/motif_ncd.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_ncd.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; silicon graphics style with smaller fonts
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_ncd.style,v 1.1 1997-04-04 17:19:51 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_ncd.style,v 1.2 1997-11-02 19:49:05 cg Exp $
 
 #include 'motif.style'
 
@@ -12,12 +12,13 @@
 comment  'An ''motif'' angelehnter Stil,\mit kleineren Zeichensätzen (für NCD x-terminals).'
 #endif
 
+variableFont     Font family:'helvetica' size:10
 textFont         Font family:'courier' size:10
-editFieldFont    Font family:'courier' size:10
-variableFont     Font family:'helvetica' size:10
-selectionFont    Font family:'helvetica' size:10
-labelFont        Font family:'helvetica' size:10
-menuFont         Font family:'helvetica' size:10
-pullDownMenuFont Font family:'helvetica' size:10
+
+editField.font    =textFont
+selection.font    =variableFont
+label.font        =variableFont
+menu.font         =variableFont
+pullDownMenu.font =variableFont
 
 
--- a/styles/motif_red.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_red.style	Sun Nov 02 20:49:19 1997 +0100
@@ -8,7 +8,7 @@
 ; on VGA displays, where the colors are a bit darkish,
 ; use motif_red_light
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_red.style,v 1.5 1995-12-14 15:16:02 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_red.style,v 1.6 1997-11-02 19:49:06 cg Exp $
 
 #if Display hasGreyscales
 viewGrey                    Color red:67 green:8 blue:8 
@@ -26,10 +26,10 @@
 #endif
 
 
-selectionForegroundColor            Color white
-selectionBackgroundColor            =mediumColor
-selectionShadowColor                Color black 
-selectionHilightForegroundColor     =mediumColor
-selectionHilightBackgroundColor     Color white
+selection.foregroundColor            Color white
+selection.backgroundColor            =mediumColor
+selection.shadowColor                Color black 
+selection.hilightForegroundColor     =mediumColor
+selection.hilightBackgroundColor     Color white
 
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.hilightForegroundColor  Color white
--- a/styles/motif_redButtons.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_redButtons.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; just an example - take motif-style as a base, change buttons to red
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.5 1995-12-14 15:16:02 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_redButtons.style,v 1.6 1997-11-02 19:49:06 cg Exp $
 
 
 #include 'motif.style'
@@ -15,8 +15,8 @@
 
 buttonRed                     Color red:45 green:5 blue:5
 
-buttonBackgroundColor         =buttonRed lightened
-buttonActiveBackgroundColor   =buttonRed 
-buttonShadowColor             =buttonRed darkened
-buttonLightColor              =buttonRed lightened
+button.backgroundColor         =buttonRed lightened
+button.activeBackgroundColor   =buttonRed 
+button.shadowColor             =buttonRed darkened
+button.lightColor              =buttonRed lightened
 
--- a/styles/motif_red_light.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/motif_red_light.style	Sun Nov 02 20:49:19 1997 +0100
@@ -8,7 +8,7 @@
 ; use this (instead of motif_red) on VGA displays,
 ; where the colors are a bit darkish
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif_red_light.style,v 1.4 1995-12-14 15:16:03 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif_red_light.style,v 1.5 1997-11-02 19:49:07 cg Exp $
 
 #if Display hasGreyscales
 viewGrey                    Color red:67 green:8 blue:8 
@@ -22,11 +22,11 @@
 comment  'Wie `motif_red'' aber mit hellerem Rot'
 #endif
 
-selectionForegroundColor            Color white
-selectionBackgroundColor            =shadowColor
-selectionShadowColor                Color black "/ =shadowColor darkened
-selectionHilightForegroundColor     =shadowColor
-selectionHilightBackgroundColor     Color white
+selection.foregroundColor            Color white
+selection.backgroundColor            =shadowColor
+selection.shadowColor                Color black "/ =shadowColor darkened
+selection.hilightForegroundColor     =shadowColor
+selection.hilightBackgroundColor     Color white
 
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.hilightForegroundColor  Color white
 
--- a/styles/mswindows.common	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/mswindows.common	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; this is not yet completed
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.4 1997-04-21 09:08:35 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.5 1997-11-02 19:49:07 cg Exp $
 
 name                            #mswindows
 
@@ -22,86 +22,86 @@
 font                            Font family:'helvetica' face:'bold' style:'roman' size:12
 textFont                        Font family:'courier' face:'bold' style:'roman' size:12
 
-scrollBarPosition               #right 
-scrollBarButtonPositions        #around     
-scrollBarSpacing                0
+scrollBar.position               #right 
+scrollBar.buttonPositions        #around     
+scrollBar.spacing                0
 
-scrollerBorderWidth             1
+scroller.borderWidth             1
 #if Display hasGreyscales
-scrollerViewBackground          Color grey:80 
+scroller.viewBackground          Color grey:80 
 #else
-scrollerViewBackground          Color white
+scroller.viewBackground          Color white
 #endif
-scrollerFullViewBackground      Color white
-scrollerThumbColor              Color grey:80
+scroller.fullViewBackground      Color white
+scroller.thumbColor              Color grey:80
 
-scrollerThumbLevel              3 "2"
-scrollerThumbFixHeight          true
-scrollerThumbEdgeStyle          #soft
-scrollerThumbFrameColor         Color black
-scrollerGhostFrameColor         Color darkGrey
+scroller.thumbLevel              3 "2"
+scroller.thumbFixHeight          true
+scroller.thumbEdgeStyle          #soft
+scroller.thumbFrameColor         Color black
+scroller.ghostFrameColor         Color darkGrey
 
-; variablePanelShowHandle       false
+; variablePanel.showHandle       false
 
-framedBoxLabelPosition          #topLeft
-framedBox3DFrame                false
+framedBox.labelPosition          #topLeft
+framedBox.3DFrame                false
 
-buttonEdgeStyle                 #soft
-buttonActiveLevel               -1
-buttonPassiveLevel              4 "3"
-buttonDisabledForegroundColor   Color darkGrey
-buttonBorderWidth               0
+button.edgeStyle                 #soft
+button.activeLevel               -1
+button.passiveLevel              4 "3"
+button.disabledForegroundColor   Color darkGrey
+button.borderWidth               0
 
 #if Display hasGreyscales
-buttonForegroundColor           Color black
-buttonBackgroundColor           Color grey:80
-buttonActiveForegroundColor     =buttonForegroundColor
-buttonActiveBackgroundColor     =buttonBackgroundColor
+button.foregroundColor           Color black
+button.backgroundColor           Color grey:80
+button.activeForegroundColor     =buttonForegroundColor
+button.activeBackgroundColor     =buttonBackgroundColor
 #endif
 
-buttonReturnButtonHasBorder     true
+button.returnButtonHasBorder     true
 
-arrowButtonStyle                #mswindows
-arrowButtonUpFormFile           'ScrollUp_win.xbm'
-arrowButtonDownFormFile         'ScrollDn_win.xbm'
-arrowButtonLeftFormFile         'ScrollLt_win.xbm'
-arrowButtonRightFormFile        'ScrollRt_win.xbm'
+arrowButton.style                #mswindows
+arrowButton.upFormFile           'ScrollUp_win.xbm'
+arrowButton.downFormFile         'ScrollDn_win.xbm'
+arrowButton.leftFormFile         'ScrollLt_win.xbm'
+arrowButton.rightFormFile        'ScrollRt_win.xbm'
 
-checkToggleBitmapFile           nil
-checkToggleStyle                #cross
-checkToggleActiveLevel          0
-checkTogglePassiveLevel         0
-checkToggleBorderWidth          1
-checkToggleActiveBackgroundColor Color white
-checkToggleBackgroundColor       Color white
+checkToggle.bitmapFile           nil
+checkToggle.style                #cross
+checkToggle.activeLevel          0
+checkToggle.passiveLevel         0
+checkToggle.borderWidth          1
+checkToggle.activeBackgroundColor Color white
+checkToggle.backgroundColor       Color white
 
 ;
 ; selection-in-list
 ;
 #if Display hasColors
-selectionHilightForegroundColor Color white      
-selectionHilightBackgroundColor Color blue
-selectionHilightFrameColor      Color black
+selection.hilightForegroundColor Color white      
+selection.hilightBackgroundColor Color blue
+selection.hilightFrameColor      Color black
 #endif
 
-menuViewBackground              Color white
+menuView.background              Color white
 
-pullDownMenuKeepMenu            true
+pullDownMenu.keepMenu            true
 
-popUpListPopPosition            #below 
+popUpList.popPosition            #below 
 
 #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    =html.backgroundColor
+html.visitedAnchorForegroundColor   Color black
+html.exampleAnchorForegroundColor   Color black
 #else
-htmlBackgroundColor               Color white
-htmlAnchorForegroundColor         Color green darkened
-htmlVisitedAnchorForegroundColor  =htmlAnchorForegroundColor darkened darkened
-htmlAnchorUnderlines              true
+html.backgroundColor               Color white
+html.anchorForegroundColor         Color green darkened
+html.visitedAnchorForegroundColor  =html.anchorForegroundColor darkened darkened
+html.anchorUnderlines              true
 #endif
 
--- a/styles/mswindows2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/mswindows2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -7,7 +7,7 @@
 ; (the name mswindows is still hardcoded in some places ...)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows2.style,v 1.4 1995-12-14 15:16:04 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows2.style,v 1.5 1997-11-02 19:49:08 cg Exp $
 
 viewGrey                  Color white
 
@@ -19,5 +19,5 @@
 comment  'Angelehnt an MS Windows\mit geändertem Hintergrund für Texte'
 #endif
 
-textViewBackgroundColor     Color red:50 green:68 blue:57 
-textBackgroundColor         Color red:50 green:68 blue:57 
+text.viewBackgroundColor     Color red:50 green:68 blue:57 
+text.backgroundColor         Color red:50 green:68 blue:57 
--- a/styles/mswindows3.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/mswindows3.style	Sun Nov 02 20:49:19 1997 +0100
@@ -1,6 +1,6 @@
 ; View defaultStyle:#win95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows3.style,v 1.22 1997-08-13 13:51:23 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows3.style,v 1.23 1997-11-02 19:49:08 cg Exp $
 
 comment  'win95 lookalike - unfinished'
 
@@ -35,118 +35,118 @@
 
 borderWidth                     0
 viewBackground                  =viewGrey
-popupBorderWidth                1     
-popupShadow                     false   
+popup.borderWidth                1     
+popup.shadow                     false   
 
 font                            Font family:'helvetica' face:'medium' style:'roman' size:12
 textFont                        Font family:'courier' face:'medium' style:'roman' size:12
 
-textCursorType                          #ibeam
-textCursorNoFocusForegroundColor        Color grey
+textCursor.type                          #ibeam
+textCursor.noFocusForegroundColor        Color grey
 
 #if Display hasGrayscales
-; editFieldBackgroundColor                Color grey:90
-editFieldBackgroundColor                Color white
+; editField.backgroundColor                Color grey:90
+editField.backgroundColor                Color white
 #else
-editFieldBackgroundColor                Color white
-editFieldShadowColor                    Color black
-editFieldLightColor                     Color grey:80
+editField.backgroundColor                Color white
+editField.shadowColor                    Color black
+editField.lightColor                     Color grey:80
 #endif
 
-checkToggleActiveLevel                  -2
-checkTogglePassiveLevel                 -2
-checkToggleForegroundColor              Color black
-checkToggleBackgroundColor              Color white
-checkToggleActiveForegroundColor        Color black
-checkToggleActiveBackgroundColor        Color white
-checkToggleBitmapFile                   'CheckOn14.xbm'
+checkToggle.activeLevel                  -2
+checkToggle.passiveLevel                 -2
+checkToggle.foregroundColor              Color black
+checkToggle.backgroundColor              Color white
+checkToggle.activeForegroundColor        Color black
+checkToggle.activeBackgroundColor        Color white
+checkToggle.bitmapFile                   'CheckOn14.xbm'
 
 #if Display hasGreyscales
-menuHilightForegroundColor              Color white
-menuHilightBackgroundColor              =selectionBlue
+menu.hilightForegroundColor              Color white
+menu.hilightBackgroundColor              =selectionBlue
 #else
-menuHilightForegroundColor              Color white
-menuHilightBackgroundColor              Color black
+menu.hilightForegroundColor              Color white
+menu.hilightBackgroundColor              Color black
 #endif
 
-pullDownMenuSeparatingLines             false
-pullDownMenuLevel                       0
-pullDownMenuKeepMenu                 true
-; pullDownMenuKeepMenu                    true
-pullDownMenuToggleKeep                  true
+pullDownMenu.separatingLines             false
+pullDownMenu.level                       0
+pullDownMenu.keepMenu                 true
+; pullDownMenu.keepMenu                    true
+pullDownMenu.toggleKeep                  true
 
-selectionHilightForegroundColor         Color white
+selection.hilightForegroundColor         Color white
 #if Display hasGrayscales
-selectionHilightBackgroundColor         =selectionBlue
+selection.hilightBackgroundColor         =selectionBlue
 #else
-selectionHilightBackgroundColor         Color black
+selection.hilightBackgroundColor         Color black
 #endif
-selectionHilightFrameColor              Color black
-selectionRightArrowLevel                0
-selectionRightArrowStyle                #solid
+selection.hilightFrameColor              Color black
+selection.rightArrowLevel                0
+selection.rightArrowStyle                #solid
 
-variablePanelHandlePosition             #right 
-variablePanelHandleStyle                #none 
-variablePanelTrackingStyle              #dashedLine
-variablePanelBarHeight                  4
+variablePanel.handlePosition             #right 
+variablePanel.handleStyle                #none 
+variablePanel.trackingStyle              #dashedLine
+variablePanel.barHeight                  4
 
-scrollableViewLevel                     -1
-; scrollableViewBackgroundColor           =viewLightGrey
-scrolledViewBorderWidth                 0
-scrolledViewLevel                       0
-scrolledViewMargin                      0
-scrollBarLevel                          0
-scrollBarSpacing                        0
-scrollBarHiding                         true
-scrollBarNeverMini                      true
+scrollableView.level                     -1
+; scrollableView.backgroundColor           =viewLightGrey
+scrolledView.borderWidth                 0
+scrolledView.level                       0
+scrolledView.margin                      0
+scrollBar.level                          0
+scrollBar.spacing                        0
+scrollBar.hiding                         true
+scrollBar.neverMini                      true
 
-scrollBarPosition                       #right
-scrollBarButtonPositions                #around     
-scrollBarViewBackground                 =viewLightGrey
+scrollBar.position                       #right
+scrollBar.buttonPositions                #around     
+scrollBar.viewBackground                 =viewLightGrey
 
 #if Display hasGreyscales
-scrollerViewBackground                  =viewLightGrey
-scrollerThumbColor                      =viewGrey
-scrollerThumbEdgeStyle                  #soft
-scrollerThumbLightColor                 =viewGrey  
-scrollerThumbHalfLightColor             Color white  
+scroller.viewBackground                  =viewLightGrey
+scroller.thumbColor                      =viewGrey
+scroller.thumbEdgeStyle                  #soft
+scroller.thumbLightColor                 =viewGrey  
+scroller.thumbHalfLightColor             Color white  
 #else
-scrollerViewBackground                  Color grey:87.5
-scrollerThumbColor                      Color white
+scroller.viewBackground                  Color grey:87.5
+scroller.thumbColor                      Color white
 #endif
 
-scrollerThumbLevel                      2
-scrollerBorderWidth                     1
-scrollerLevel                           0
-scrollerGhostFrameColor                 Color darkGrey
-scrollerSnapBack                        true
+scroller.thumbLevel                      2
+scroller.borderWidth                     1
+scroller.level                           0
+scroller.ghostFrameColor                 Color darkGrey
+scroller.snapBack                        true
 
-;buttonActiveLevel                      1
-buttonActiveLevel                       -1 "/ 0
-buttonPassiveLevel                      2
+;button.activeLevel                      1
+button.activeLevel                       -1 "/ 0
+button.passiveLevel                      2
 #if Display hasGreyscales
-buttonEdgeStyle                         #soft
-; buttonActiveForegroundColor           Color black
-; buttonActiveBackgroundColor           Color white
-; buttonEnteredBackgroundColor          Color lightGrey
-buttonHalfShadowColor                   =viewGrey darkened exactOrNearestOn:(Screen current)
-buttonHalfLightColor                    Color white
+button.edgeStyle                         #soft
+; button.activeForegroundColor           Color black
+; button.activeBackgroundColor           Color white
+; button.enteredBackgroundColor          Color lightGrey
+button.halfShadowColor                   =viewGrey darkened exactOrNearestOn:(Screen current)
+button.halfLightColor                    Color white
 #else
-buttonActiveBackgroundColor             Color black
-buttonActiveForegroundColor             Color white
-; buttonEnteredBackgroundColor            Color grey:87.5
+button.activeBackgroundColor             Color black
+button.activeForegroundColor             Color white
+; button.enteredBackgroundColor            Color grey:87.5
 #endif
 
-; arrowButtonUpFormFile                   'ScrollUp.w95.14.xbm'.
-; arrowButtonDownFormFile                 'ScrollDn.w95.14.xbm'.
-; arrowButtonLeftFormFile                 'ScrollLt.w95.14.xbm'.
-; arrowButtonRightFormFile                'ScrollRt.w95.14.xbm'.
-arrowButtonUpFormFile                   'ScrollUp.w95.11.xbm'.
-arrowButtonDownFormFile                 'ScrollDn.w95.11.xbm'.
-arrowButtonLeftFormFile                 'ScrollLt.w95.11.xbm'.
-arrowButtonRightFormFile                'ScrollRt.w95.11.xbm'.
+; arrowButton.upFormFile                   'ScrollUp.w95.14.xbm'.
+; arrowButton.downFormFile                 'ScrollDn.w95.14.xbm'.
+; arrowButton.leftFormFile                 'ScrollLt.w95.14.xbm'.
+; arrowButton.rightFormFile                'ScrollRt.w95.14.xbm'.
+arrowButton.upFormFile                   'ScrollUp.w95.11.xbm'.
+arrowButton.downFormFile                 'ScrollDn.w95.11.xbm'.
+arrowButton.leftFormFile                 'ScrollLt.w95.11.xbm'.
+arrowButton.rightFormFile                'ScrollRt.w95.11.xbm'.
 
-selectionRightArrowForm            Image extent:16@12 depth:1 \
+selection.rightArrowForm            Image extent:16@12 depth:1 \
 				       bits:#[                       \
 					      2r00000000 2r00000000  \
 					      2r00000000 2r00000000  \
@@ -163,15 +163,15 @@
 					     ] \
 					pad:8
 
-comboViewLevel                          -1
-comboViewDownFormFile                   'ScrollDn.w95.11.xbm'.
+comboView.level                          -1
+comboView.downFormFile                   'ScrollDn.w95.11.xbm'.
 
-selectionFont                           Font family:'helvetica' face:'medium' style:'roman' size:12
+selection.font                           Font family:'helvetica' face:'medium' style:'roman' size:12
 
-htmlBackgroundColor                     Color white
-htmlAnchorForegroundColor               Color green darkened
-htmlVisitedAnchorForegroundColor        =htmlAnchorForegroundColor darkened darkened
-htmlAnchorUnderlines                    true
+html.backgroundColor                     Color white
+html.anchorForegroundColor               Color green darkened
+html.visitedAnchorForegroundColor        =html.anchorForegroundColor darkened darkened
+html.anchorUnderlines                    true
 
-activeHelpBackgroundColor               Color yellow lightened
-activeHelpBorderWidth                   2
+activeHelp.backgroundColor               Color yellow lightened
+activeHelp.borderWidth                   2
--- 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
 
--- a/styles/normal.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/normal.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; the good-old normal 2D style - actually not bad to work
 ; with. Also the best to use on black&white displays
 ;
-; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.10 1997-04-21 09:08:36 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.11 1997-11-02 19:49:09 cg Exp $
 
 comment  'plain good old 2D style.\No fancy decoration, but functional.\Great for monochrome displays.'
 
@@ -21,17 +21,17 @@
 viewBackground                  Color white
 popupBorderWidth                1     
 
-scrollBarPosition               #left
-scrollBarSpacing                0
-scrollBarButtonImageMargin      0
+scrollBar.position               #left
+scrollBar.spacing                0
+scrollBar.buttonImageMargin      0
 
-scrollerViewBackground          Color grey:50
-scrollerThumbColor              Color white
-scrollerThumbInset              1
-scrollerThumbLevel              0
-scrollerThumbFrameColor         Color black
+scroller.viewBackground          Color grey:50
+scroller.thumbColor              Color white
+scroller.thumbInset              1
+scroller.thumbLevel              0
+scroller.thumbFrameColor         Color black
 
-framedBox3DFrame                false
+framedBox.3DFrame                false
 
 ;
 ; take smaller fonts on small displays (VGA)
@@ -39,24 +39,24 @@
 #if Display width == 640
 ; take smaller fonts on VGA screens
 font               Font family:'courier' face:'medium' style:'roman' size:10
-selectionFont      Font family:'helvetica' face:'medium' style:'roman' size:10
+selection.font      Font family:'helvetica' face:'medium' style:'roman' size:10
 #else
-selectionFont      Font family:'helvetica' face:'medium' style:'roman' size:12
+selection.font      Font family:'helvetica' face:'medium' style:'roman' size:12
 menuFont           Font family:'helvetica' face:'bold' style:'roman' size:12
 #endif
-selectionRightArrowStyle             #solid
-selectionRightArrowLevel             0
+selection.rightArrowStyle             #solid
+selection.rightArrowLevel             0
 
-checkToggleActiveForegroundColor        Color black
-checkToggleActiveBackgroundColor        Color white
+checkToggle.activeForegroundColor        Color black
+checkToggle.activeBackgroundColor        Color white
 
 #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
 
--- a/styles/normal2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/normal2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like good-old normal style - with some added colors
 ;
-; $Header: /cvs/stx/stx/libview/styles/normal2.style,v 1.4 1995-12-14 15:16:07 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/normal2.style,v 1.5 1997-11-02 19:49:10 cg Exp $
 
 #include 'normal.style'
 
@@ -12,8 +12,8 @@
 comment  'Guter alter 2D Stil\mit geänderten Farben für Menurahmen und Selektionen'
 #endif
 
-selectionHilightBackgroundColor     Color blue
-selectionHilightFrameColor          Color black
+selection.hilightBackgroundColor     Color blue
+selection.hilightFrameColor          Color black
 
-popupBorderColor                    Color red
-popupBorderWidth                    2
+popup.borderColor                    Color red
+popup.borderWidth                    2
--- a/styles/oldStyles/fun_iris.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/oldStyles/fun_iris.style	Sun Nov 02 20:49:19 1997 +0100
@@ -7,7 +7,7 @@
 ; notice, that the light- and dark brown shadow colors are computed from the bitmaps;
 ; if you replace them by some (say reddish) image, they will change too.
 ;
-; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_iris.style,v 1.6 1997-03-07 11:06:58 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_iris.style,v 1.7 1997-11-02 19:48:51 cg Exp $
 ;
 
 #include 'iris.style'
@@ -38,31 +38,31 @@
 
 labelForegroundColor         Color white
 
-buttonForegroundColor        Color black
-buttonBackgroundColor        =wooden
-buttonActiveBackgroundColor  =wooden "=lightWood"
-buttonEnteredBackgroundColor =lightWood
-buttonDisabledForegroundColor  =disabledGrey
-buttonShadowColor            =darkWood
-buttonLightColor             =lightWood
-buttonHalfShadowColor        =darkWood
+button.foregroundColor        Color black
+button.backgroundColor        =wooden
+button.activeBackgroundColor  =wooden "=lightWood"
+button.enteredBackgroundColor =lightWood
+button.disabledForegroundColor  =disabledGrey
+button.shadowColor            =darkWood
+button.lightColor             =lightWood
+button.halfShadowColor        =darkWood
 
-checkToggleCheckColor           Color white
-checkBoxLabelForegroundColor    Color white
+checkToggle.checkColor           Color white
+checkBox.labelForegroundColor    Color white
 
-menuForegroundColor              =brightGrey
-menuHilightForegroundColor       Color yellow
-menuHilightBackgroundColor       =viewBackground
-menuDisabledForegroundColor      =disabledGrey
+menu.foregroundColor              =brightGrey
+menu.hilightForegroundColor       Color yellow
+menuH.hilightBackgroundColor       =viewBackground
+menu.disabledForegroundColor      =disabledGrey
 
-selectionForegroundColor         =brightGrey
-selectionHilightForegroundColor  Color yellow
-selectionHilightBackgroundColor  =viewBackground
+selection.foregroundColor         =brightGrey
+selection.hilightForegroundColor  Color yellow
+selection.hilightBackgroundColor  =viewBackground
 
-; rulerForegroundColor             Color yellow
+; ruler.foregroundColor             Color yellow
 
-scrollerThumbColor              =wooden
-scrollerThumbShadowColor        =darkWood
-scrollerThumbLightColor         =lightWood
-scrollerThumbHalfShadowColor    =darkWood
-scrollerGhostColor              =darkWood
+scroller.thumbColor              =wooden
+scroller.thumbShadowColor        =darkWood
+scroller.thumbLightColor         =lightWood
+scroller.thumbHalfShadowColor    =darkWood
+scroller.ghostColor              =darkWood
--- a/styles/oldStyles/fun_motif.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/oldStyles/fun_motif.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like motif, but with different viewbackground
 ;
-; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif.style,v 1.5 1997-03-07 11:06:59 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif.style,v 1.6 1997-11-02 19:48:52 cg Exp $
 
 
 #include 'motif.style'
@@ -20,16 +20,16 @@
 
 disabledGrey                Color grey:66
 
-buttonBackgroundColor       =wooden
-buttonActiveBackgroundColor =wooden
-buttonShadowColor           =averageColor darkened
-buttonLightColor            =buttonLightColor
-buttonDisabledForegroundColor  =disabledGrey
+button.backgroundColor       =wooden
+button.activeBackgroundColor =wooden
+button.shadowColor           =averageColor darkened
+button.lightColor            =buttonLightColor
+button.disabledForegroundColor  =disabledGrey
 
-arrowButtonActiveForegroundColor =lightColor  
+arrowButton.activeForegroundColor =lightColor  
 
-menuHilightForegroundColor       Color yellow
-menuHilightBackgroundColor       Color red
-menuDisabledForegroundColor      =disabledGrey
+menu.hilightForegroundColor       Color yellow
+menu.hilightBackgroundColor       Color red
+menu.disabledForegroundColor      =disabledGrey
 
-scrollerThumbColor          =wooden
+scroller.thumbColor          =wooden
--- a/styles/oldStyles/fun_motif2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/oldStyles/fun_motif2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like motif, but with different viewbackground
 ;
-; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif2.style,v 1.3 1997-03-07 11:06:59 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif2.style,v 1.4 1997-11-02 19:48:52 cg Exp $
 
 
 #include 'motif.style'
@@ -18,14 +18,14 @@
 ; wooden                      (Image fromFile:'bitmaps/wood2H.tiff')
 averageColor                =viewBackground averageColor
 
-buttonBackgroundColor       =averageColor
-buttonActiveBackgroundColor =averageColor
-buttonShadowColor           =averageColor darkened
-buttonLightColor            =buttonLightColor
+button.backgroundColor       =averageColor
+button.activeBackgroundColor =averageColor
+button.shadowColor           =averageColor darkened
+button.lightColor            =buttonLightColor
 
-arrowButtonActiveForegroundColor =lightColor  
+arrowButton.activeForegroundColor =lightColor  
 
-menuHilightForegroundColor  Color yellow
-menuHilightBackgroundColor  Color red
+menu.hilightForegroundColor  Color yellow
+menu.hilightBackgroundColor  Color red
 
-scrollerThumbColor          =averageColor
+scroller.thumbColor          =averageColor
--- a/styles/oldStyles/fun_motif_white.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/oldStyles/fun_motif_white.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like fun_motif, but with white labelForeground color
 ;
-; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif_white.style,v 1.2 1997-03-07 11:06:59 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_motif_white.style,v 1.3 1997-11-02 19:48:53 cg Exp $
 
 
 #include 'fun_motif.style'
@@ -15,6 +15,6 @@
 
 brightGrey                      Color grey:90
 
-labelForegroundColor            =brightGrey
-buttonForegroundColor           Color black
-checkBoxLabelForegroundColor    =brightGrey
+label.foregroundColor            =brightGrey
+button.foregroundColor           Color black
+checkBox.labelForegroundColor    =brightGrey
--- a/styles/oldStyles/fun_sofia.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/oldStyles/fun_sofia.style	Sun Nov 02 20:49:19 1997 +0100
@@ -4,7 +4,7 @@
 ; fun style for my little daughter, sofia ...
 ; like motif, but with different view background
 ;
-; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_sofia.style,v 1.5 1997-03-07 11:07:00 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/oldStyles/fun_sofia.style,v 1.6 1997-11-02 19:48:53 cg Exp $
 
 
 #include 'motif.style'
@@ -20,11 +20,11 @@
 
 viewBackground                     (Image fromFile:'bitmaps/garfield.gif') magnifyBy:0.2 
 menuBackground                     =viewBackground
-selectionBackgroundColor           =viewBackground
-selectionHilightBackgroundColor    =viewBackground
-selectionHilightForegroundColor    Color white
-menuBackgroundColor                =viewBackground
+selection.backgroundColor           =viewBackground
+selection.hilightBackgroundColor    =viewBackground
+selection.hilightForegroundColor    Color white
+menu.backgroundColor                =viewBackground
 
-scrollerViewBackground             =viewBackground
-buttonActiveBackgroundColor        =viewBackground
-buttonActiveForegroundColor        Color white
+scroller.viewBackground             =viewBackground
+button.activeBackgroundColor        =viewBackground
+button.activeForegroundColor        Color white
--- a/styles/openwin.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/openwin.style	Sun Nov 02 20:49:19 1997 +0100
@@ -4,7 +4,7 @@
 ; are not openwin-like (and since SUN dropped openwin, no
 ; effort will probably ever be spent on changing this).
 ;
-; $Header: /cvs/stx/stx/libview/styles/openwin.style,v 1.14 1997-08-13 13:51:30 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/openwin.style,v 1.15 1997-11-02 19:49:10 cg Exp $
 ;
 
 comment  'SUN openwin look alike\unfinished (especially scrollbars)'
@@ -33,69 +33,69 @@
 #endif
 
 borderWidth                 0
-popupBorderWidth            1     
+popup.borderWidth            1     
 
 viewBackground              =viewGrey
 
-textCursorType                          #bigSolidCaret
-textCursorNoFocusForegroundColor        Color grey
+textCursor.type                          #bigSolidCaret
+textCursor.noFocusForegroundColor        Color grey
 
-scrolledViewLevel           0    
-scrollableViewLevel         0    
-scrolledViewBorderWidth     1
+scrolledView.level           0    
+scrollableView.level         0    
+scrolledView.borderWidth     1
 
-scrollerLevel               -1
-scrollerThumbLevel          1
-scrollerThumbColor          =viewGrey
+scroller.level               -1
+scroller.thumbLevel          1
+scroller.thumbColor          =viewGrey
 #if Display hasGreyscales
-scrollerViewBackground      =darkerGrey 
+scroller.viewBackground      =darkerGrey 
 #else
-scrollerViewBackground      Color white
+scroller.viewBackground      Color white
 #endif
-scrollBarPosition           #right 
+scrollBar.position           #right 
 
 #if Display hasGreyscales
-buttonActiveForegroundColor Color black
-buttonActiveBackgroundColor =darkerGrey
+button.activeForegroundColor Color black
+button.activeBackgroundColor =darkerGrey
 #else
-buttonActiveForegroundColor Color white
-buttonActiveBackgroundColor Color black
+button.activeForegroundColor Color white
+button.activeBackgroundColor Color black
 #endif
 
-menuSeparatingLineLevel     1
-menuHilightStyle            #openwin
+menu.separatingLineLevel     1
+menu.hilightStyle            #openwin
 #if Display hasGreyscales
-menuHilightLevel            -1
-menuHilightBackgroundColor  =darkerGrey
+menu.hilightLevel            -1
+menu.hilightBackgroundColor  =darkerGrey
 #else
-menuHilightBackgroundColor  Color black
-menuHilightForegroundColor  Color white
-menuHilightLevel            0
+menu.hilightBackgroundColor  Color black
+menu.hilightForegroundColor  Color white
+menu.hilightLevel            0
 #endif
 
-pullDownMenuKeepMenu                 true
+pullDownMenu.keepMenu                 true
 
-pullDownMenuHilightForegroundColor   Color black
+pullDownMenu.hilightForegroundColor   Color black
 #if Display hasGreyscales not
-pullDownMenuHilightBackgroundColor   Color grey:87
-pullDownMenuHilightLevel             0
-pullDownMenuLevel                    0
-pullDownMenuFont                     Font family:'lucida' face:'bold' style:'roman' size:12
+pullDownMenu.hilightBackgroundColor   Color grey:87
+pullDownMenu.hilightLevel             0
+pullDownMenu.level                    0
+pullDownMenu.font                     Font family:'lucida' face:'bold' style:'roman' size:12
 #endif
 
-selectionRightArrowLevel    -1
-selectionHilightLevel       -1
+selection.rightArrowLevel    -1
+selection.hilightLevel       -1
 #if Display hasGreyscales
-selectionHilightBackgroundColor       =darkerGrey
+selection.hilightBackgroundColor       =darkerGrey
 #endif
 
 #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
 
--- a/styles/os2.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/os2.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; this is not yet completed
 ;
-; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.11 1997-08-13 13:51:32 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.12 1997-11-02 19:49:11 cg Exp $
 
 comment  'OS/2 look alike'
 
@@ -44,122 +44,122 @@
 fatFont                   Font family:'variable' face:nil style:nil size:nil encoding:nil "/ Font family:'helvetica' face:'bold' style:'roman' size:12
 thinFont                  Font family:'helvetica' face:'medium' style:'roman' size:12
 
-scrollBarPosition         #right
+scrollBar.position         #right
 
-scrollBarButtonPositions  #around     
-scrollBarLevel            -1
-scrollBarElementSpacing   0
-scrollBarDisableButtons   true               "/ disable useless scrollButtons
-scrollBarHiding           true               "/ automatic hiding of useless scrollBars
+scrollBar.buttonPositions  #around     
+scrollBar.level            -1
+scrollBar.elementSpacing   0
+scrollBar.disableButtons   true               "/ disable useless scrollButtons
+scrollBar.hiding           true               "/ automatic hiding of useless scrollBars
 
-scrollerLevel             0
-scrollerViewBackground    =darkerGrey 
-scrollerThumbColor        =viewGrey
-scrollerThumbLevel        1
-scrollerThumbInset        0
-;scrollerThumbInset        1
+scroller.level             0
+scroller.viewBackground    =darkerGrey 
+scroller.thumbColor        =viewGrey
+scroller.thumbLevel        1
+scroller.thumbInset        0
+;scroller.thumbInset        1
 
-buttonEdgeStyle                 #soft
-buttonActiveLevel               -1
-buttonPassiveLevel              3
-buttonReturnButtonHasBorder     true
-; buttonActiveBackgroundColor     =darkerGrey
+button.edgeStyle                 #soft
+button.activeLevel               -1
+button.passiveLevel              3
+button.returnButtonHasBorder     true
+; button.activeBackgroundColor     =darkerGrey
 #if Display hasGreyscales 
-buttonActiveBackgroundColor     =brighterGrey
+button.activeBackgroundColor     =brighterGrey
 #else
-buttonActiveBackgroundColor     Color black
-buttonActiveForegroundColor     Color white
+button.activeBackgroundColor     Color black
+button.activeForegroundColor     Color white
 #endif
 
-textCursorType                          #solidCaret
-textCursorBackgroundColor               Color black
-textCursorNoFocusForegroundColor        Color grey
+textCursor.type                          #solidCaret
+textCursor.backgroundColor               Color black
+textCursor.noFocusForegroundColor        Color grey
 
-popupShadow                     true
-popupShadowColor                Color black
-popupBorderWidth                1     
+popup.shadow                     true
+popup.shadowColor                Color black
+popup.borderWidth                1     
 
-arrowButtonStyle                  #os2 
-arrowButtonForegroundColor        Color black
-arrowButtonActiveBackgroundColor  =viewGrey
-arrowButtonUpFormFile             'ScrollUp.os2.14.xbm'.
-arrowButtonDownFormFile           'ScrollDn.os2.14.xbm'.
-arrowButtonLeftFormFile           'ScrollLt.os2.14.xbm'.
-arrowButtonRightFormFile          'ScrollRt.os2.14.xbm'.
-arrowButtonActiveLevel            -1 "/ 0
-arrowButtonPassiveLevel           1
+arrowButton.style                  #os2 
+arrowButton.foregroundColor        Color black
+arrowButton.activeBackgroundColor  =viewGrey
+arrowButton.upFormFile             'ScrollUp.os2.14.xbm'.
+arrowButton.downFormFile           'ScrollDn.os2.14.xbm'.
+arrowButton.leftFormFile           'ScrollLt.os2.14.xbm'.
+arrowButton.rightFormFile          'ScrollRt.os2.14.xbm'.
+arrowButton.activeLevel            -1 "/ 0
+arrowButton.passiveLevel           1
 
 #if Display hasGreyscales 
-buttonDisabledForegroundColor     Color white
-arrowButtonActiveForegroundColor  Color white
+button.disabledForegroundColor     Color white
+arrowButton.activeForegroundColor  Color white
 #else
-buttonDisabledForegroundColor     Color grey
-arrowButtonActiveForegroundColor  Color grey
+button.disabledForegroundColor     Color grey
+arrowButton.activeForegroundColor  Color grey
 #endif
 
-checkToggleCheckColor             Color black
+checkToggle.checkColor             Color black
 #if Display hasGreyscales not
-checkToggleActiveBackgroundColor  Color white
+checkToggle.activeBackgroundColor  Color white
 #endif
 
-selectionFont                     =fatFont
-labelFont                         =thinFont
+selection.font                     =fatFont
+labelFont                          =thinFont
 
-selectionBackgroundColor          =Yellow
-selectionHilightForegroundColor   Color white
+selection.backgroundColor          =Yellow
+selection.hilightForegroundColor   Color white
 #if Display hasGreyscales
-selectionHilightBackgroundColor   (Color grey:50) exactOrNearestOn:(Screen current)
-selectionHilightFrameColor        (Color grey:25) exactOrNearestOn:(Screen current)
+selection.hilightBackgroundColor   (Color grey:50) exactOrNearestOn:(Screen current)
+selection.hilightFrameColor        (Color grey:25) exactOrNearestOn:(Screen current)
 #else
-selectionHilightBackgroundColor   Color black
-selectionHilightFrameColor        Color grey:25
+selection.hilightBackgroundColor   Color black
+selection.hilightFrameColor        Color grey:25
 #endif
 
-selectionHilightLevel             0
-selectionRightArrowLevel          0
+selection.hilightLevel             0
+selection.rightArrowLevel          0
 
-editFieldBackgroundColor            =Yellow
-editFieldSelectionBackgroundColor   Color black
-editFieldSelectionForegroundColor   Color white
+editField.backgroundColor            =Yellow
+editField.selectionBackgroundColor   Color black
+editField.selectionForegroundColor   Color white
 
 ;
 ; since menus inherit from selectionInList,
 ; redefine the Yellow settings ...
 ;
-menuBackgroundColor                 =viewGrey
-menuShadowColor                     =menuBackgroundColor darkened
-menuLightColor                      =menuBackgroundColor lightened
-; menuHilightForegroundColor        Color white
-; menuHilightBackgroundColor        =darkerGrey
+menu.backgroundColor                 =viewGrey
+menu.shadowColor                     =menu.backgroundColor darkened
+menu.lightColor                      =menu.backgroundColor lightened
+; menu.hilightForegroundColor        Color white
+; menu.hilightBackgroundColor        =darkerGrey
 #if Display hasGreyscales
-menuHilightFrameColor               nil
-menuHilightLevel                    -1
+menu.hilightFrameColor               nil
+menu.hilightLevel                    -1
 #else
-menuHilightFrameColor               Color black
-menuHilightLevel                    0
+menu.hilightFrameColor               Color black
+menu.hilightLevel                    0
 #endif
-menuViewBackground                  =viewGrey
-menuSeparatingLineLevel             0
+menu.viewBackground                  =viewGrey
+menu.separatingLineLevel             0
 
-pullDownMenuFont                    =selectionFont
-pullDownMenuSeparatingLines         false
-pullDownMenuLevel                   0
-pullDownMenuHilightLevel            -1
+pullDownMenu.font                    =selection.font
+pullDownMenu.separatingLines         false
+pullDownMenu.level                   0
+pullDownMenu.hilightLevel            -1
 #if Display hasGrayscales
-pullDownMenuHilightForegroundColor  Color black
+pullDownMenu.hilightForegroundColor  Color black
 #else
-pullDownMenuHilightForegroundColor  Color white
+pullDownMenu.hilightForegroundColor  Color white
 #endif
-pullDownMenuKeepMenu                true
-; pullDownMenuToggleKeep              true
+pullDownMenu.keepMenu                true
+; pullDownMenu.toggleKeep              true
 
 #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    =html.backgroundColor
+html.visitedAnchorForegroundColor   Color black
+html.exampleAnchorForegroundColor   Color black
 #endif
 
--- a/styles/st80.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/st80.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; simulation of the old st80 style - looks somewhat like os2
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.17 1997-09-11 01:57:38 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.18 1997-11-02 19:49:18 cg Exp $
 
 comment  'old `ST80'' 3D look alike'
 
@@ -36,9 +36,9 @@
 is3D                            true
 borderWidth                     0
 viewGrey                        Color grey:80
-selectionHilightForegroundColor Color black
-selectionHilightBackgroundColor Color grey:50
-selectionHilightFrameColor      Color black
+selection.hilightForegroundColor Color black
+selection.hilightBackgroundColor Color grey:60
+selection.hilightFrameColor      Color black
 #else
 viewGrey                        Color white
 lightColor                      Color grey:50
@@ -47,74 +47,76 @@
 
 viewBackground                  =viewGrey
 
-scrolledViewLevel               1
-scrolledViewMargin              1
+variablePanel.barHeightMM        2
 
-scrollBarPosition               #right
-; scrollBarHiding                 true               "/ automatic hiding of useless scrollBars
+scrolledView.level               1
+scrolledView.margin              1
+
+scrollBar.position               #right
+; scrollBar.hiding                 true               "/ automatic hiding of useless scrollBars
 
-scrollBarButtonPositions        #around     
-scrollBarLevel                  0
-scrollBarElementSpacing         0
-scrollBarSpacing                0
-; scrollBarNeverMini              true
-scrollBarButtonImageMargin      0
+scrollBar.buttonPositions        #around     
+scrollBar.level                  0
+scrollBar.elementSpacing         0
+scrollBar.spacing                0
+; scrollBar.neverMini              true
+scrollBar.buttonImageMargin      0
 
-scrollerLevel                   1
-scrollerViewBackground          =viewGrey
-scrollerThumbColor              Color black
-scrollerThumbFrameColor         nil
-scrollerThumbLevel              0
-scrollerThumbInset              3
-scrollerMiddleButtonJump        true   "middle button jumps to click position"
+scroller.level                   1
+scroller.viewBackground          =viewGrey
+scroller.thumbColor              Color black
+scroller.thumbFrameColor         nil
+scroller.thumbLevel              0
+scroller.thumbInset              3
+scroller.middleButtonJump        true   "middle button jumps to click position"
 
-textCursorType                   #solidCaret
-textCursorBackgroundColor        Color black
-textCursorNoFocusForegroundColor Color grey
+textCursor.type                   #solidCaret
+textCursor.backgroundColor        Color black
+textCursor.noFocusForegroundColor Color grey
 
 #if Display hasColors
-textSelectionBackgroundColor     Color green
-textSelectionForegroundColor     Color black
+text.selectionBackgroundColor     Color green
+text.selectionForegroundColor     Color black
 #else
 # if Display hasGreyscales
-textSelectionBackgroundColor     =viewGrey "Color grey"
-textSelectionForegroundColor     Color black
+text.selectionBackgroundColor     =viewGrey "Color grey"
+text.selectionForegroundColor     Color black
 # endif
 #endif
 
-popupBorderWidth                 1     
+popup.borderWidth                 1     
 
-arrowButtonStyle                 #st80 
-arrowButtonActiveForegroundColor Color white   
-; buttonActiveForegroundColor      Color white
-buttonActiveBackgroundColor      Color grey
+arrowButton.style                 #st80 
+arrowButton.activeForegroundColor Color white   
+; button.activeForegroundColor      Color white
+button.activeBackgroundColor      Color grey
 
-menuFont                         =variableBoldFont
-menuViewBackground               Color white
-menuForegroundColor              Color black
-menuBackgroundColor              Color white
-menuHilightForegroundColor       =menuBackgroundColor
-menuHilightBackgroundColor       =menuForegroundColor
-menuHighlightLevel               0
-menuSeparatingLineLevel          0
-menuSeparatingLineInset          0
+menu.font                         =variableBoldFont
+menu.viewBackground               Color white
+menu.foregroundColor              Color black
+menu.backgroundColor              Color white
+menu.hilightForegroundColor       =menu.backgroundColor
+menu.hilightBackgroundColor       =menu.foregroundColor
+menu.highlightLevel               0
+menu.separatingLineLevel          0
+menu.separatingLineInset          0
 
-pullDownMenuFont                 =variableBoldFont
-pullDownMenuViewBackground       =viewGrey
-pullDownMenuLevel                0
-pullDownMenuHilightLevel         -1
-pullDownMenuHilightBackgroundColor  Color grey
-pullDownMenuSeparatingLines         false
-; pullDownMenuKeepMenu                true
+pullDownMenu.font                 =variableBoldFont
+pullDownMenu.viewBackground       =viewGrey
+pullDownMenu.level                0
+pullDownMenu.hilightLevel         -1
+pullDownMenu.hilightBackgroundColor  Color grey
+pullDownMenu.separatingLines         false
+; pullDownMenu.keepMenu                true
 
 #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    =html.backgroundColor
+html.visitedAnchorForegroundColor   Color black
+html.exampleAnchorForegroundColor   Color black
 #endif
 
 TextView.st80Selections            true
--- a/styles/st80_autohide.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/st80_autohide.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like st80, but with autohiding scrollbars
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80_autohide.style,v 1.1 1997-10-22 13:56:34 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80_autohide.style,v 1.2 1997-11-02 19:49:18 cg Exp $
 
 #include 'st80.style'
 
@@ -13,7 +13,7 @@
 #endif
 
 name                  #st80
-scrollBarHiding       true               "/ automatic hiding of useless scrollBars
+scrollBar.hiding       true               "/ automatic hiding of useless scrollBars
 
 
 
--- a/styles/st80_left.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/st80_left.style	Sun Nov 02 20:49:19 1997 +0100
@@ -3,7 +3,7 @@
 ; like st80, but with scrollbars at the left side
 ; (I am used to it)
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80_left.style,v 1.5 1996-03-06 11:47:58 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80_left.style,v 1.6 1997-11-02 19:49:19 cg Exp $
 
 #include 'st80.style'
 
@@ -17,7 +17,7 @@
 #endif
 
 name                  #st80
-scrollBarPosition     #left  
+scrollBar.position     #left  
 
 
 
--- a/styles/st80_left_autohide.style	Sun Nov 02 19:49:56 1997 +0100
+++ b/styles/st80_left_autohide.style	Sun Nov 02 20:49:19 1997 +0100
@@ -2,7 +2,7 @@
 ;
 ; like st80, but with autohiding scrollbars on the left
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80_left_autohide.style,v 1.1 1997-10-22 13:56:34 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80_left_autohide.style,v 1.2 1997-11-02 19:49:19 cg Exp $
 
 #include 'st80_left.style'
 
@@ -13,7 +13,7 @@
 #endif
 
 name                  #st80
-scrollBarHiding       true               "/ automatic hiding of useless scrollBars
+scrollBar.hiding       true               "/ automatic hiding of useless scrollBars