NewInspectorListView.st
changeset 3613 5b03d091c507
parent 2621 285fa261cbcb
equal deleted inserted replaced
3612:959a338e5888 3613:5b03d091c507
     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 
       
    14 
    13 
    15 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
    16 
    15 
    17 SelectionInListView subclass:#NewInspectorListView
    16 SelectionInListView subclass:#NewInspectorListView
    18 	instanceVariableNames:'actionHolder inspectorList includesSelf'
    17 	instanceVariableNames:'actionHolder inspectorList includesSelf'
   293 !NewInspectorListView class methodsFor:'documentation'!
   292 !NewInspectorListView class methodsFor:'documentation'!
   294 
   293 
   295 version
   294 version
   296     ^ '$Header$'
   295     ^ '$Header$'
   297 ! !
   296 ! !
       
   297