Object.st
changeset 15943 e232d88d7157
parent 15942 a76da2251215
child 16010 6bb36b8b4f4a
equal deleted inserted replaced
15942:a76da2251215 15943:e232d88d7157
  9529      false is returned here - the method is only redefined in View."
  9529      false is returned here - the method is only redefined in View."
  9530 
  9530 
  9531     ^ false
  9531     ^ false
  9532 !
  9532 !
  9533 
  9533 
       
  9534 isViewBackground
       
  9535     "return false here; to be redefined in subclass(es)"
       
  9536 
       
  9537     ^ false
       
  9538 !
       
  9539 
  9534 notEmptyOrNil
  9540 notEmptyOrNil
  9535     "Squeak compatibility:
  9541     "Squeak compatibility:
  9536      return true if I am neither nil nor an empty collection.
  9542      return true if I am neither nil nor an empty collection.
  9537      Return true here."
  9543      Return true here."
  9538 
  9544 
  9947 ! !
  9953 ! !
  9948 
  9954 
  9949 !Object class methodsFor:'documentation'!
  9955 !Object class methodsFor:'documentation'!
  9950 
  9956 
  9951 version
  9957 version
  9952     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.748 2014-02-05 00:32:49 cg Exp $'
  9958     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.749 2014-02-05 13:28:54 cg Exp $'
  9953 !
  9959 !
  9954 
  9960 
  9955 version_CVS
  9961 version_CVS
  9956     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.748 2014-02-05 00:32:49 cg Exp $'
  9962     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.749 2014-02-05 13:28:54 cg Exp $'
  9957 !
  9963 !
  9958 
  9964 
  9959 version_SVN
  9965 version_SVN
  9960     ^ '$ Id: Object.st 10643 2011-06-08 21:53:07Z vranyj1  $'
  9966     ^ '$ Id: Object.st 10643 2011-06-08 21:53:07Z vranyj1  $'
  9961 ! !
  9967 ! !