UIGalleryView.st
changeset 897 43f9bdc12ae4
parent 806 4faf081e981d
child 994 29bfed6efe87
equal deleted inserted replaced
896:0e732b716759 897:43f9bdc12ae4
   506     (selection notNil and:[self sensor hasExposeEventFor:selection]) ifFalse:[
   506     (selection notNil and:[self sensor hasExposeEventFor:selection]) ifFalse:[
   507         self showSelected.
   507         self showSelected.
   508     ].
   508     ].
   509 
   509 
   510 
   510 
       
   511 !
       
   512 
       
   513 mapped
       
   514     "make certain that the input view is on top.
       
   515     "
       
   516     super mapped.
       
   517     inputView raise.
       
   518 
       
   519     "Modified: / 20.7.1998 / 18:10:48 / cg"
       
   520     "Created: / 20.7.1998 / 18:12:35 / cg"
   511 ! !
   521 ! !
   512 
   522 
   513 !UIGalleryView::Canvas methodsFor:'initialization'!
   523 !UIGalleryView::Canvas methodsFor:'initialization'!
   514 
   524 
   515 initialize
   525 initialize
   519     inputView eventReceiver:self.
   529     inputView eventReceiver:self.
   520     inputView enableButtonEvents.
   530     inputView enableButtonEvents.
   521     inputView enableButtonMotionEvents.
   531     inputView enableButtonMotionEvents.
   522     inputView enableMotionEvents.
   532     inputView enableMotionEvents.
   523 
   533 
   524 
   534     "Modified: / 20.7.1998 / 18:12:38 / cg"
   525 ! !
   535 ! !
   526 
   536 
   527 !UIGalleryView::Canvas methodsFor:'searching'!
   537 !UIGalleryView::Canvas methodsFor:'searching'!
   528 
   538 
   529 findObjectAtX:x y:y
   539 findObjectAtX:x y:y