#FEATURE by Maren
authormatilk
Mon, 04 Sep 2017 17:12:03 +0200
changeset 5592 bdb957272782
parent 5591 1d2029c136ec
child 5593 97051e4f73d4
#FEATURE by Maren class: ComboView added: #currentIndex
ComboView.st
--- a/ComboView.st	Fri Sep 01 11:41:23 2017 +0200
+++ b/ComboView.st	Mon Sep 04 17:12:03 2017 +0200
@@ -443,6 +443,10 @@
     comboMenuMessage := aSelectorToTheHolder.
 !
 
+currentIndex
+    ^ currentIndex
+!
+
 listHolder:aValueHolder
     "set the listHolder.
      If not set, the list is supposed to be set explicitely"