NewInspectorPanelView.st
changeset 810 032e13b1bfda
parent 809 6f127dd5e578
child 1213 6cf7a4c2dfce
equal deleted inserted replaced
809:6f127dd5e578 810:032e13b1bfda
    17 SimpleView subclass:#InspectorPanelView
    17 SimpleView subclass:#InspectorPanelView
    18 	instanceVariableNames:'frames labelViews listViews scrollBar maxDepth leftHistory
    18 	instanceVariableNames:'frames labelViews listViews scrollBar maxDepth leftHistory
    19 		rightHistory hzpView actionBlock valueChangedAction'
    19 		rightHistory hzpView actionBlock valueChangedAction'
    20 	classVariableNames:''
    20 	classVariableNames:''
    21 	poolDictionaries:''
    21 	poolDictionaries:''
    22 	category:'Inspector'
    22 	category:'Interface-Inspector'
    23 !
    23 !
    24 
    24 
    25 !InspectorPanelView class methodsFor:'documentation'!
    25 !InspectorPanelView class methodsFor:'documentation'!
    26 
    26 
    27 copyright
    27 copyright