View.st
changeset 6844 69c6ab874e20
parent 6790 4f1842a7dbf3
child 7234 335f9a3179bd
--- a/View.st	Fri Apr 24 03:42:57 2015 +0000
+++ b/View.st	Fri Apr 24 11:27:36 2015 +0200
@@ -200,18 +200,6 @@
     "Created: 3.1.1997 / 01:50:36 / stefan"
 ! !
 
-!View methodsFor:'accessing-behavior'!
-
-preferFirstInputFieldWhenAssigningInitialFocus
-    "define the focus behavior for dialogs.
-     If true is returned, input fields take precedence over other keyboard consumers.
-     This used to return true, but the behavior is somewhat ugly."
-
-    ^ false
-
-    "Created: / 29-08-2006 / 14:28:54 / cg"
-! !
-
 !View methodsFor:'accessing-bg & border'!
 
 allViewBackground:something if:condition
@@ -781,10 +769,10 @@
 !View class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.89 2015-02-24 15:45:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.90 2015-04-24 09:27:36 mb Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.89 2015-02-24 15:45:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.90 2015-04-24 09:27:36 mb Exp $'
 ! !