#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 Dec 2019 15:25:14 +0100
changeset 6754 5a3dd7334670
parent 6753 a29d982ad405
child 6755 e57e71d8231b
#FEATURE by cg class: ListSelectionBox added: #verticalPanel comment/format in: #panelView
ListSelectionBox.st
--- a/ListSelectionBox.st	Thu Dec 12 15:24:53 2019 +0100
+++ b/ListSelectionBox.st	Thu Dec 12 15:25:14 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1990 by Claus Gittinger
 	      All Rights Reserved
@@ -249,6 +251,19 @@
 !
 
 panelView
+    "the panelView is the container for the listView;
+     can be accessed to add more components"
+
+    ^ panel
+
+    "Created: / 22-03-2012 / 10:30:16 / cg"
+!
+
+verticalPanel
+    "for protocol compatibility with Info/Dialog boxes.
+     the panelView is the container for the listView;
+     can be accessed to add more components"
+
     ^ panel
 
     "Created: / 22-03-2012 / 10:30:16 / cg"