diff -r f97f27a9d496 -r 35f40882d508 DSVLabelView.st --- a/DSVLabelView.st Fri Mar 02 16:41:12 2007 +0100 +++ b/DSVLabelView.st Fri Mar 02 16:45:40 2007 +0100 @@ -9,11 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - - - - - "{ Package: 'stx:libwidg2' }" SimpleView subclass:#DSVLabelView @@ -444,6 +439,18 @@ ^ 0 ! ! +!DSVLabelView methodsFor:'focus handling'! + +canTab + ^ false +! + +wantsFocusWithButtonPress + "never wants the focus - view which keeps the labels + " + ^ false +! ! + !DSVLabelView methodsFor:'initialization'! initStyle @@ -615,5 +622,5 @@ !DSVLabelView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.50 2006-02-22 15:01:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.51 2007-03-02 15:45:40 ca Exp $' ! !