styles/motif.common
changeset 1948 6a9b754ca6d3
parent 1924 5d09bd2ff0c7
child 1951 5290a36652db
--- 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 \