AlphaMask.st
branchdelegated_gc_jv
changeset 6528 62c1dbef0b84
parent 1626 bc20e8147ab5
equal deleted inserted replaced
6527:2e58bb576883 6528:62c1dbef0b84
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 "{ Package: 'stx:libview' }"
    13 
       
    14 
    13 
    15 Depth8Image subclass:#AlphaMask
    14 Depth8Image subclass:#AlphaMask
    16 	instanceVariableNames:''
    15 	instanceVariableNames:''
    17 	classVariableNames:''
    16 	classVariableNames:''
    18 	poolDictionaries:''
    17 	poolDictionaries:''
    78 !AlphaMask class methodsFor:'documentation'!
    77 !AlphaMask class methodsFor:'documentation'!
    79 
    78 
    80 version
    79 version
    81     ^ '$Header: /cvs/stx/stx/libview/AlphaMask.st,v 1.1 1997-04-22 12:17:09 cg Exp $'
    80     ^ '$Header: /cvs/stx/stx/libview/AlphaMask.st,v 1.1 1997-04-22 12:17:09 cg Exp $'
    82 ! !
    81 ! !
       
    82