WinIconRdr.st
changeset 32 6bdcb6da4d4f
parent 28 8daff0234d2e
child 36 3a7ec58dff8e
equal deleted inserted replaced
31:c8adde64ce92 32:6bdcb6da4d4f
    12 
    12 
    13 ImageReader subclass:#WindowsIconReader
    13 ImageReader subclass:#WindowsIconReader
    14 	 instanceVariableNames:''
    14 	 instanceVariableNames:''
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Support'
    17 	 category:'Graphics-Images support'
    18 !
    18 !
    19 
    19 
    20 WindowsIconReader comment:'
    20 WindowsIconReader comment:'
    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 $Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.8 1994-10-10 02:34:13 claus Exp $
    24 $Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.9 1994-11-17 14:30:22 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !WindowsIconReader class methodsFor:'documentation'!
    27 !WindowsIconReader class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.8 1994-10-10 02:34:13 claus Exp $
    45 $Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.9 1994-11-17 14:30:22 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
    51     this class provides methods for loading Windows and OS2 icon files..
    51     this class provides methods for loading Windows and OS2 icon files.
       
    52     Image writing is not supported.
    52 "
    53 "
    53 ! !
    54 ! !
    54 
    55 
    55 !WindowsIconReader class methodsFor:'initialization'!
    56 !WindowsIconReader class methodsFor:'initialization'!
    56 
    57