NewInspectorList.st
changeset 3612 959a338e5888
parent 2621 285fa261cbcb
equal deleted inserted replaced
3611:a41da520e785 3612:959a338e5888
     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:libtool2' }"
    13 
    13 
    14 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
    15 
    15 
    16 Object subclass:#NewInspectorList
    16 Object subclass:#NewInspectorList
    17 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
    17 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
   491 !NewInspectorList class methodsFor:'documentation'!
   491 !NewInspectorList class methodsFor:'documentation'!
   492 
   492 
   493 version
   493 version
   494     ^ '$Header$'
   494     ^ '$Header$'
   495 ! !
   495 ! !
       
   496