PopUpList.st
changeset 6251 a95c6b323a6a
parent 5957 5c9519dcd2d1
child 6492 bae6a1e10cd1
--- a/PopUpList.st	Mon Jan 15 18:23:33 2018 +0100
+++ b/PopUpList.st	Mon Jan 15 22:16:22 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -628,6 +630,10 @@
 !
 
 ignoreReselect:aBoolean 
+    "controls if clicking on an already selected item should
+     be ignored or should perform the select action again.
+     By default, these are ignored"
+
     ignoreReselect := aBoolean
 !