ImageEditView.st
changeset 64 10910b8b003a
parent 61 bf2e9153bc5a
child 71 9f9243f5813b
equal deleted inserted replaced
63:e560d8279473 64:10910b8b003a
    22 COPYRIGHT (c) 1993 by Claus Gittinger
    22 COPYRIGHT (c) 1993 by Claus Gittinger
    23 	      All Rights Reserved
    23 	      All Rights Reserved
    24 
    24 
    25 a View to edit images - in construction
    25 a View to edit images - in construction
    26 
    26 
    27 $Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.12 1995-05-18 23:27:31 claus Exp $
    27 $Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.13 1995-07-03 02:35:15 claus Exp $
    28 '!
    28 '!
       
    29 
       
    30 !ImageEditView class methodsFor:'documentation'!
       
    31 
       
    32 copyright
       
    33 "
       
    34  COPYRIGHT (c) 1993 by Claus Gittinger
       
    35 	      All Rights Reserved
       
    36 
       
    37  This software is furnished under a license and may be used
       
    38  only in accordance with the terms of that license and with the
       
    39  inclusion of the above copyright notice.   This software may not
       
    40  be provided or otherwise made available to, or used by, any
       
    41  other person.  No title to or ownership of the software is
       
    42  hereby transferred.
       
    43 "
       
    44 !
       
    45 
       
    46 documentation
       
    47 "
       
    48     This View will eventually be able to edit bitmap images.
       
    49     For now, it is not.
       
    50 "
       
    51 ! !
    29 
    52 
    30 !ImageEditView methodsFor:'queries'!
    53 !ImageEditView methodsFor:'queries'!
    31 
    54 
    32 widthOfContents
    55 widthOfContents
    33     "return the images width"
    56     "return the images width"