Squeak Class Documentation category index | class index  
 
NewWorldWindow
  category: Morphic-Windows
  superclass: SystemWindow
  subclasses:

No comment. Sorry.

instance methods
  color
  setStripeColorsFrom:
setWindowColor:
updatePaneColors

  initialization
  addMorph:frame:
openInWorld:

  reframe
  spawnReframeHandle:

  stepping
  amendSteppingStatus
wantsSteps

class methods
  no messages
 

instance methods
  color top  
 

setStripeColorsFrom:

Since our world may be *any* color, try to avoid really dark colors so title will show


 

setWindowColor:


 

updatePaneColors

Useful when changing from monochrome to color display


  initialization top  
 

addMorph:frame:


 

openInWorld:

This msg and its callees result in the window being activeOnlyOnTop


  reframe top  
 

spawnReframeHandle:

The mouse has crossed a pane border. Spawn a reframe handle.


  stepping top  
 

amendSteppingStatus

Circumstances having changed, find out whether stepping is wanted and assure that the new policy is carried out


 

wantsSteps

Return true if the model wants its view to be stepped. For an open system window, we give the model to offer an opinion


class methods
  no messages top