Squeak Class Documentation category index | class index  
 
BasicButton
  category: Morphic-Scripting
  superclass: RectangleMorph
  subclasses: URLMorph

A minimalist button-like object intended for use with the tile-scripting system.

instance methods
  as yet unclassified
  addCustomMenuItems:hand:
initialize
label
label:
label:font:
setLabel

class methods
  as yet unclassified
  defaultNameStemForInstances

instance methods
  as yet unclassified 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.


 

initialize


 

label


 

label:


 

label:font:


 

setLabel


class methods
  as yet unclassified top  
 

defaultNameStemForInstances

Answer a basis for external names for default instances of the receiver. For classees, the class-name itself is a good one.