ImgInspV.st
changeset 110 570a38362ae1
parent 107 db1b370632d7
child 111 b4ef3e799345
equal deleted inserted replaced
109:c23841df3616 110:570a38362ae1
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 this class allows better inspection of images
    24 this class allows better inspection of images
    25 
    25 
    26 $Header: /cvs/stx/stx/libtool/Attic/ImgInspV.st,v 1.4 1995-07-03 02:37:22 claus Exp $
    26 $Header: /cvs/stx/stx/libtool/Attic/ImgInspV.st,v 1.5 1995-08-10 13:14:18 claus Exp $
    27 '!
    27 '!
       
    28 
       
    29 !ImageInspectorView class methodsFor:'documentation'!
       
    30 
       
    31 copyright
       
    32 "
       
    33  COPYRIGHT (c) 1993 by Claus Gittinger
       
    34 	      All Rights Reserved
       
    35 
       
    36  This software is furnished under a license and may be used
       
    37  only in accordance with the terms of that license and with the
       
    38  inclusion of the above copyright notice.   This software may not
       
    39  be provided or otherwise made available to, or used by, any
       
    40  other person.  No title to or ownership of the software is
       
    41  hereby transferred.
       
    42 "
       
    43 !
       
    44 
       
    45 version
       
    46 "
       
    47 $Header: /cvs/stx/stx/libtool/Attic/ImgInspV.st,v 1.5 1995-08-10 13:14:18 claus Exp $
       
    48 $Revision: 1.5 $
       
    49 "
       
    50 ! !
    28 
    51 
    29 !ImageInspectorView methodsFor:'accessing'!
    52 !ImageInspectorView methodsFor:'accessing'!
    30 
    53 
    31 inspect:anObject
    54 inspect:anObject
    32     super inspect:anObject.
    55     super inspect:anObject.