Squeak Class Documentation category index | class index  
 
ChatButtonMorph
  category: Network-Audio Chat
  superclass: SimpleButtonMorph
  subclasses:

No comment. Sorry.

instance methods
  accessing
  actionDownSelector:
actionUpSelector:
labelDown:
labelUp:

  events
  doButtonDownAction
doButtonUpAction
mouseDown:
mouseUp:

  initialization
  setDefaultLabel

class methods
  no messages
 

instance methods
  accessing top  
 

actionDownSelector:


 

actionUpSelector:


 

labelDown:


 

labelUp:


  events top  
 

doButtonDownAction


 

doButtonUpAction


 

mouseDown:

Handle a mouse down event. The default response is to let my eventHandler, if any, handle it.


 

mouseUp:

if oldColor nil, it signals that mouse had not gone DOWN inside me, e.g. because of a cmd-drag; in this case we want to avoid triggering the action!


  initialization top  
 

setDefaultLabel


class methods
  no messages top