NewInspectorView.st
changeset 2298 d5467f85544f
parent 1213 6cf7a4c2dfce
child 2621 285fa261cbcb
equal deleted inserted replaced
2297:ee43ce83094d 2298:d5467f85544f
     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: NewInspector }"
    14 "{ NameSpace: NewInspector }"
    16 
    15 
    17 VariableVerticalPanel subclass:#NewInspectorView
    16 VariableVerticalPanel subclass:#NewInspectorView
    18 	instanceVariableNames:'inspectorView userSpace workSpace inspectedObject'
    17 	instanceVariableNames:'inspectorView userSpace workSpace inspectedObject'
    41 
    40 
    42 documentation
    41 documentation
    43 "
    42 "
    44     a new (multipane) inspector;
    43     a new (multipane) inspector;
    45     open with:
    44     open with:
    46         NewInspector::NewInspectorView inspect:someObject
    45         NewInspector::NewInspectorView inspect:Object
    47 
    46 
    48     install as standard inspector:
    47     install as standard inspector:
    49         Smalltalk at:#Inspector put:(NewInspector::NewInspectorView)
    48         Smalltalk at:#Inspector put:(NewInspector::NewInspectorView)
    50 
    49 
    51     [open with:]
    50     [open with:]