UIGalleryView.st
changeset 2359 d3f8b2492371
parent 2242 63b5fdc3c8a3
child 2495 ead2b25a2c63
equal deleted inserted replaced
2358:ba3ed08ea8dd 2359:d3f8b2492371
   562 ! !
   562 ! !
   563 
   563 
   564 !UIGalleryView::Canvas methodsFor:'searching'!
   564 !UIGalleryView::Canvas methodsFor:'searching'!
   565 
   565 
   566 findObjectAt:aPoint
   566 findObjectAt:aPoint
   567     "find the origin/corner of the currentWidget
       
   568     "
       
   569     |p x y|
   567     |p x y|
   570 
   568 
   571     subViews size == 0 ifTrue:[^ nil].
   569     subViews size == 0 ifTrue:[^ nil].
   572 
   570 
   573     subViews do:[:v|
   571     subViews do:[:v|