SimpleView.st
changeset 2430 fbce2378d686
parent 2425 5a3e65aa8aa8
child 2450 06d76ede2dda
equal deleted inserted replaced
2429:c54c8e30fe13 2430:fbce2378d686
  5847 
  5847 
  5848     "Created: 5.6.1996 / 14:23:57 / cg"
  5848     "Created: 5.6.1996 / 14:23:57 / cg"
  5849     "Modified: 5.6.1996 / 14:26:14 / cg"
  5849     "Modified: 5.6.1996 / 14:26:14 / cg"
  5850 !
  5850 !
  5851 
  5851 
       
  5852 isExternalTopView
       
  5853     ^ false
       
  5854 
       
  5855 
       
  5856 !
       
  5857 
  5852 isInputField
  5858 isInputField
  5853     "return true, if the receiver is some kind of input view,
  5859     "return true, if the receiver is some kind of input view,
  5854      i.e. it should (can) be part of an enterGroup.
  5860      i.e. it should (can) be part of an enterGroup.
  5855      Return false here, this is redefined in EnterField."
  5861      Return false here, this is redefined in EnterField."
  5856 
  5862 
  7942 ! !
  7948 ! !
  7943 
  7949 
  7944 !SimpleView class methodsFor:'documentation'!
  7950 !SimpleView class methodsFor:'documentation'!
  7945 
  7951 
  7946 version
  7952 version
  7947     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.288 1999-01-20 19:28:37 cg Exp $'
  7953     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.289 1999-01-23 12:23:43 cg Exp $'
  7948 ! !
  7954 ! !
  7949 SimpleView initialize!
  7955 SimpleView initialize!