TabListEditor.st
changeset 3036 a685cbe8ae60
parent 2828 c5afe7613f98
child 3056 8fa6d677f726
equal deleted inserted replaced
3035:5a1ce9362a65 3036:a685cbe8ae60
  1414 
  1414 
  1415     index := anIndex ? 0.
  1415     index := anIndex ? 0.
  1416     self selectionHolder value:index withoutNotifying:self
  1416     self selectionHolder value:index withoutNotifying:self
  1417 ! !
  1417 ! !
  1418 
  1418 
  1419 !TabListEditor methodsFor:'startup / release'!
  1419 !TabListEditor methodsFor:'startup & release'!
  1420 
  1420 
  1421 initialize
  1421 initialize
  1422     "setup aspects used by column description specifications
  1422     "setup aspects used by column description specifications
  1423     "
  1423     "
  1424     super initialize.
  1424     super initialize.
  1699 !
  1699 !
  1700 
  1700 
  1701 version_CVS
  1701 version_CVS
  1702     ^ '$Header$'
  1702     ^ '$Header$'
  1703 ! !
  1703 ! !
       
  1704