Squeak Class Documentation category index | class index  
 
GeeMailMorph
  category: Morphic-GeeMail
  superclass: AlansTextPlusMorph
  subclasses:

Well, what can I say? GeeMail is a scrolling playfield with a text morph (typically on the left) and room on the right for other morphs to be placed. The morphs on the right can be linked to text selections on the left so that they remain positioned beside the pertinent text as the text is reflowed. Probably the best thing is and example and Alan will be making some available soon.

instance methods
  no messages
 

class methods
  as yet unclassified
  includeInNewMorphMenu

  parts bin
  descriptionForPartsBin

instance methods
  no messages top  

class methods
  as yet unclassified top  
 

includeInNewMorphMenu

OK to instantiate


  parts bin 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!