#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:46:32 +0200
changeset 6689 ef1aefd473b3
parent 6688 e2c2e797ab21
child 6690 76d12a78e80c
#OTHER by exept use allRed and allGray
ListSelectionBox.st
--- 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.