# HG changeset patch # User Claus Gittinger # Date 1473775760 -7200 # Node ID 2b97dee5149e77934ac001f5b440fe42f60aa768 # Parent 65a6789689a383ee680dede4c70317e4b1868ca9 #DOCUMENTATION by cg class: SelectionInListView comment/format in: #ignoreReselect: #toggleSelect: diff -r 65a6789689a3 -r 2b97dee5149e SelectionInListView.st --- a/SelectionInListView.st Tue Sep 13 15:58:03 2016 +0200 +++ b/SelectionInListView.st Tue Sep 13 16:09:20 2016 +0200 @@ -1395,9 +1395,9 @@ The default is true, meaning that a click on an already selected does not lead to a notification via the actionBlock/change mechanism." -"ca: - multiple selection on: the ignoreReselect will have no influence -" + "note by ca: + multiple selection on: the ignoreReselect will have no influence + " ignoreReselect := aBoolean ! @@ -1416,10 +1416,11 @@ ! toggleSelect:aBoolean - "turn on/off toggle select. If true, clicking on a selected entry - unselects it and vice versa. The default is false, which means + "turn on/off toggle select. + If true, clicking on a selected entry unselects it and vice versa. + The default is false, which means that clicking on an already selected entry does not change its - select status (see also ignoreReselect:)." + select status (see also ignoreReselect:, which has higher prio and is checked first)." toggleSelect := aBoolean. ! !