Squeak Class Documentation category index | class index  
 
SimpleSwitchMorph
  category: Morphic-Widgets
  superclass: SimpleButtonMorph
  subclasses: SameGameTile MinesTile

No comment. Sorry.

instance methods
  as yet unclassified
  doButtonAction
initialize
initializeWithLabel:
mouseDown:
mouseMove:
mouseUp:
offColor
offColor:
onColor
onColor:
setSwitchState:
updateReferencesUsing:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

doButtonAction

Perform the action of this button. The last argument of the message sent to the target is the new state of this switch.


 

initialize


 

initializeWithLabel:


 

mouseDown:

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


 

mouseMove:

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


 

mouseUp:

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


 

offColor


 

offColor:


 

onColor


 

onColor:


 

setSwitchState:


 

updateReferencesUsing:

Copy and update references in the arguments array during copying.


class methods
  no messages top