changed: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jan 2010 14:25:14 +0100
changeset 2817 f8b08ad94d28
parent 2816 a178bb3500fb
child 2818 37b97e4ebb01
changed: #documentation
IndirectValue.st
--- a/IndirectValue.st	Wed Jan 20 14:23:44 2010 +0100
+++ b/IndirectValue.st	Wed Jan 20 14:25:14 2010 +0100
@@ -43,6 +43,8 @@
     time, for example, a line/column holder for a notebook-like multi-codeView 
     application, where the line/col holder is switched whenever the tab is switched.
     (use an IndirectValue as holder of the line/col labels).
+    Another possible use is to synchronize two notebools via a common valueHolder,
+    which is used as indirect-value for the two individual indirect-selection-valueholders.
 
     [author:]
         Claus Gittinger
@@ -138,9 +140,9 @@
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.6 2010-01-20 13:23:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.6 2010-01-20 13:23:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $'
 ! !