diff -r cddfa7b8e2a5 -r cf2d9f737b92 ListView.st --- a/ListView.st Thu Jul 07 20:21:41 2016 +0200 +++ b/ListView.st Thu Jul 07 20:22:08 2016 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -188,7 +186,7 @@ includesNonStrings cached flag if any non-strings are in list widthOfWidestLine cached width of widest line listMsg if view has a model and listMsg is non-nil, - this is sent to the model to aquired a new contents + this is sent to the model to acquired a new contents whenever a change of the aspect (aspectMsg) occurs. viewOrigin the current origin @@ -1776,7 +1774,7 @@ listMessage "return the listMsg selector; - if non-nil, this is the message sent to the model (if any) to aquire + if non-nil, this is the message sent to the model (if any) to acquire a new text upon change of the aspect. This defaults to the aspect-selector." @@ -1785,7 +1783,7 @@ listMessage:aSymbol "ST-80 compatibility: set the listMsg selector; - if non-nil, this will be sent to the model (if any) to aquire a + if non-nil, this will be sent to the model (if any) to acquire a new text upon change of the aspect. This defaults to the aspect-selector." @@ -1794,7 +1792,7 @@ model:aModel "define the receiver's model, from which the text is - to be aquired via list- or aspect-messages, whenever its aspect + to be acquired via list- or aspect-messages, whenever its aspect changes." super model:aModel.