# HG changeset patch # User Claus Gittinger # Date 1526400577 -7200 # Node ID 8e3704b9d8f70039d924a5f8484cce24c3185992 # Parent a64828e69680346262a3ca0f8d22a807b5620095 #DOCUMENTATION by cg class: BufferedValueHolder class comment/format in: #documentation diff -r a64828e69680 -r 8e3704b9d8f7 BufferedValueHolder.st --- a/BufferedValueHolder.st Sat May 12 14:24:33 2018 +0200 +++ b/BufferedValueHolder.st Tue May 15 18:09:37 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1995 by Claus Gittinger All Rights Reserved @@ -40,8 +42,8 @@ " a bufferedValueHolder keeps a temporary copy of the realHolders value, and only does a real store of the value when triggered. - Triggering is done by depending on a trigger objects value, which is - typically a ValueHolder for a boolean, which is set by an ok-button. + Triggering is done by depending on a trigger object's value, which is + typically a ValueHolder on a boolean, which is set by an ok-button. Notice: this class was implemented using protocol information