Squeak Class Documentation category index | class index  
 
Mines
  category: Morphic-Games
  superclass: AlignmentMorph
  subclasses:

No comment. Sorry.

instance methods
  access
  board
helpString
helpText
minesDisplay
timeDisplay

  actions
  help:
newGame

  initialize
  buildButton:target:label:selector:
initialize
makeControls
wrapPanel:label:

class methods
  new-morph participation
  descriptionForPartsBin

instance methods
  access top  
 

board


 

helpString


 

helpText


 

minesDisplay


 

timeDisplay


  actions top  
 

help:


 

newGame


  initialize top  
 

buildButton:target:label:selector:

wrap a button or switch in an alignmentMorph to allow a row of buttons to fill space


 

initialize


 

makeControls


 

wrapPanel:label:

wrap an LED panel in an alignmentMorph with a label to its left


class methods
  new-morph participation top  
 

descriptionForPartsBin

If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help. When the 'nativitySelector' is sent to the 'globalReceiver', it is expected that some kind of Morph will result. The parameters used in the implementation below are for documentation purposes only!