class: SelectionInListView
authorClaus Gittinger <cg@exept.de>
Tue, 06 Jan 2015 13:50:44 +0100
changeset 5237 0207715b9750
parent 5236 43100a0d8a8a
child 5238 bbd4b65c09d2
class: SelectionInListView comment/format in: #isCursorKeyConsumer
SelectionInListView.st
--- a/SelectionInListView.st	Tue Dec 23 15:55:22 2014 +0100
+++ b/SelectionInListView.st	Tue Jan 06 13:50:44 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libwidg' }"
 
+"{ NameSpace: Smalltalk }"
+
 ListView subclass:#SelectionInListView
 	instanceVariableNames:'selection actionBlock enabled hilightFgColor hilightBgColor
 		hilightFgColorNoFocus hilightBgColorNoFocus halfIntensityFgColor
@@ -3320,8 +3322,7 @@
      i.e. it can handle some keyboard input,
      isCursorKeyConsumer are potential candidates for getting the keyboard
      focus initially within dialogBoxes, or when the focus-follows-pointer
-     mode is off.
-     Return false here, this is redefined in SelectionInListView."
+     mode is off."
 
     ^ true
 !
@@ -4183,11 +4184,11 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.282 2014-12-03 22:54:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.283 2015-01-06 12:50:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.282 2014-12-03 22:54:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.283 2015-01-06 12:50:44 cg Exp $'
 !
 
 version_HG