category change
authorClaus Gittinger <cg@exept.de>
Tue, 09 Jul 2002 14:29:55 +0200
changeset 2546 e22d3da06feb
parent 2545 a546fabd3f05
child 2547 c930d488e6bf
category change
ListSelectionBox.st
--- a/ListSelectionBox.st	Tue Jul 09 14:29:29 2002 +0200
+++ b/ListSelectionBox.st	Tue Jul 09 14:29:55 2002 +0200
@@ -193,7 +193,9 @@
     ^ selectionList selection
 
     "Created: 14.10.1996 / 16:28:50 / cg"
-!
+! !
+
+!ListSelectionBox methodsFor:'accessing-behavior'!
 
 useIndex:aBoolean
     aBoolean ifTrue:[
@@ -414,5 +416,5 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.51 2002-07-09 12:29:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.52 2002-07-09 12:29:55 cg Exp $'
 ! !