DSVColumnView.st
changeset 4333 26e67914061d
parent 4257 0740dae4df00
child 4359 bb6d48846f0d
equal deleted inserted replaced
4332:601cf68cb5a4 4333:26e67914061d
  2013     |
  2013     |
  2014 
  2014 
  2015     shown ifFalse:[^ self].
  2015     shown ifFalse:[^ self].
  2016     self isReallyShown ifFalse:[^ self].
  2016     self isReallyShown ifFalse:[^ self].
  2017 
  2017 
       
  2018     font := font onDevice:self device.
  2018     self paint:bgColor.
  2019     self paint:bgColor.
  2019 
  2020 
  2020     columnDescriptors isEmpty ifTrue:[
  2021     columnDescriptors isEmpty ifTrue:[
  2021         ^ self fillRectangleX:x y:y width:w height:h
  2022         ^ self fillRectangleX:x y:y width:w height:h
  2022     ].
  2023     ].
  4721 ! !
  4722 ! !
  4722 
  4723 
  4723 !DSVColumnView class methodsFor:'documentation'!
  4724 !DSVColumnView class methodsFor:'documentation'!
  4724 
  4725 
  4725 version
  4726 version
  4726     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.285 2013-06-27 13:54:52 cg Exp $'
  4727     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.286 2013-08-23 10:06:21 cg Exp $'
  4727 !
  4728 !
  4728 
  4729 
  4729 version_CVS
  4730 version_CVS
  4730     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.285 2013-06-27 13:54:52 cg Exp $'
  4731     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.286 2013-08-23 10:06:21 cg Exp $'
  4731 ! !
  4732 ! !
  4732 
  4733