# HG changeset patch # User Claus Gittinger # Date 1420548644 -3600 # Node ID 0207715b9750ccde38913fd191013cf857cb3609 # Parent 43100a0d8a8af81d36a6d7d184bc7955e75e3520 class: SelectionInListView comment/format in: #isCursorKeyConsumer diff -r 43100a0d8a8a -r 0207715b9750 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