UIObjectView.st
changeset 208 d6107fdfe5ce
parent 194 2b05bd327785
child 225 a40d26ed5e74
equal deleted inserted replaced
207:a31cc933368a 208:d6107fdfe5ce
  2314     slv := slv scrolledView.
  2314     slv := slv scrolledView.
  2315 
  2315 
  2316     tabs := TabulatorSpecification new.
  2316     tabs := TabulatorSpecification new.
  2317     tabs unit:#cm.
  2317     tabs unit:#cm.
  2318     tabs positions:#(0 5).
  2318     tabs positions:#(0 5).
  2319     tabs align:#(#left ##left).
  2319     tabs align:#(#left #left).
  2320 
  2320 
  2321     list := history collect:[:aTrans||e|
  2321     list := history collect:[:aTrans||e|
  2322         e := MultiColListEntry new.
  2322         e := MultiColListEntry new.
  2323         e colAt:1 put:(aTrans typeAsString).
  2323         e colAt:1 put:(aTrans typeAsString).
  2324         e colAt:2 put:(aTrans text ? '').
  2324         e colAt:2 put:(aTrans text ? '').