styles/generic.style
changeset 2602 2d8af0930e87
parent 2581 fd2db32b26b8
child 2991 918e2f570098
--- a/styles/generic.style	Wed Apr 28 19:24:44 1999 +0200
+++ b/styles/generic.style	Wed Apr 28 19:58:23 1999 +0200
@@ -26,7 +26,7 @@
 ; all of them for new styles. 
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.46 1999-04-24 14:18:24 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.47 1999-04-28 17:58:22 cg Exp $
 
 ;
 ; agenda:
@@ -424,13 +424,15 @@
 scroller.borderWidth             =borderWidth
 scroller.NTallyMarks             0
 scroller.tallyLevel              0
-scroller.ghostColor              nil     " nil means - no ghosting"
+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"
 scroller.autoRepeat              true
 scroller.initialRepeatDelay      0.2     "seconds"
 scroller.repeatDelay             0.1     "seconds"
+scroller.vScrollerWidth          nil     " nil means: compute from screens resolution"
+scroller.hScrollerHeight         nil     " nil means: compute from screens resolution"
 
 ;
 ; sliders may have different tally definition than scrollers