Squeak Class Documentation category index | class index  
 
FlashProgressMorph
  category: Balloon-MMFlash Morphs
  superclass: BorderedMorph
  subclasses:

No comment. Sorry.

instance methods
  accessing
  progressColor
progressColor:
value
value:

  drawing
  drawOn:

  initialize
  initialize

  menu
  addCustomMenuItems:hand:
changeProgressColor:
changeProgressValue:

  updating
  update:

class methods
  no messages
 

instance methods
  accessing top  
 

progressColor


 

progressColor:


 

value


 

value:


  drawing top  
 

drawOn:


  initialize top  
 

initialize


  menu top  
 

addCustomMenuItems:hand:

Add morph-specific items to the given menu which was invoked by the given hand. This method provides is invoked both from the halo-menu and from the control-menu regimes.


 

changeProgressColor:


 

changeProgressValue:


  updating top  
 

update:

Receive a change notice from an object of whom the receiver is a
dependent. The default behavior is to do nothing; a subclass might want
to change itself in some way.


class methods
  no messages top