No comment. Sorry.
basicType
Answer a symbol representing the inherent type I hold
initializeToStandAlone
Enclose my prototype in a SyntaxMorph. For the ObjectTool
literal:
setLiteralTo:width:
like literal:width: but does not inform the target
abandonLabelFocus
If the receiver's label has editing focus, abandon it
handlesMouseMove:
handlesMouseStillDown:
Return true if the receiver wants to get repeated #mouseStillDown: messages between #mouseDown: and #mouseUp
mouseDown:
The mouse went down on the receiver; take appropriate action
mouseStillDown:
Copied from TileMorph mouseMove to use literal:width: rather than literal:.
basicWidth
Provide a nominal minimum, exclusive of arrows and independent of label width
minimumWidth
authoringPrototype
Enclose my prototype in a SyntaxMorph.
borderedPrototype
Just number and up/down arrows
simplePrototype
Bare number readout. Will keep up to data with a number once it has target, getterSelector, setterSelector.
supplementaryPartsDescriptions
Answer a list of DescriptionForPartsBin objects that characterize objects that this class wishes to contribute to Stationery bins *other* than by the standard default #newStandAlone protocol