TwoColumnTextView.st
changeset 161 5b6e284959a4
parent 158 431e38dfc5ab
child 162 8b671f2e31ef
--- a/TwoColumnTextView.st	Sat Apr 27 20:20:27 1996 +0200
+++ b/TwoColumnTextView.st	Sat Apr 27 20:23:13 1996 +0200
@@ -62,21 +62,27 @@
      See more examples there.
      (you may find nice uses for it anyway ...)
 
+                                                                        [exBegin]
      TwoColumnTextView
         openOn:('smalltalk.rc' asFilename contentsOfEntireFile)
         and:('display.rc' asFilename contentsOfEntireFile)
+                                                                        [exEnd]
 
 
+                                                                        [exBegin]
      TwoColumnTextView
         openOn:('display.rc' asFilename contentsOfEntireFile)
         and:('smalltalk.rc' asFilename contentsOfEntireFile)
+                                                                        [exEnd]
 
 
+                                                                        [exBegin]
      TwoColumnTextView
         openOn:('smalltalk.rc' asFilename contentsOfEntireFile)
         label:'smalltalk.rc'
         and:('display.rc' asFilename contentsOfEntireFile)
         label:'display.rc'
+                                                                        [exEnd]
 "
 
     "Created: 20.11.1995 / 13:21:42 / cg"
@@ -164,4 +170,4 @@
 !TwoColumnTextView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libwidg2/TwoColumnTextView.st,v 1.11 1996-04-25 17:32:19 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libwidg2/TwoColumnTextView.st,v 1.12 1996-04-27 18:23:13 cg Exp $'! !