ColorPalette.st
changeset 6875 9033a6136d00
parent 3848 84597432b833
child 7953 3053a0452a3c
equal deleted inserted replaced
6873:126b64c8a9c9 6875:9033a6136d00
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 
    14 
    15 "{ Package: 'stx:libcompat' }"
    15 "{ Package: 'stx:libview' }"
    16 
    16 
    17 Colormap subclass:#ColorPalette
    17 Colormap subclass:#ColorPalette
    18 	instanceVariableNames:''
    18 	instanceVariableNames:''
    19 	classVariableNames:''
    19 	classVariableNames:''
    20 	poolDictionaries:''
    20 	poolDictionaries:''
    65 ! !
    65 ! !
    66 
    66 
    67 !ColorPalette class methodsFor:'documentation'!
    67 !ColorPalette class methodsFor:'documentation'!
    68 
    68 
    69 version
    69 version
    70     ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.2 2003-04-10 14:48:59 cg Exp $'
    70     ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.3 2015-05-31 09:28:36 cg Exp $'
    71 ! !
    71 ! !