UIPainter.st
changeset 394 1933896da0c3
parent 375 b43507f222ce
child 437 6317d2f08662
equal deleted inserted replaced
393:a824a3a9b834 394:1933896da0c3
  3000     self setAttributesFromWindowSpec:aSpec.
  3000     self setAttributesFromWindowSpec:aSpec.
  3001     spec := aSpec copy.
  3001     spec := aSpec copy.
  3002     spec  menu:nil.
  3002     spec  menu:nil.
  3003     spec flags:nil.
  3003     spec flags:nil.
  3004 
  3004 
  3005     spec setAttributesIn:(self canvas topView) with:(UIBuilder new).
  3005     spec setAttributesIn:(self canvas topView) with:(UIBuilder new isEditing:true).
  3006 !
  3006 !
  3007 
  3007 
  3008 itemOfView:aView
  3008 itemOfView:aView
  3009     "returns item assigned to view or nil
  3009     "returns item assigned to view or nil
  3010     "
  3010     "