DSVColumnView.st
changeset 3991 c01031ccdbda
parent 3989 5c6706e4e0d1
child 3993 6840bc23b584
equal deleted inserted replaced
3990:a1ed686544e0 3991:c01031ccdbda
  3098 
  3098 
  3099     selectionForegroundColorNoFocus isNil ifTrue:[
  3099     selectionForegroundColorNoFocus isNil ifTrue:[
  3100         selectionForegroundColorNoFocus := selectionForegroundColor.
  3100         selectionForegroundColorNoFocus := selectionForegroundColor.
  3101     ].
  3101     ].
  3102     selectionBackgroundColorNoFocus isNil ifTrue:[
  3102     selectionBackgroundColorNoFocus isNil ifTrue:[
  3103         selectionBackgroundColorNoFocus := Color brightness:(selectionBackgroundColor "lightened" brightness).   "/ asGray.
  3103         selectionBackgroundColorNoFocus := selectionBackgroundColor lightened.
       
  3104         "/ selectionBackgroundColorNoFocus := Color brightness:(selectionBackgroundColor "lightened" brightness).   "/ asGray.
  3104     ].
  3105     ].
  3105     selectionFrameColorNoFocus isNil ifTrue:[
  3106     selectionFrameColorNoFocus isNil ifTrue:[
  3106         selectionFrameColorNoFocus := Color brightness:(selectionFrameColor "lightened" brightness).   "/ asGray
  3107         selectionFrameColorNoFocus := selectionFrameColor lightened.  
       
  3108         "/ selectionFrameColorNoFocus := Color brightness:(selectionFrameColor "lightened" brightness).   "/ asGray
  3107     ].
  3109     ].
  3108 
  3110 
  3109     rowSelectorForm         := self class rowSelectorImage.
  3111     rowSelectorForm         := self class rowSelectorImage.
  3110 
  3112 
  3111     checkToggleActiveImage  := CheckToggleActiveImage.
  3113     checkToggleActiveImage  := CheckToggleActiveImage.
  3135 
  3137 
  3136     comboButtonForm   := ComboButtonForm.
  3138     comboButtonForm   := ComboButtonForm.
  3137     comboButtonLevel  := ComboButtonLevel.
  3139     comboButtonLevel  := ComboButtonLevel.
  3138     comboButtonExtent := ComboButtonExtent.
  3140     comboButtonExtent := ComboButtonExtent.
  3139 
  3141 
  3140     "Modified: / 20-01-2011 / 08:44:02 / cg"
  3142     "Modified: / 20-01-2011 / 08:59:35 / cg"
  3141 !
  3143 !
  3142 
  3144 
  3143 initialize
  3145 initialize
  3144     "set default attributes"
  3146     "set default attributes"
  3145 
  3147 
  4671 ! !
  4673 ! !
  4672 
  4674 
  4673 !DSVColumnView class methodsFor:'documentation'!
  4675 !DSVColumnView class methodsFor:'documentation'!
  4674 
  4676 
  4675 version
  4677 version
  4676     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.267 2011-01-20 07:56:45 cg Exp $'
  4678     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.268 2011-01-20 07:59:41 cg Exp $'
  4677 !
  4679 !
  4678 
  4680 
  4679 version_CVS
  4681 version_CVS
  4680     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.267 2011-01-20 07:56:45 cg Exp $'
  4682     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.268 2011-01-20 07:59:41 cg Exp $'
  4681 ! !
  4683 ! !