UIObjectView.st
changeset 2528 a6df49dfb157
parent 2516 6c0bc4ed2d88
child 2530 73efe0a84f4b
equal deleted inserted replaced
2527:c953939a481e 2528:a6df49dfb157
  1589 !
  1589 !
  1590 
  1590 
  1591 selection
  1591 selection
  1592     "returns the current selection
  1592     "returns the current selection
  1593     "
  1593     "
  1594 "/^ super selection
  1594 
       
  1595     "/ Q to ca: why redefine the collection building???
       
  1596     ^ super selection.
       
  1597 
  1595     ^ selection
  1598     ^ selection
  1596 !
  1599 !
  1597 
  1600 
  1598 setSelection:newSelection withRedraw:doRedraw
  1601 setSelection:newSelection withRedraw:doRedraw
  1599     "set a new selection without change notifications"
  1602     "set a new selection without change notifications"