SimpleView.st
changeset 2161 46940821c697
parent 2159 da3337e54241
child 2167 41e74cf73d7a
equal deleted inserted replaced
2160:b57a3f138ae3 2161:46940821c697
  5793      ^ false
  5793      ^ false
  5794 
  5794 
  5795     "Created: 19.7.1996 / 17:51:04 / cg"
  5795     "Created: 19.7.1996 / 17:51:04 / cg"
  5796 !
  5796 !
  5797 
  5797 
       
  5798 isScrollWrapper
       
  5799      ^ false
       
  5800 
       
  5801     "Created: / 5.6.1996 / 14:11:15 / cg"
       
  5802     "Modified: / 20.6.1998 / 14:15:29 / cg"
       
  5803 !
       
  5804 
  5798 isSubViewOf:aView
  5805 isSubViewOf:aView
  5799     "return true, if I am a (direct or indirect) subview of aView"
  5806     "return true, if I am a (direct or indirect) subview of aView"
  5800 
  5807 
  5801     self obsoleteMethodWarning:'use #isComponentOf:'.
  5808     self obsoleteMethodWarning:'use #isComponentOf:'.
  5802     ^ self isComponentOf:aView.
  5809     ^ self isComponentOf:aView.
  7804 ! !
  7811 ! !
  7805 
  7812 
  7806 !SimpleView class methodsFor:'documentation'!
  7813 !SimpleView class methodsFor:'documentation'!
  7807 
  7814 
  7808 version
  7815 version
  7809     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.257 1998-06-18 23:13:22 cg Exp $'
  7816     ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.258 1998-06-20 12:20:50 cg Exp $'
  7810 ! !
  7817 ! !
  7811 SimpleView initialize!
  7818 SimpleView initialize!