Squeak Class Documentation category index | class index  
 
SoundTile
  category: Morphic-Scripting Tiles
  superclass: TileMorph
  subclasses:

No comment. Sorry.

instance methods
  access
  sound

  initialization
  initialize

  type
  resultType

  user interface
  mouseDown:
mouseMove:
wantsKeyboardFocusFor:

class methods
  no messages
 

instance methods
  access top  
 

sound


  initialization top  
 

initialize


  type top  
 

resultType

Answer the result type of the receiver


  user interface top  
 

mouseDown:

The mouse went down on the receiver; take appropriate action


 

mouseMove:

overridden so as NOT to keep scrolling


 

wantsKeyboardFocusFor:

Answer whether a plain mouse click on aSubmorph, a text-edit-capable thing, should result in a text selection there


class methods
  no messages top