Squeak Class Documentation category index | class index  
 
PartsWindow
  category: Morphic-PartsBin
  superclass: SystemWindow
  subclasses:

Disused. Instances may persist in users' images, so this obsolete code is kept around for the time being. Supplanted by the ObjectsTool.

instance methods
  as yet unclassified
  addCustomMenuItems:hand:
adjustBookControls
book:
closeEditing
extent:
initialize
invokePartsWindowMenu
openEditing
saveAsCustomPartsBin
setLabelWidgetAllowance
sortPages
toggleStatus
wantsExpandBox

class methods
  no messages
 

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.


 

adjustBookControls


 

book:


 

closeEditing


 

extent:

Set the receiver's extent to value provided. Respect my minimumExtent.


 

initialize

Initialize a system window. Add label, stripes, etc., if desired


 

invokePartsWindowMenu

Put up a menu offering parts-bin controls


 

openEditing


 

saveAsCustomPartsBin


 

setLabelWidgetAllowance


 

sortPages


 

toggleStatus


 

wantsExpandBox

Answer whether I'd like an expand box


class methods
  no messages top