Squeak Class Documentation category index | class index  
 
MouseOverHandler
  category: Morphic-Events
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  event handling
  noticeMouseOver:event:
processMouseOver:

  initialize-release
  initialize

  object fileIn
 

class methods
  instance creation
  new

instance methods
  event handling top  
 

noticeMouseOver:event:

Remember that the mouse is currently over some morph


 

processMouseOver:

Re-establish the z-order for all morphs wrt the given event


  initialize-release top  
 

initialize


  object fileIn top  

class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.