ListSelectionBox.st
changeset 2958 b4765cf24c7e
parent 2659 abd630c5a9fc
child 3048 585bce722953
--- a/ListSelectionBox.st	Fri Apr 02 19:29:23 2004 +0200
+++ b/ListSelectionBox.st	Fri Apr 02 19:59:42 2004 +0200
@@ -193,6 +193,11 @@
     ^ selectionList selection
 
     "Created: 14.10.1996 / 16:28:50 / cg"
+!
+
+selectionList
+
+    ^selectionList
 ! !
 
 !ListSelectionBox methodsFor:'accessing-behavior'!
@@ -424,5 +429,5 @@
 !ListSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.54 2002-11-04 14:56:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.55 2004-04-02 17:59:42 werner Exp $'
 ! !