Squeak Class Documentation category index | class index  
 
ScriptEvaluatorMorph
  category: Morphic-Scripting
  superclass: ScriptEditorMorph
  subclasses:

No comment. Sorry.

instance methods
  display
  hibernate
setDefaultBorderCharacteristics
unhibernate

  drag and drop
  acceptDroppingMorph:event:
insertTileRow:after:
rowInsertionIndexFor:
wantsDroppedMorph:event:

  initialization
  initializeFor:

  stepping
  step

class methods
  no messages
 

instance methods
  display top  
 

hibernate

do nothing


 

setDefaultBorderCharacteristics


 

unhibernate

do nothing


  drag and drop top  
 

acceptDroppingMorph:event:

Allow the user to add tiles and program fragments just by dropping them on this morph.


 

insertTileRow:after:

Return a row to be used to insert an entire row of tiles.


 

rowInsertionIndexFor:

Return the row into which the given morph should be inserted.


 

wantsDroppedMorph:event:

Answer whether the receiver would be interested in accepting the morph


  initialization top  
 

initializeFor:


  stepping top  
 

step

Don't do what ScriptEditors do about playing footsie with PhraseTileMorphs


class methods
  no messages top