#isInputView is obsolete now
authorClaus Gittinger <cg@exept.de>
Wed, 29 May 1996 16:57:26 +0200
changeset 723 0b046279e21b
parent 722 3f297a438fec
child 724 133555f0ed79
#isInputView is obsolete now
EditField.st
--- a/EditField.st	Wed May 29 16:40:41 1996 +0200
+++ b/EditField.st	Wed May 29 16:57:26 1996 +0200
@@ -1635,18 +1635,6 @@
     "Created: 4.3.1996 / 11:32:34 / cg"
 !
 
-isInputView
-    "return true, if the receiver is some kind of input view,
-     i.e. it should (can) be part of an enterGroup.
-     Return true here"
-
-    self obsoleteMethodWarning:'use #isInputField'.
-    ^ true
-
-    "Created: 21.5.1996 / 21:03:52 / cg"
-    "Modified: 21.5.1996 / 21:04:10 / cg"
-!
-
 preferredExtent
     "return the preferred extent of this view.
      That is the width of the string plus some extra, 
@@ -1727,5 +1715,5 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.63 1996-05-29 10:24:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.64 1996-05-29 14:57:26 cg Exp $'
 ! !