added: #textViews
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2012 14:28:15 +0200
changeset 4125 1792b29efdea
parent 4124 bac298acc241
child 4126 5123b5c8dffe
added: #textViews
SyncedMultiColumnTextView.st
--- a/SyncedMultiColumnTextView.st	Sun May 06 12:23:33 2012 +0200
+++ b/SyncedMultiColumnTextView.st	Tue May 08 14:28:15 2012 +0200
@@ -83,6 +83,12 @@
     textViewClass := aClass
 
     "Created: / 06-10-2006 / 14:29:04 / cg"
+!
+
+textViews                    
+    ^ textViews
+
+    "Created: / 08-05-2012 / 14:04:00 / cg"
 ! !
 
 !SyncedMultiColumnTextView methodsFor:'change & update'!
@@ -317,5 +323,5 @@
 !SyncedMultiColumnTextView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg2/SyncedMultiColumnTextView.st,v 1.11 2008-07-24 12:44:31 cg Exp $'
+^ '$Header: /cvs/stx/stx/libwidg2/SyncedMultiColumnTextView.st,v 1.12 2012-05-08 12:28:15 cg Exp $'
 ! !