ListView.st
changeset 5198 8aeb2f4089c9
parent 5111 6d3c864f0a03
child 5217 a243db9b7c43
equal deleted inserted replaced
5197:c360d2f16d05 5198:8aeb2f4089c9
  1950 !
  1950 !
  1951 
  1951 
  1952 drawLine:line atX:x inVisible:visLineNr with:fg and:bg
  1952 drawLine:line atX:x inVisible:visLineNr with:fg and:bg
  1953     "draw a given string at visible lines position with
  1953     "draw a given string at visible lines position with
  1954      given x position in fg/bg. Clears the whole line before drawing the string.
  1954      given x position in fg/bg. Clears the whole line before drawing the string.
  1955      Low level entry; not meant for public use."
  1955      This is a low level entry; not meant for public use."
  1956 
  1956 
  1957     |y l|
  1957     |y l|
  1958 
  1958 
  1959     y := self yOfVisibleLine:visLineNr.
  1959     y := self yOfVisibleLine:visLineNr.
  1960     backgroundAlreadyClearedColor == bg ifFalse:[
  1960     backgroundAlreadyClearedColor == bg ifFalse:[
  5305 ! !
  5305 ! !
  5306 
  5306 
  5307 !ListView class methodsFor:'documentation'!
  5307 !ListView class methodsFor:'documentation'!
  5308 
  5308 
  5309 version
  5309 version
  5310     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.399 2014-07-12 05:39:50 cg Exp $'
  5310     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.400 2014-12-02 16:28:20 cg Exp $'
  5311 !
  5311 !
  5312 
  5312 
  5313 version_CVS
  5313 version_CVS
  5314     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.399 2014-07-12 05:39:50 cg Exp $'
  5314     ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.400 2014-12-02 16:28:20 cg Exp $'
  5315 ! !
  5315 ! !
  5316 
  5316