#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jan 2018 22:15:59 +0100
changeset 5663 6d448f6cb44d
parent 5662 621f1a0ded95
child 5664 8eb2ee9eb548
#DOCUMENTATION by cg class: SelectionInListModelView comment/format in: #ignoreReselect
SelectionInListModelView.st
--- a/SelectionInListModelView.st	Tue Jan 09 17:10:31 2018 +0100
+++ b/SelectionInListModelView.st	Mon Jan 15 22:15:59 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1999 by eXept Software AG
 	      All Rights Reserved
@@ -458,8 +460,10 @@
 !SelectionInListModelView methodsFor:'accessing-behavior'!
 
 ignoreReselect
-    "get the ignoreReselect flag - see method #ignoreReselect: for more details
-    "
+    "controls if clicking on an already selected item should
+     be ignored or should perform the select action again.
+     By default, these are ignored"
+
     ^ ignoreReselect
 !