ListSelectionBox.st
changeset 6689 ef1aefd473b3
parent 6636 38d038e2f7c0
child 6730 a173941d35d8
--- a/ListSelectionBox.st	Fri Aug 30 10:44:04 2019 +0200
+++ b/ListSelectionBox.st	Fri Aug 30 10:46:32 2019 +0200
@@ -70,6 +70,7 @@
         |box|
 
         box := ListSelectionBox new.
+        box label:'bla bla'.
         box title:'select something:'.
         box list:#('foo' 'bar' 'baz').
         box useIndex:true.