DataSetColumn.st
changeset 4117 b2eb0d2d0008
parent 3992 184aff1e22bc
child 4151 4ba8389c4c5d
equal deleted inserted replaced
4116:d79570ee3773 4117:b2eb0d2d0008
  1101 ! !
  1101 ! !
  1102 
  1102 
  1103 !DataSetColumn methodsFor:'queries'!
  1103 !DataSetColumn methodsFor:'queries'!
  1104 
  1104 
  1105 canResize
  1105 canResize
  1106 
  1106     ^ containsText and:[descWidth == 0 or:[self hasRelativeWidth]]
  1107     containsText ifTrue:[
       
  1108         ^ descWidth == 0 or:[self hasRelativeWidth]
       
  1109     ].
       
  1110     ^ false
       
  1111 !
  1107 !
  1112 
  1108 
  1113 canSelect:aRowNr
  1109 canSelect:aRowNr
  1114     "returns true if the cell in column is selectable.
  1110     "returns true if the cell in column is selectable.
  1115      (possibly calls the selectSelector, if any)"
  1111      (possibly calls the selectSelector, if any)"
  1361 ! !
  1357 ! !
  1362 
  1358 
  1363 !DataSetColumn class methodsFor:'documentation'!
  1359 !DataSetColumn class methodsFor:'documentation'!
  1364 
  1360 
  1365 version
  1361 version
  1366     ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.134 2011-01-20 21:23:52 cg Exp $'
  1362     ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.135 2012-04-05 15:57:25 stefan Exp $'
  1367 !
  1363 !
  1368 
  1364 
  1369 version_CVS
  1365 version_CVS
  1370     ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.134 2011-01-20 21:23:52 cg Exp $'
  1366     ^ '$Header: /cvs/stx/stx/libwidg2/DataSetColumn.st,v 1.135 2012-04-05 15:57:25 stefan Exp $'
  1371 ! !
  1367 ! !