ColorInspectorView.st
changeset 3199 5478ca0ac71f
parent 2271 0cf238543cb1
child 6372 d59bab947578
equal deleted inserted replaced
3198:1c34cd12b80b 3199:5478ca0ac71f
     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 
       
    13 "{ Package: 'stx:libtool' }"
    12 
    14 
    13 InspectorView subclass:#ColorInspectorView
    15 InspectorView subclass:#ColorInspectorView
    14 	instanceVariableNames:'colorView'
    16 	instanceVariableNames:'colorView'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    68 ! !
    70 ! !
    69 
    71 
    70 !ColorInspectorView class methodsFor:'documentation'!
    72 !ColorInspectorView class methodsFor:'documentation'!
    71 
    73 
    72 version
    74 version
    73     ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.7 1999-07-16 17:26:30 cg Exp $'
    75     ^ '$Header: /cvs/stx/stx/libtool/ColorInspectorView.st,v 1.8 2001-09-25 12:57:48 cg Exp $'
    74 ! !
    76 ! !