Squeak Class Documentation category index | class index  
 
VolumeMorph
  category: MPEG3-Kernel
  superclass: Slider
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  handlesMouseOver:
initialize
mouseLeave:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

handlesMouseOver:

Do I want to receive mouseEnter: and mouseLeave: when the button is up and the hand is empty? The default response is false, except if you have added sensitivity to mouseEnter: or mouseLeave:, using the on:send:to: mechanism.


 

initialize


 

mouseLeave:

Handle a mouseLeave event, meaning the mouse just left my bounds with no button pressed. The default response is to let my eventHandler, if any, handle it.


class methods
  no messages top