SelectionInListView.st
changeset 5373 a95a624e0ae9
parent 5354 457cb908b288
child 5386 26b17b83a19b
child 5416 9da7ff15ecbf
equal deleted inserted replaced
5372:4dd658134d1d 5373:a95a624e0ae9
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  3118     ].
  3116     ].
  3119 
  3117 
  3120     "Modified: / 08-11-2006 / 19:46:33 / cg"
  3118     "Modified: / 08-11-2006 / 19:46:33 / cg"
  3121 !
  3119 !
  3122 
  3120 
       
  3121 highlightLineSpacing
       
  3122     "true if the spacing between lines is to be drawn with selected color,
       
  3123      false if it remains white.
       
  3124      false for selection in list views; true for edit/text views"
       
  3125 
       
  3126     ^ false
       
  3127 !
       
  3128 
  3123 isValidSelection:aNumberOrCollection
  3129 isValidSelection:aNumberOrCollection
  3124     "return true, if aNumber is ok as a selection index"
  3130     "return true, if aNumber is ok as a selection index"
  3125 
  3131 
  3126     |sz|
  3132     |sz|
  3127 
  3133 
  4188 ! !
  4194 ! !
  4189 
  4195 
  4190 !SelectionInListView class methodsFor:'documentation'!
  4196 !SelectionInListView class methodsFor:'documentation'!
  4191 
  4197 
  4192 version
  4198 version
  4193     ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.286 2015-05-20 10:28:24 cg Exp $'
  4199     ^ '$Header$'
  4194 !
  4200 !
  4195 
  4201 
  4196 version_CVS
  4202 version_CVS
  4197     ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.286 2015-05-20 10:28:24 cg Exp $'
  4203     ^ '$Header$'
  4198 !
  4204 !
  4199 
  4205 
  4200 version_HG
  4206 version_HG
  4201 
  4207 
  4202     ^ '$Changeset: <not expanded> $'
  4208     ^ '$Changeset: <not expanded> $'