enhancements by Jan
authorClaus Gittinger <cg@exept.de>
Fri, 10 Sep 2004 15:52:35 +0200
changeset 2740 c9812e019351
parent 2739 f54f0d4e08b1
child 2741 cc19b3a131b8
enhancements by Jan
NoteBookView.st
--- a/NoteBookView.st	Fri Sep 10 15:51:41 2004 +0200
+++ b/NoteBookView.st	Fri Sep 10 15:52:35 2004 +0200
@@ -2451,7 +2451,7 @@
 !
 
 selection
-    "return the selection or nil
+    "return the selection or nil/o; caring for the useIndex setting.
     "
     selection isNil ifTrue:[
         ^ useIndex ifTrue:[0] ifFalse:[nil]
@@ -2847,5 +2847,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.96 2004-09-10 13:51:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.97 2004-09-10 13:52:35 cg Exp $'
 ! !