MenuEditor.st
changeset 2161 1dd6800c1bb3
parent 2156 215e8d8f965e
child 2168 8ebed0b2d3c8
equal deleted inserted replaced
2160:8f6a8896f10d 2161:1dd6800c1bb3
  1608 
  1608 
  1609 hasItemValue
  1609 hasItemValue
  1610     "boolean holder, true if any item is selected
  1610     "boolean holder, true if any item is selected
  1611     "
  1611     "
  1612     ^ BlockValue 
  1612     ^ BlockValue 
  1613         with:[:holder | holder value size > 0]
  1613         with:[:holder | holder size > 0]
  1614         argument:(self aspectFor:#itemValue)
  1614         argument:(self aspectFor:#itemValue)
       
  1615 
       
  1616     "Modified: / 08-03-2007 / 22:59:42 / cg"
  1615 !
  1617 !
  1616 
  1618 
  1617 hasSelectionChannel
  1619 hasSelectionChannel
  1618     "boolean holder, true if any item is selected
  1620     "boolean holder, true if any item is selected
  1619     "
  1621     "